Package | Description |
---|---|
com.google.api.services.bigquery | |
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Bigquery.RowAccessPolicies.BatchDelete |
Bigquery.RowAccessPolicies.batchDelete(String projectId,
String datasetId,
String tableId,
BatchDeleteRowAccessPoliciesRequest content)
Deletes provided row access policies.
|
Constructor and Description |
---|
BatchDelete(String projectId,
String datasetId,
String tableId,
BatchDeleteRowAccessPoliciesRequest content)
Deletes provided row access policies.
|
Modifier and Type | Method and Description |
---|---|
BatchDeleteRowAccessPoliciesRequest |
BatchDeleteRowAccessPoliciesRequest.clone() |
BatchDeleteRowAccessPoliciesRequest |
BatchDeleteRowAccessPoliciesRequest.set(String fieldName,
Object value) |
BatchDeleteRowAccessPoliciesRequest |
BatchDeleteRowAccessPoliciesRequest.setForce(Boolean force)
If set to true, it deletes the row access policy even if it's the last row access policy on the
table and the deletion will widen the access rather narrowing it.
|
BatchDeleteRowAccessPoliciesRequest |
BatchDeleteRowAccessPoliciesRequest.setPolicyIds(List<String> policyIds)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.