Interface ListIndexesResponseOrBuilder (3.42.0)

public interface ListIndexesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndexes(int index)

public abstract Index getIndexes(int index)

List of indexes in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Index

getIndexesCount()

public abstract int getIndexesCount()

List of indexes in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;

Returns
TypeDescription
int

getIndexesList()

public abstract List<Index> getIndexesList()

List of indexes in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;

Returns
TypeDescription
List<Index>

getIndexesOrBuilder(int index)

public abstract IndexOrBuilder getIndexesOrBuilder(int index)

List of indexes in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IndexOrBuilder

getIndexesOrBuilderList()

public abstract List<? extends IndexOrBuilder> getIndexesOrBuilderList()

List of indexes in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.IndexOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results. Pass to ListIndexesRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve next page of results. Pass to ListIndexesRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.