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 |
---|---|
static BigQuery.IAMOption |
BigQuery.IAMOption.requestedPolicyVersion(long version) |
Modifier and Type | Method and Description |
---|---|
com.google.cloud.Policy |
BigQuery.getIamPolicy(TableId tableId,
BigQuery.IAMOption... options)
Gets the IAM policy for a specified table.
|
com.google.cloud.Policy |
BigQuery.setIamPolicy(TableId tableId,
com.google.cloud.Policy policy,
BigQuery.IAMOption... options)
Sets the IAM policy for a specified table.
|
List<String> |
BigQuery.testIamPermissions(TableId table,
List<String> permissions,
BigQuery.IAMOption... options)
Tests whether the caller holds specific permissions on a BigQuery table.
|
Copyright © 2023 Google LLC. All rights reserved.