| Modifier and Type | Class and Description |
|---|---|
class |
Bigquery.Routines.Delete |
class |
Bigquery.Routines.Get |
class |
Bigquery.Routines.GetIamPolicy |
class |
Bigquery.Routines.Insert |
class |
Bigquery.Routines.List |
class |
Bigquery.Routines.SetIamPolicy |
class |
Bigquery.Routines.TestIamPermissions |
class |
Bigquery.Routines.Update |
| Constructor and Description |
|---|
Routines() |
| Modifier and Type | Method and Description |
|---|---|
Bigquery.Routines.Delete |
delete(String projectId,
String datasetId,
String routineId)
Deletes the routine specified by routineId from the dataset.
|
Bigquery.Routines.Get |
get(String projectId,
String datasetId,
String routineId)
Gets the specified routine resource by routine ID.
|
Bigquery.Routines.GetIamPolicy |
getIamPolicy(String resource,
GetIamPolicyRequest content)
Gets the access control policy for a resource.
|
Bigquery.Routines.Insert |
insert(String projectId,
String datasetId,
Routine content)
Creates a new routine in the dataset.
|
Bigquery.Routines.List |
list(String projectId,
String datasetId)
Lists all routines in the specified dataset.
|
Bigquery.Routines.SetIamPolicy |
setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on the specified resource.
|
Bigquery.Routines.TestIamPermissions |
testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
Bigquery.Routines.Update |
update(String projectId,
String datasetId,
String routineId,
Routine content)
Updates information in an existing routine.
|
public Bigquery.Routines.Delete delete(String projectId, String datasetId, String routineId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the routine to deletedatasetId - Required. Dataset ID of the routine to deleteroutineId - Required. Routine ID of the routine to deleteIOExceptionpublic Bigquery.Routines.Get get(String projectId, String datasetId, String routineId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the requested routinedatasetId - Required. Dataset ID of the requested routineroutineId - Required. Routine ID of the requested routineIOExceptionpublic Bigquery.Routines.GetIamPolicy getIamPolicy(String resource, GetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GetIamPolicyRequestIOExceptionpublic Bigquery.Routines.Insert insert(String projectId, String datasetId, Routine content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the new routinedatasetId - Required. Dataset ID of the new routinecontent - the RoutineIOExceptionpublic Bigquery.Routines.List list(String projectId, String datasetId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the routines to listdatasetId - Required. Dataset ID of the routines to listIOExceptionpublic Bigquery.Routines.SetIamPolicy setIamPolicy(String resource, SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the SetIamPolicyRequestIOExceptionpublic Bigquery.Routines.TestIamPermissions testIamPermissions(String resource, TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the TestIamPermissionsRequestIOExceptionpublic Bigquery.Routines.Update update(String projectId, String datasetId, String routineId, Routine content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the routine to updatedatasetId - Required. Dataset ID of the routine to updateroutineId - Required. Routine ID of the routine to updatecontent - the RoutineIOExceptionCopyright © 2011–2025 Google. All rights reserved.