Interface ListTablesResponseOrBuilder (2.17.1)

public interface ListTablesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTables(int index)

public abstract Table getTables(int index)

The tables present in the requested instance.

repeated .google.bigtable.admin.v2.Table tables = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Table

getTablesCount()

public abstract int getTablesCount()

The tables present in the requested instance.

repeated .google.bigtable.admin.v2.Table tables = 1;

Returns
TypeDescription
int

getTablesList()

public abstract List<Table> getTablesList()

The tables present in the requested instance.

repeated .google.bigtable.admin.v2.Table tables = 1;

Returns
TypeDescription
List<Table>

getTablesOrBuilder(int index)

public abstract TableOrBuilder getTablesOrBuilder(int index)

The tables present in the requested instance.

repeated .google.bigtable.admin.v2.Table tables = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TableOrBuilder

getTablesOrBuilderList()

public abstract List<? extends TableOrBuilder> getTablesOrBuilderList()

The tables present in the requested instance.

repeated .google.bigtable.admin.v2.Table tables = 1;

Returns
TypeDescription
List<? extends com.google.bigtable.admin.v2.TableOrBuilder>