Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
RoutineId |
JobStatistics.QueryStatistics.getDdlTargetRoutine()
[BETA] For DDL queries, returns the RoutineId of the targeted routine.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BigQuery.delete(RoutineId routineId)
Deletes the requested routine.
|
Routine |
BigQuery.getRoutine(RoutineId routineId,
BigQuery.RoutineOption... options)
Returns the requested routine or
null if not found. |
static RoutineInfo.Builder |
RoutineInfo.newBuilder(RoutineId routineId)
Returns a builder for a
RoutineInfo object given routine identity. |
static RoutineInfo |
RoutineInfo.of(RoutineId routineId)
Returns a
RoutineInfo object given routine identity. |
Copyright © 2019 Google LLC. All rights reserved.