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 |
---|---|
Routine |
Routine.Builder.build() |
Routine |
BigQuery.create(RoutineInfo routineInfo,
BigQuery.RoutineOption... options)
Creates a new routine.
|
Routine |
BigQuery.getRoutine(RoutineId routineId,
BigQuery.RoutineOption... options)
Returns the requested routine or
null if not found. |
Routine |
BigQuery.getRoutine(String datasetId,
String routineId,
BigQuery.RoutineOption... options)
Returns the requested routine or
null if not found. |
Routine |
Routine.reload(BigQuery.RoutineOption... options)
Fetches this routine's latest information.
|
Routine |
Routine.update(BigQuery.RoutineOption... options)
Update's the routine's information with this Routine's information.
|
Routine |
BigQuery.update(RoutineInfo routineInfo,
BigQuery.RoutineOption... options)
Updates routine information.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Google LLC. All rights reserved.