public interface ListCollectionIdsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCollectionIds(int index)
public abstract String getCollectionIds(int index)
The collection ids.
repeated string collection_ids = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The collectionIds at the given index. |
getCollectionIdsBytes(int index)
public abstract ByteString getCollectionIdsBytes(int index)
The collection ids.
repeated string collection_ids = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the collectionIds at the given index. |
getCollectionIdsCount()
public abstract int getCollectionIdsCount()
The collection ids.
repeated string collection_ids = 1;
Type | Description |
int | The count of collectionIds. |
getCollectionIdsList()
public abstract List<String> getCollectionIdsList()
The collection ids.
repeated string collection_ids = 1;
Type | Description |
List<String> | A list containing the collectionIds. |
getNextPageToken()
public abstract String getNextPageToken()
A page token that may be used to continue the list.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A page token that may be used to continue the list.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |