Uses of Class
ai.wanaku.core.exchange.v1.ToolInvokeReply.Builder
Packages that use ToolInvokeReply.Builder
-
Uses of ToolInvokeReply.Builder in ai.wanaku.core.exchange.v1
Methods in ai.wanaku.core.exchange.v1 that return ToolInvokeReply.BuilderModifier and TypeMethodDescriptionToolInvokeReply.Builder.addAllContent(Iterable<String> values) repeated string content = 2;ToolInvokeReply.Builder.addContent(String value) repeated string content = 2;ToolInvokeReply.Builder.addContentBytes(com.google.protobuf.ByteString value) repeated string content = 2;ToolInvokeReply.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ToolInvokeReply.Builder.clear()ToolInvokeReply.Builder.clearContent()repeated string content = 2;ToolInvokeReply.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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(int index, String value) repeated string content = 2;ToolInvokeReply.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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()