Uses of Class
com.google.cloud.bigquery.BigQuery.IAMOption
Packages that use BigQuery.IAMOption
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.IAMOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.IAMOptionModifier and TypeMethodDescriptionstatic BigQuery.IAMOptionBigQuery.IAMOption.requestedPolicyVersion(long version) Methods in com.google.cloud.bigquery with parameters of type BigQuery.IAMOptionModifier and TypeMethodDescriptionBigQuery.getIamPolicy(TableId tableId, BigQuery.IAMOption... options) Gets the IAM policy for a specified table.BigQuery.setIamPolicy(TableId tableId, Policy policy, BigQuery.IAMOption... options) Sets the IAM policy for a specified table.BigQuery.testIamPermissions(TableId table, List<String> permissions, BigQuery.IAMOption... options) Tests whether the caller holds specific permissions on a BigQuery table.