public interface ShowCollectionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
MsgBase |
getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
MsgBaseOrBuilder |
getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
String |
getCollectionNames(int index)
When type is InMemory, will return these collection's inMemory_percentages.
|
com.google.protobuf.ByteString |
getCollectionNamesBytes(int index)
When type is InMemory, will return these collection's inMemory_percentages.
|
int |
getCollectionNamesCount()
When type is InMemory, will return these collection's inMemory_percentages.
|
List<String> |
getCollectionNamesList()
When type is InMemory, will return these collection's inMemory_percentages.
|
String |
getDbName()
Not useful for now
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
Not useful for now
string db_name = 2; |
long |
getTimeStamp()
Not useful for now
uint64 time_stamp = 3; |
ShowType |
getType()
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
int |
getTypeValue()
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
boolean |
hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
boolean hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;MsgBase getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;MsgBaseOrBuilder getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1;String getDbName()
Not useful for now
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
Not useful for now
string db_name = 2;long getTimeStamp()
Not useful for now
uint64 time_stamp = 3;int getTypeValue()
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4;ShowType getType()
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4;List<String> getCollectionNamesList()
When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
repeated string collection_names = 5;int getCollectionNamesCount()
When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
repeated string collection_names = 5;String getCollectionNames(int index)
When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
repeated string collection_names = 5;index - The index of the element to return.com.google.protobuf.ByteString getCollectionNamesBytes(int index)
When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
repeated string collection_names = 5;index - The index of the value to return.Copyright © 2023. All rights reserved.