public static class BigQuery.RoutineListOption extends Option
Class for specifying routine 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.RoutineListOption pageSize(long pageSize)
Returns an option to specify the maximum number of routines returned per page.
Parameter | |
---|---|
Name | Description |
pageSize |
long |
Returns | |
---|---|
Type | Description |
BigQuery.RoutineListOption |
pageToken(String pageToken)
public static BigQuery.RoutineListOption pageToken(String pageToken)
Returns an option to specify the page token from which to start listing routines.
Parameter | |
---|---|
Name | Description |
pageToken |
String |
Returns | |
---|---|
Type | Description |
BigQuery.RoutineListOption |