Package io.milvus.grpc
Interface ShowCollectionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShowCollectionsRequest,ShowCollectionsRequest.Builder
public interface ShowCollectionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()Not useful for nowNot useful for nowgetCollectionNames(int index) Deprecated.milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated.com.google.protobuf.ByteStringgetCollectionNamesBytes(int index) Deprecated.milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated.intDeprecated.milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated.Deprecated.milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated.string db_name = 2;com.google.protobuf.ByteStringstring db_name = 2;longNot useful for nowgetType()Decide return Loaded collections or All collections(Optional)intDecide return Loaded collections or All collections(Optional)booleanhasBase()Not useful for nowMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBase
boolean hasBase()Not useful for now
.milvus.proto.common.MsgBase base = 1;- Returns:
- Whether the base field is set.
-
getBase
MsgBase getBase()Not useful for now
.milvus.proto.common.MsgBase base = 1;- Returns:
- The base.
-
getBaseOrBuilder
MsgBaseOrBuilder getBaseOrBuilder()Not useful for now
.milvus.proto.common.MsgBase base = 1; -
getDbName
String getDbName()string db_name = 2;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()string db_name = 2;- Returns:
- The bytes for dbName.
-
getTimeStamp
long getTimeStamp()Not useful for now
uint64 time_stamp = 3;- Returns:
- The timeStamp.
-
getTypeValue
int getTypeValue()Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4;- Returns:
- The enum numeric value on the wire for type.
-
getType
ShowType getType()Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4;- Returns:
- The type.
-
getCollectionNamesList
Deprecated.milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated. See milvus.proto;l=511When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
repeated string collection_names = 5 [deprecated = true];- Returns:
- A list containing the collectionNames.
-
getCollectionNamesCount
Deprecated.milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated. See milvus.proto;l=511When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
repeated string collection_names = 5 [deprecated = true];- Returns:
- The count of collectionNames.
-
getCollectionNames
Deprecated.milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated. See milvus.proto;l=511When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
repeated string collection_names = 5 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The collectionNames at the given index.
-
getCollectionNamesBytes
Deprecated.milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated. See milvus.proto;l=511When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
repeated string collection_names = 5 [deprecated = true];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the collectionNames at the given index.
-