Uses of Class
com.google.cloud.bigquery.RoutineId
-
Packages that use RoutineId Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of RoutineId in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return RoutineId Modifier and Type Method Description RoutineId
JobStatistics.QueryStatistics. getDdlTargetRoutine()
[BETA] For DDL queries, returns the RoutineId of the targeted routine.RoutineId
Acl.Routine. getId()
RoutineId
RoutineInfo. getRoutineId()
Returns the RoutineId identified for the routine resource.static RoutineId
RoutineId. of(String dataset, String routine)
Creates a routine identity given dataset and routine identifiers.static RoutineId
RoutineId. of(String project, String dataset, String routine)
Creates a routine identity given project, dataset, and routine identifiers.Methods in com.google.cloud.bigquery with parameters of type RoutineId Modifier and Type Method Description boolean
BigQuery. delete(RoutineId routineId)
Deletes the requested routine.Routine
BigQuery. getRoutine(RoutineId routineId, BigQuery.RoutineOption... options)
Returns the requested routine ornull
if not found.static RoutineInfo.Builder
RoutineInfo. newBuilder(RoutineId routineId)
Returns a builder for aRoutineInfo
object given routine identity.static RoutineInfo
RoutineInfo. of(RoutineId routineId)
Returns aRoutineInfo
object given routine identity.Constructors in com.google.cloud.bigquery with parameters of type RoutineId Constructor Description Routine(RoutineId id)
Creates a Routine entity given the routine's id.
-