public interface ListCollectionIdsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionIds(int index)
The collection ids.
|
ByteString |
getCollectionIdsBytes(int index)
The collection ids.
|
int |
getCollectionIdsCount()
The collection ids.
|
java.util.List<java.lang.String> |
getCollectionIdsList()
The collection ids.
|
java.lang.String |
getNextPageToken()
A page token that may be used to continue the list.
|
ByteString |
getNextPageTokenBytes()
A page token that may be used to continue the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<java.lang.String> getCollectionIdsList()
The collection ids.
repeated string collection_ids = 1;
int getCollectionIdsCount()
The collection ids.
repeated string collection_ids = 1;
java.lang.String getCollectionIds(int index)
The collection ids.
repeated string collection_ids = 1;
ByteString getCollectionIdsBytes(int index)
The collection ids.
repeated string collection_ids = 1;
java.lang.String getNextPageToken()
A page token that may be used to continue the list.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
A page token that may be used to continue the list.
string next_page_token = 2;