public interface ListTablesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getTables(int index)
public abstract Table getTables(int index)
The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Table |
getTablesCount()
public abstract int getTablesCount()
The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
Returns | |
---|---|
Type | Description |
int |
getTablesList()
public abstract List<Table> getTablesList()
The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
Returns | |
---|---|
Type | Description |
List<Table> |
getTablesOrBuilder(int index)
public abstract TableOrBuilder getTablesOrBuilder(int index)
The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TableOrBuilder |
getTablesOrBuilderList()
public abstract List<? extends TableOrBuilder> getTablesOrBuilderList()
The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.bigquery.biglake.v1.TableOrBuilder> |