Interface ListCollectionIdsResponseOrBuilder (3.1.0)

public interface ListCollectionIdsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCollectionIds(int index)

public abstract String getCollectionIds(int index)

The collection ids.

repeated string collection_ids = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the collectionIds at the given index.

getCollectionIdsCount()

public abstract int getCollectionIdsCount()

The collection ids.

repeated string collection_ids = 1;

Returns
TypeDescription
int

The count of collectionIds.

getCollectionIdsList()

public abstract List<String> getCollectionIdsList()

The collection ids.

repeated string collection_ids = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.