Package io.milvus.grpc
Interface ListDatabasesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDatabasesResponse,ListDatabasesResponse.Builder
public interface ListDatabasesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCreatedTimestamp(int index) repeated uint64 created_timestamp = 3;intrepeated uint64 created_timestamp = 3;repeated uint64 created_timestamp = 3;getDbNames(int index) repeated string db_names = 2;com.google.protobuf.ByteStringgetDbNamesBytes(int index) repeated string db_names = 2;intrepeated string db_names = 2;repeated string db_names = 2;.milvus.proto.common.Status status = 1;.milvus.proto.common.Status status = 1;boolean.milvus.proto.common.Status status = 1;Methods 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
-
hasStatus
boolean hasStatus().milvus.proto.common.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus().milvus.proto.common.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder().milvus.proto.common.Status status = 1; -
getDbNamesList
repeated string db_names = 2;- Returns:
- A list containing the dbNames.
-
getDbNamesCount
int getDbNamesCount()repeated string db_names = 2;- Returns:
- The count of dbNames.
-
getDbNames
repeated string db_names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The dbNames at the given index.
-
getDbNamesBytes
com.google.protobuf.ByteString getDbNamesBytes(int index) repeated string db_names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the dbNames at the given index.
-
getCreatedTimestampList
repeated uint64 created_timestamp = 3;- Returns:
- A list containing the createdTimestamp.
-
getCreatedTimestampCount
int getCreatedTimestampCount()repeated uint64 created_timestamp = 3;- Returns:
- The count of createdTimestamp.
-
getCreatedTimestamp
long getCreatedTimestamp(int index) repeated uint64 created_timestamp = 3;- Parameters:
index- The index of the element to return.- Returns:
- The createdTimestamp at the given index.
-