Uses of Class
ai.wanaku.core.exchange.v1.CodeExecutionReply.Builder
Packages that use CodeExecutionReply.Builder
-
Uses of CodeExecutionReply.Builder in ai.wanaku.core.exchange.v1
Methods in ai.wanaku.core.exchange.v1 that return CodeExecutionReply.BuilderModifier and TypeMethodDescriptionCodeExecutionReply.Builder.addAllContent(Iterable<String> values) * The execution output content.CodeExecutionReply.Builder.addContent(String value) * The execution output content.CodeExecutionReply.Builder.addContentBytes(com.google.protobuf.ByteString value) * The execution output content.CodeExecutionReply.Builder.clear()CodeExecutionReply.Builder.clearContent()* The execution output content.CodeExecutionReply.Builder.clearExitCode()* Optional exit code from the executed process.CodeExecutionReply.Builder.clearOutputType()* The type of output this reply represents.CodeExecutionReply.Builder.clearStatus()* The current execution status.CodeExecutionReply.Builder.clearTimestamp()* Optional timestamp when this output was generated.CodeExecutionReply.Builder.mergeFrom(CodeExecutionReply other) CodeExecutionReply.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CodeExecutionReply.Builder.mergeFrom(com.google.protobuf.Message other) CodeExecutionReply.Builder.mergeTimestamp(com.google.protobuf.Timestamp value) * Optional timestamp when this output was generated.static CodeExecutionReply.BuilderCodeExecutionReply.newBuilder()static CodeExecutionReply.BuilderCodeExecutionReply.newBuilder(CodeExecutionReply prototype) CodeExecutionReply.newBuilderForType()protected CodeExecutionReply.BuilderCodeExecutionReply.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CodeExecutionReply.Builder.setContent(int index, String value) * The execution output content.CodeExecutionReply.Builder.setExitCode(int value) * Optional exit code from the executed process.CodeExecutionReply.Builder.setOutputType(OutputType value) * The type of output this reply represents.CodeExecutionReply.Builder.setOutputTypeValue(int value) * The type of output this reply represents.CodeExecutionReply.Builder.setStatus(ExecutionStatus value) * The current execution status.CodeExecutionReply.Builder.setStatusValue(int value) * The current execution status.CodeExecutionReply.Builder.setTimestamp(com.google.protobuf.Timestamp value) * Optional timestamp when this output was generated.CodeExecutionReply.Builder.setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) * Optional timestamp when this output was generated.CodeExecutionReply.toBuilder()