TableInfo.Builder |
TableInfo.Builder.addAllPartitionsStat(Iterable<? extends PartitionStat> values) |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.addPartitionsStat(int index,
PartitionStat value) |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.addPartitionsStat(int index,
PartitionStat.Builder builderForValue) |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.addPartitionsStat(PartitionStat value) |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.addPartitionsStat(PartitionStat.Builder builderForValue) |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TableInfo.Builder |
TableInfo.Builder.clear() |
|
TableInfo.Builder |
TableInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TableInfo.Builder |
TableInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TableInfo.Builder |
TableInfo.Builder.clearPartitionsStat() |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.clearStatus() |
.milvus.grpc.Status status = 1;
|
TableInfo.Builder |
TableInfo.Builder.clearTotalRowCount() |
int64 total_row_count = 2;
|
TableInfo.Builder |
TableInfo.Builder.clone() |
|
TableInfo.Builder |
TableInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TableInfo.Builder |
TableInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TableInfo.Builder |
TableInfo.Builder.mergeFrom(TableInfo other) |
|
TableInfo.Builder |
TableInfo.Builder.mergeStatus(Status value) |
.milvus.grpc.Status status = 1;
|
TableInfo.Builder |
TableInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TableInfo.Builder |
TableInfo.newBuilder() |
|
static TableInfo.Builder |
TableInfo.newBuilder(TableInfo prototype) |
|
TableInfo.Builder |
TableInfo.newBuilderForType() |
|
protected TableInfo.Builder |
TableInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TableInfo.Builder |
TableInfo.Builder.removePartitionsStat(int index) |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TableInfo.Builder |
TableInfo.Builder.setPartitionsStat(int index,
PartitionStat value) |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.setPartitionsStat(int index,
PartitionStat.Builder builderForValue) |
repeated .milvus.grpc.PartitionStat partitions_stat = 3;
|
TableInfo.Builder |
TableInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TableInfo.Builder |
TableInfo.Builder.setStatus(Status value) |
.milvus.grpc.Status status = 1;
|
TableInfo.Builder |
TableInfo.Builder.setStatus(Status.Builder builderForValue) |
.milvus.grpc.Status status = 1;
|
TableInfo.Builder |
TableInfo.Builder.setTotalRowCount(long value) |
int64 total_row_count = 2;
|
TableInfo.Builder |
TableInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TableInfo.Builder |
TableInfo.toBuilder() |
|