Package com.google.cloud.bigquery
Class BigQuery.RoutineListOption
java.lang.Object
com.google.cloud.bigquery.BigQuery.RoutineListOption
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BigQuery
Class for specifying routine list options.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static BigQuery.RoutineListOptionpageSize(long pageSize) Returns an option to specify the maximum number of routines returned per page.static BigQuery.RoutineListOptionReturns an option to specify the page token from which to start listing routines.toString()
-
Method Details
-
pageSize
Returns an option to specify the maximum number of routines returned per page. -
pageToken
Returns an option to specify the page token from which to start listing routines. -
equals
-
hashCode
public int hashCode() -
toString
-