Uses of Class
com.google.cloud.bigquery.Routine
Packages that use Routine
Package
Description
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 RoutineModifier and TypeMethodDescriptionRoutine.Builder.build()BigQuery.create(RoutineInfo routineInfo, BigQuery.RoutineOption... options) Creates a new routine.BigQuery.getRoutine(RoutineId routineId, BigQuery.RoutineOption... options) Returns the requested routine ornullif not found.BigQuery.getRoutine(String datasetId, String routineId, BigQuery.RoutineOption... options) Returns the requested routine ornullif not found.Routine.reload(BigQuery.RoutineOption... options) Fetches this routine's latest information.BigQuery.update(RoutineInfo routineInfo, BigQuery.RoutineOption... options) Updates routine information.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 RoutineModifier and TypeMethodDescriptioncom.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.