Uses of Class
ai.wanaku.core.exchange.ToolInvokeReply.Builder
-
Uses of ToolInvokeReply.Builder in ai.wanaku.core.exchange
Methods in ai.wanaku.core.exchange that return ToolInvokeReply.BuilderModifier and TypeMethodDescriptionToolInvokeReply.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ToolInvokeReply.Builder.clear()ToolInvokeReply.Builder.clearContent()string content = 2;ToolInvokeReply.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ToolInvokeReply.Builder.clearIsError()bool isError = 1;ToolInvokeReply.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ToolInvokeReply.Builder.clone()ToolInvokeReply.Builder.mergeFrom(ToolInvokeReply other) ToolInvokeReply.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ToolInvokeReply.Builder.mergeFrom(com.google.protobuf.Message other) final ToolInvokeReply.BuilderToolInvokeReply.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ToolInvokeReply.BuilderToolInvokeReply.newBuilder()static ToolInvokeReply.BuilderToolInvokeReply.newBuilder(ToolInvokeReply prototype) ToolInvokeReply.newBuilderForType()protected ToolInvokeReply.BuilderToolInvokeReply.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ToolInvokeReply.Builder.setContent(String value) string content = 2;ToolInvokeReply.Builder.setContentBytes(com.google.protobuf.ByteString value) string content = 2;ToolInvokeReply.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ToolInvokeReply.Builder.setIsError(boolean value) bool isError = 1;ToolInvokeReply.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ToolInvokeReply.BuilderToolInvokeReply.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ToolInvokeReply.toBuilder()