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 RoutineIdJobStatistics.QueryStatistics. getDdlTargetRoutine()[BETA] For DDL queries, returns the RoutineId of the targeted routine.RoutineIdAcl.Routine. getId()RoutineIdRoutineInfo. getRoutineId()Returns the RoutineId identified for the routine resource.static RoutineIdRoutineId. of(String dataset, String routine)Creates a routine identity given dataset and routine identifiers.static RoutineIdRoutineId. 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 booleanBigQuery. delete(RoutineId routineId)Deletes the requested routine.RoutineBigQuery. getRoutine(RoutineId routineId, BigQuery.RoutineOption... options)Returns the requested routine ornullif not found.static RoutineInfo.BuilderRoutineInfo. newBuilder(RoutineId routineId)Returns a builder for aRoutineInfoobject given routine identity.static RoutineInfoRoutineInfo. of(RoutineId routineId)Returns aRoutineInfoobject 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.
-