Package com.google.cloud.bigquery
Class BigQuery.RoutineListOption
- java.lang.Object
-
- com.google.cloud.bigquery.BigQuery.RoutineListOption
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BigQuery
public static class BigQuery.RoutineListOption extends Object
Class for specifying routine list options.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static BigQuery.RoutineListOption
pageSize(long pageSize)
Returns an option to specify the maximum number of routines returned per page.static BigQuery.RoutineListOption
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing routines.String
toString()
-
-
-
Method Detail
-
pageSize
public static BigQuery.RoutineListOption pageSize(long pageSize)
Returns an option to specify the maximum number of routines returned per page.
-
pageToken
public static BigQuery.RoutineListOption pageToken(String pageToken)
Returns an option to specify the page token from which to start listing routines.
-
-