public static class BigQuery.TableListOption extends Option
Class for specifying table list options.
Inherited Members
com.google.cloud.bigquery.Option.equals(java.lang.Object)
com.google.cloud.bigquery.Option.hashCode()
com.google.cloud.bigquery.Option.toString()
Static Methods
pageSize(long pageSize)
public static BigQuery.TableListOption pageSize(long pageSize)
Returns an option to specify the maximum number of tables returned per page.
Name | Description |
pageSize | long |
Type | Description |
BigQuery.TableListOption |
pageToken(String pageToken)
public static BigQuery.TableListOption pageToken(String pageToken)
Returns an option to specify the page token from which to start listing tables.
Name | Description |
pageToken | String |
Type | Description |
BigQuery.TableListOption |