Interface ListIndexesResponseOrBuilder (2.19.2)

public interface ListIndexesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndexes(int index)

public abstract Index getIndexes(int index)

The indexes.

repeated .google.datastore.admin.v1.Index indexes = 1;

Parameter
Name Description
index int
Returns
Type Description
Index

getIndexesCount()

public abstract int getIndexesCount()

The indexes.

repeated .google.datastore.admin.v1.Index indexes = 1;

Returns
Type Description
int

getIndexesList()

public abstract List<Index> getIndexesList()

The indexes.

repeated .google.datastore.admin.v1.Index indexes = 1;

Returns
Type Description
List<Index>

getIndexesOrBuilder(int index)

public abstract IndexOrBuilder getIndexesOrBuilder(int index)

The indexes.

repeated .google.datastore.admin.v1.Index indexes = 1;

Parameter
Name Description
index int
Returns
Type Description
IndexOrBuilder

getIndexesOrBuilderList()

public abstract List<? extends IndexOrBuilder> getIndexesOrBuilderList()

The indexes.

repeated .google.datastore.admin.v1.Index indexes = 1;

Returns
Type Description
List<? extends com.google.datastore.admin.v1.IndexOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.