public class Bigquery.RowAccessPolicies.List extends BigqueryRequest<ListRowAccessPoliciesResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String projectId,
String datasetId,
String tableId)
Lists all row access policies on the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getDatasetId()
Required.
|
Integer |
getPageSize()
The maximum number of results to return in a single response page.
|
String |
getPageToken()
Page token, returned by a previous call, to request the next page of results.
|
String |
getProjectId()
Required.
|
String |
getTableId()
Required.
|
Bigquery.RowAccessPolicies.List |
set(String parameterName,
Object value) |
Bigquery.RowAccessPolicies.List |
setAlt(String alt)
Data format for the response.
|
Bigquery.RowAccessPolicies.List |
setDatasetId(String datasetId)
Required.
|
Bigquery.RowAccessPolicies.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.RowAccessPolicies.List |
setKey(String key)
API key.
|
Bigquery.RowAccessPolicies.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.RowAccessPolicies.List |
setPageSize(Integer pageSize)
The maximum number of results to return in a single response page.
|
Bigquery.RowAccessPolicies.List |
setPageToken(String pageToken)
Page token, returned by a previous call, to request the next page of results.
|
Bigquery.RowAccessPolicies.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.RowAccessPolicies.List |
setProjectId(String projectId)
Required.
|
Bigquery.RowAccessPolicies.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Bigquery.RowAccessPolicies.List |
setTableId(String tableId)
Required.
|
Bigquery.RowAccessPolicies.List |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List(String projectId, String datasetId, String tableId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Bigquery.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
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.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListRowAccessPoliciesResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListRowAccessPoliciesResponse>IOExceptionpublic Bigquery.RowAccessPolicies.List setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<ListRowAccessPoliciesResponse>public Bigquery.RowAccessPolicies.List setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<ListRowAccessPoliciesResponse>public Bigquery.RowAccessPolicies.List setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<ListRowAccessPoliciesResponse>public Bigquery.RowAccessPolicies.List setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<ListRowAccessPoliciesResponse>public Bigquery.RowAccessPolicies.List setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<ListRowAccessPoliciesResponse>public Bigquery.RowAccessPolicies.List setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<ListRowAccessPoliciesResponse>public Bigquery.RowAccessPolicies.List setUserIp(String userIp)
BigqueryRequestsetUserIp in class BigqueryRequest<ListRowAccessPoliciesResponse>public String getProjectId()
public Bigquery.RowAccessPolicies.List setProjectId(String projectId)
public String getDatasetId()
public Bigquery.RowAccessPolicies.List setDatasetId(String datasetId)
public String getTableId()
public Bigquery.RowAccessPolicies.List setTableId(String tableId)
public Integer getPageSize()
public Bigquery.RowAccessPolicies.List setPageSize(Integer pageSize)
public String getPageToken()
public Bigquery.RowAccessPolicies.List setPageToken(String pageToken)
public Bigquery.RowAccessPolicies.List set(String parameterName, Object value)
set in class BigqueryRequest<ListRowAccessPoliciesResponse>Copyright © 2011–2023 Google. All rights reserved.