Uses of Class
io.milvus.grpc.Command.Builder
-
Packages that use Command.Builder Package Description io.milvus.grpc -
-
Uses of Command.Builder in io.milvus.grpc
Methods in io.milvus.grpc that return Command.Builder Modifier and Type Method Description Command.BuilderCommand.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Command.BuilderCommand.Builder. clear()Command.BuilderCommand.Builder. clearCmd()string cmd = 1;Command.BuilderCommand.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Command.BuilderCommand.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Command.BuilderCommand.Builder. clone()Command.BuilderCommand.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Command.BuilderCommand.Builder. mergeFrom(com.google.protobuf.Message other)Command.BuilderCommand.Builder. mergeFrom(Command other)Command.BuilderCommand.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Command.BuilderCommand. newBuilder()static Command.BuilderCommand. newBuilder(Command prototype)Command.BuilderCommand. newBuilderForType()protected Command.BuilderCommand. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Command.BuilderCommand.Builder. setCmd(String value)string cmd = 1;Command.BuilderCommand.Builder. setCmdBytes(com.google.protobuf.ByteString value)string cmd = 1;Command.BuilderCommand.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Command.BuilderCommand.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Command.BuilderCommand.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Command.BuilderCommand. toBuilder()
-