TableRowCount.Builder |
TableRowCount.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TableRowCount.Builder |
TableRowCount.Builder.clear() |
|
TableRowCount.Builder |
TableRowCount.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TableRowCount.Builder |
TableRowCount.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TableRowCount.Builder |
TableRowCount.Builder.clearStatus() |
.milvus.grpc.Status status = 1;
|
TableRowCount.Builder |
TableRowCount.Builder.clearTableRowCount() |
int64 table_row_count = 2;
|
TableRowCount.Builder |
TableRowCount.Builder.clone() |
|
TableRowCount.Builder |
TableRowCount.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TableRowCount.Builder |
TableRowCount.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TableRowCount.Builder |
TableRowCount.Builder.mergeFrom(TableRowCount other) |
|
TableRowCount.Builder |
TableRowCount.Builder.mergeStatus(Status value) |
.milvus.grpc.Status status = 1;
|
TableRowCount.Builder |
TableRowCount.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TableRowCount.Builder |
TableRowCount.newBuilder() |
|
static TableRowCount.Builder |
TableRowCount.newBuilder(TableRowCount prototype) |
|
TableRowCount.Builder |
TableRowCount.newBuilderForType() |
|
protected TableRowCount.Builder |
TableRowCount.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TableRowCount.Builder |
TableRowCount.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TableRowCount.Builder |
TableRowCount.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TableRowCount.Builder |
TableRowCount.Builder.setStatus(Status value) |
.milvus.grpc.Status status = 1;
|
TableRowCount.Builder |
TableRowCount.Builder.setStatus(Status.Builder builderForValue) |
.milvus.grpc.Status status = 1;
|
TableRowCount.Builder |
TableRowCount.Builder.setTableRowCount(long value) |
int64 table_row_count = 2;
|
TableRowCount.Builder |
TableRowCount.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TableRowCount.Builder |
TableRowCount.toBuilder() |
|