Class BigQuery.TableListOption (2.40.1)

public static class BigQuery.TableListOption extends Option

Class for specifying table list options.

Inheritance

Object > com.google.cloud.bigquery.Option > BigQuery.TableListOption

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.

Parameter
Name Description
pageSize long
Returns
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.

Parameter
Name Description
pageToken String
Returns
Type Description
BigQuery.TableListOption