CollectionNameList.Builder |
CollectionNameList.Builder.addAllCollectionNames(Iterable<String> values) |
repeated string collection_names = 2;
|
CollectionNameList.Builder |
CollectionNameList.Builder.addCollectionNames(String value) |
repeated string collection_names = 2;
|
CollectionNameList.Builder |
CollectionNameList.Builder.addCollectionNamesBytes(com.google.protobuf.ByteString value) |
repeated string collection_names = 2;
|
CollectionNameList.Builder |
CollectionNameList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.clear() |
|
CollectionNameList.Builder |
CollectionNameList.Builder.clearCollectionNames() |
repeated string collection_names = 2;
|
CollectionNameList.Builder |
CollectionNameList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.clearStatus() |
.milvus.grpc.Status status = 1;
|
CollectionNameList.Builder |
CollectionNameList.Builder.clone() |
|
CollectionNameList.Builder |
CollectionNameList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.mergeFrom(CollectionNameList other) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.mergeStatus(Status value) |
.milvus.grpc.Status status = 1;
|
CollectionNameList.Builder |
CollectionNameList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static CollectionNameList.Builder |
CollectionNameList.newBuilder() |
|
static CollectionNameList.Builder |
CollectionNameList.newBuilder(CollectionNameList prototype) |
|
CollectionNameList.Builder |
CollectionNameList.newBuilderForType() |
|
protected CollectionNameList.Builder |
CollectionNameList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.setCollectionNames(int index,
String value) |
repeated string collection_names = 2;
|
CollectionNameList.Builder |
CollectionNameList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
CollectionNameList.Builder |
CollectionNameList.Builder.setStatus(Status value) |
.milvus.grpc.Status status = 1;
|
CollectionNameList.Builder |
CollectionNameList.Builder.setStatus(Status.Builder builderForValue) |
.milvus.grpc.Status status = 1;
|
CollectionNameList.Builder |
CollectionNameList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
CollectionNameList.Builder |
CollectionNameList.toBuilder() |
|