public class Bigquery.RowAccessPolicies.Get extends BigqueryRequest<RowAccessPolicy>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(String projectId,
String datasetId,
String tableId,
String policyId)
Gets the specified row access policy by policy ID.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Get(String projectId, String datasetId, String tableId, String policyId)
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 table to get the row access policy.datasetId
- Required. Dataset ID of the table to get the row access policy.tableId
- Required. Table ID of the table to get the row access policy.policyId
- Required. Policy ID of the row access policy.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<RowAccessPolicy>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<RowAccessPolicy>
IOException
public Bigquery.RowAccessPolicies.Get set$Xgafv(String $Xgafv)
BigqueryRequest
set$Xgafv
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setAccessToken(String accessToken)
BigqueryRequest
setAccessToken
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setCallback(String callback)
BigqueryRequest
setCallback
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setUploadType(String uploadType)
BigqueryRequest
setUploadType
in class BigqueryRequest<RowAccessPolicy>
public Bigquery.RowAccessPolicies.Get setUploadProtocol(String uploadProtocol)
BigqueryRequest
setUploadProtocol
in class BigqueryRequest<RowAccessPolicy>
public String getProjectId()
public Bigquery.RowAccessPolicies.Get setProjectId(String projectId)
public String getDatasetId()
public Bigquery.RowAccessPolicies.Get setDatasetId(String datasetId)
public String getTableId()
public Bigquery.RowAccessPolicies.Get setTableId(String tableId)
public String getPolicyId()
public Bigquery.RowAccessPolicies.Get setPolicyId(String policyId)
public Bigquery.RowAccessPolicies.Get set(String parameterName, Object value)
set
in class BigqueryRequest<RowAccessPolicy>
Copyright © 2011–2025 Google. All rights reserved.