Uses of Class
com.google.cloud.bigquery.BigQuery.RoutineOption
-
Packages that use BigQuery.RoutineOption 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.RoutineOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.RoutineOption Modifier and Type Method Description static BigQuery.RoutineOption
BigQuery.RoutineOption. fields(BigQuery.RoutineField... fields)
Returns an option to specify the routines's fields to be returned by the RPC call.Methods in com.google.cloud.bigquery with parameters of type BigQuery.RoutineOption Modifier and Type Method Description 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.
-