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 RoutineRoutine.Builder. build()RoutineBigQuery. create(RoutineInfo routineInfo, BigQuery.RoutineOption... options)Creates a new routine.RoutineBigQuery. getRoutine(RoutineId routineId, BigQuery.RoutineOption... options)Returns the requested routine ornullif not found.RoutineBigQuery. getRoutine(String datasetId, String routineId, BigQuery.RoutineOption... options)Returns the requested routine ornullif not found.RoutineRoutine. reload(BigQuery.RoutineOption... options)Fetches this routine's latest information.RoutineBigQuery. update(RoutineInfo routineInfo, BigQuery.RoutineOption... options)Updates routine information.RoutineRoutine. 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.
-