Modifier and Type | Class and Description |
---|---|
class |
Bigquery.RowAccessPolicies.GetIamPolicy |
class |
Bigquery.RowAccessPolicies.List |
class |
Bigquery.RowAccessPolicies.TestIamPermissions |
Constructor and Description |
---|
RowAccessPolicies() |
Modifier and Type | Method and Description |
---|---|
Bigquery.RowAccessPolicies.GetIamPolicy |
getIamPolicy(String resource,
GetIamPolicyRequest content)
Gets the access control policy for a resource.
|
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.
|
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.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
Copyright © 2011–2024 Google. All rights reserved.