GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.addAllInfos(Iterable<? extends PersistentSegmentInfo> values)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.addInfos(int index,
PersistentSegmentInfo.Builder builderForValue)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.addInfos(int index,
PersistentSegmentInfo value)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.addInfos(PersistentSegmentInfo.Builder builderForValue)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.addInfos(PersistentSegmentInfo value)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.clear() |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.clearInfos()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.clearStatus()
.milvus.proto.common.Status status = 1;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.clone() |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.mergeFrom(GetPersistentSegmentInfoResponse other) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.mergeStatus(Status value)
.milvus.proto.common.Status status = 1;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.newBuilder() |
static GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.newBuilder(GetPersistentSegmentInfoResponse prototype) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.newBuilderForType() |
protected GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.removeInfos(int index)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.setInfos(int index,
PersistentSegmentInfo.Builder builderForValue)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.setInfos(int index,
PersistentSegmentInfo value)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.setStatus(Status.Builder builderForValue)
.milvus.proto.common.Status status = 1;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.setStatus(Status value)
.milvus.proto.common.Status status = 1;
|
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GetPersistentSegmentInfoResponse.Builder |
GetPersistentSegmentInfoResponse.toBuilder() |