public interface ListCollectionIdsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCollectionIds(int index)
public abstract String getCollectionIds(int index)
The collection ids.
repeated string collection_ids = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
int |
The count of collectionIds. |
getCollectionIdsList()
public abstract List<String> getCollectionIdsList()
The collection ids.
repeated string collection_ids = 1;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |