Uses of Class
com.google.cloud.bigquery.BigQuery.RoutineListOption
-
Packages that use BigQuery.RoutineListOption Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigQuery.RoutineListOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.RoutineListOption Modifier and Type Method Description static BigQuery.RoutineListOption
BigQuery.RoutineListOption. pageSize(long pageSize)
Returns an option to specify the maximum number of routines returned per page.static BigQuery.RoutineListOption
BigQuery.RoutineListOption. pageToken(String pageToken)
Returns an option to specify the page token from which to start listing routines.Methods in com.google.cloud.bigquery with parameters of type BigQuery.RoutineListOption Modifier and Type Method Description com.google.api.gax.paging.Page<Routine>
BigQuery. listRoutines(DatasetId datasetId, BigQuery.RoutineListOption... options)
Lists the routines in the specified dataset.com.google.api.gax.paging.Page<Routine>
BigQuery. listRoutines(String datasetId, BigQuery.RoutineListOption... options)
Lists the routines in the specified dataset.
-