public interface ListTablesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
Table |
getTablesCount()
public abstract int getTablesCount()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Type | Description |
int |
getTablesList()
public abstract List<Table> getTablesList()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
TableOrBuilder |
getTablesOrBuilderList()
public abstract List<? extends TableOrBuilder> getTablesOrBuilderList()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Type | Description |
List<? extends com.google.bigtable.admin.v2.TableOrBuilder> |