Modifier and Type | Class and Description |
---|---|
class |
Bigquery.RowAccessPolicies.BatchDelete |
class |
Bigquery.RowAccessPolicies.Delete |
class |
Bigquery.RowAccessPolicies.Get |
class |
Bigquery.RowAccessPolicies.GetIamPolicy |
class |
Bigquery.RowAccessPolicies.Insert |
class |
Bigquery.RowAccessPolicies.List |
class |
Bigquery.RowAccessPolicies.TestIamPermissions |
class |
Bigquery.RowAccessPolicies.Update |
Constructor and Description |
---|
RowAccessPolicies() |
Modifier and Type | Method and Description |
---|---|
Bigquery.RowAccessPolicies.BatchDelete |
batchDelete(String projectId,
String datasetId,
String tableId,
BatchDeleteRowAccessPoliciesRequest content)
Deletes provided row access policies.
|
Bigquery.RowAccessPolicies.Delete |
delete(String projectId,
String datasetId,
String tableId,
String policyId)
Deletes a row access policy.
|
Bigquery.RowAccessPolicies.Get |
get(String projectId,
String datasetId,
String tableId,
String policyId)
Gets the specified row access policy by policy ID.
|
Bigquery.RowAccessPolicies.GetIamPolicy |
getIamPolicy(String resource,
GetIamPolicyRequest content)
Gets the access control policy for a resource.
|
Bigquery.RowAccessPolicies.Insert |
insert(String projectId,
String datasetId,
String tableId,
RowAccessPolicy content)
Creates a row access policy.
|
Bigquery.RowAccessPolicies.List |
list(String projectId,
String datasetId,
String tableId)
Lists all row access policies on the specified table.
|
Bigquery.RowAccessPolicies.TestIamPermissions |
testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
Bigquery.RowAccessPolicies.Update |
update(String projectId,
String datasetId,
String tableId,
String policyId,
RowAccessPolicy content)
Updates a row access policy.
|
public Bigquery.RowAccessPolicies.BatchDelete batchDelete(String projectId, String datasetId, String tableId, BatchDeleteRowAccessPoliciesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Required. Project ID of the table to delete the row access policies.datasetId
- Required. Dataset ID of the table to delete the row access policies.tableId
- Required. Table ID of the table to delete the row access policies.content
- the BatchDeleteRowAccessPoliciesRequest
IOException
public Bigquery.RowAccessPolicies.Delete delete(String projectId, String datasetId, String tableId, String policyId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Required. Project ID of the table to delete the row access policy.datasetId
- Required. Dataset ID of the table to delete the row access policy.tableId
- Required. Table ID of the table to delete the row access policy.policyId
- Required. Policy ID of the row access policy.IOException
public Bigquery.RowAccessPolicies.Get get(String projectId, String datasetId, String tableId, String policyId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Required. Project ID of the table to get the row access policy.datasetId
- Required. Dataset ID of the table to get the row access policy.tableId
- Required. Table ID of the table to get the row access policy.policyId
- Required. Policy ID of the row access policy.IOException
public Bigquery.RowAccessPolicies.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 GetIamPolicyRequest
IOException
public Bigquery.RowAccessPolicies.Insert insert(String projectId, String datasetId, String tableId, RowAccessPolicy content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Required. Project ID of the table to get the row access policy.datasetId
- Required. Dataset ID of the table to get the row access policy.tableId
- Required. Table ID of the table to get the row access policy.content
- the RowAccessPolicy
IOException
public Bigquery.RowAccessPolicies.List list(String projectId, String datasetId, String tableId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Required. Project ID of the row access policies to list.datasetId
- Required. Dataset ID of row access policies to list.tableId
- Required. Table ID of the table to list row access policies.IOException
public Bigquery.RowAccessPolicies.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 TestIamPermissionsRequest
IOException
public Bigquery.RowAccessPolicies.Update update(String projectId, String datasetId, String tableId, String policyId, RowAccessPolicy content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Required. Project ID of the table to get the row access policy.datasetId
- Required. Dataset ID of the table to get the row access policy.tableId
- Required. Table ID of the table to get the row access policy.policyId
- Required. Policy ID of the row access policy.content
- the RowAccessPolicy
IOException
Copyright © 2011–2025 Google. All rights reserved.