
target.apidocs.com.google.api.services.bigquery.Bigquery.RowAccessPolicies.html Maven / Gradle / Ivy
Bigquery.RowAccessPolicies (BigQuery API v2-rev20201007-1.30.10)
com.google.api.services.bigquery
Class Bigquery.RowAccessPolicies
- java.lang.Object
-
- com.google.api.services.bigquery.Bigquery.RowAccessPolicies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Bigquery.RowAccessPolicies.List
-
Constructor Summary
Constructors
Constructor and Description
RowAccessPolicies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Bigquery.RowAccessPolicies.List
list(String projectId,
String datasetId,
String tableId)
Lists all row access policies on the specified table.
-
-
Method Detail
-
list
public Bigquery.RowAccessPolicies.List list(String projectId,
String datasetId,
String tableId)
throws IOException
Lists all row access policies on the specified table.
Create a request for the method "rowAccessPolicies.list".
This request holds the parameters needed by the bigquery server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy