Uses of Class
io.milvus.grpc.GetPersistentSegmentInfoResponse.Builder
Packages that use GetPersistentSegmentInfoResponse.Builder
-
Uses of GetPersistentSegmentInfoResponse.Builder in io.milvus.grpc
Methods in io.milvus.grpc that return GetPersistentSegmentInfoResponse.BuilderModifier and TypeMethodDescriptionGetPersistentSegmentInfoResponse.Builder.addAllInfos(Iterable<? extends PersistentSegmentInfo> values) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.addInfos(int index, PersistentSegmentInfo value) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.addInfos(int index, PersistentSegmentInfo.Builder builderForValue) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.addInfos(PersistentSegmentInfo value) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.addInfos(PersistentSegmentInfo.Builder builderForValue) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GetPersistentSegmentInfoResponse.Builder.clear()GetPersistentSegmentInfoResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GetPersistentSegmentInfoResponse.Builder.clearInfos()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GetPersistentSegmentInfoResponse.Builder.clearStatus().milvus.proto.common.Status status = 1;GetPersistentSegmentInfoResponse.Builder.clone()GetPersistentSegmentInfoResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetPersistentSegmentInfoResponse.Builder.mergeFrom(com.google.protobuf.Message other) GetPersistentSegmentInfoResponse.Builder.mergeFrom(GetPersistentSegmentInfoResponse other) GetPersistentSegmentInfoResponse.Builder.mergeStatus(Status value) .milvus.proto.common.Status status = 1;GetPersistentSegmentInfoResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GetPersistentSegmentInfoResponse.newBuilder()GetPersistentSegmentInfoResponse.newBuilder(GetPersistentSegmentInfoResponse prototype) GetPersistentSegmentInfoResponse.newBuilderForType()protected GetPersistentSegmentInfoResponse.BuilderGetPersistentSegmentInfoResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GetPersistentSegmentInfoResponse.Builder.removeInfos(int index) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GetPersistentSegmentInfoResponse.Builder.setInfos(int index, PersistentSegmentInfo value) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.setInfos(int index, PersistentSegmentInfo.Builder builderForValue) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) .milvus.proto.common.Status status = 1;GetPersistentSegmentInfoResponse.Builder.setStatus(Status.Builder builderForValue) .milvus.proto.common.Status status = 1;GetPersistentSegmentInfoResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GetPersistentSegmentInfoResponse.toBuilder()