| 程序包 | 说明 |
|---|---|
| io.milvus.grpc |
| 限定符和类型 | 方法和说明 |
|---|---|
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.addAllCollectionNames(Iterable<String> values)
When type is InMemory, will return these collection's inMemory_percentages.
|
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.addCollectionNames(String value)
When type is InMemory, will return these collection's inMemory_percentages.
|
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.addCollectionNamesBytes(com.google.protobuf.ByteString value)
When type is InMemory, will return these collection's inMemory_percentages.
|
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clear() |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clearBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clearCollectionNames()
When type is InMemory, will return these collection's inMemory_percentages.
|
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clearDbName()
Not useful for now
string db_name = 2; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clearTimeStamp()
Not useful for now
uint64 time_stamp = 3; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clearType()
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.clone() |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.mergeBase(MsgBase value)
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.mergeFrom(ShowCollectionsRequest other) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ShowCollectionsRequest.Builder |
ShowCollectionsRequest.newBuilder() |
static ShowCollectionsRequest.Builder |
ShowCollectionsRequest.newBuilder(ShowCollectionsRequest prototype) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.newBuilderForType() |
protected ShowCollectionsRequest.Builder |
ShowCollectionsRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setBase(MsgBase.Builder builderForValue)
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setBase(MsgBase value)
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setCollectionNames(int index,
String value)
When type is InMemory, will return these collection's inMemory_percentages.
|
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setDbName(String value)
Not useful for now
string db_name = 2; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setDbNameBytes(com.google.protobuf.ByteString value)
Not useful for now
string db_name = 2; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setTimeStamp(long value)
Not useful for now
uint64 time_stamp = 3; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setType(ShowType value)
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setTypeValue(int value)
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.toBuilder() |
Copyright © 2023. All rights reserved.