Uses of Class
com.google.cloud.bigquery.Routine
-
Packages that use Routine Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of Routine in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return Routine Modifier and Type Method Description Routine
Routine.Builder. build()
Routine
BigQuery. create(RoutineInfo routineInfo, BigQuery.RoutineOption... options)
Creates a new routine.Routine
BigQuery. getRoutine(RoutineId routineId, BigQuery.RoutineOption... options)
Returns the requested routine ornull
if not found.Routine
BigQuery. getRoutine(String datasetId, String routineId, BigQuery.RoutineOption... options)
Returns the requested routine ornull
if not found.Routine
Routine. reload(BigQuery.RoutineOption... options)
Fetches this routine's latest information.Routine
BigQuery. update(RoutineInfo routineInfo, BigQuery.RoutineOption... options)
Updates routine information.Routine
Routine. update(BigQuery.RoutineOption... options)
Update's the routine's information with this Routine's information.Methods in com.google.cloud.bigquery that return types with arguments of type Routine 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.
-