public class Bigquery.RowAccessPolicies.Update extends BigqueryRequest<RowAccessPolicy>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Update(String projectId,
String datasetId,
String tableId,
String policyId,
RowAccessPolicy content)
Updates a row access policy.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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 Update(String projectId, String datasetId, String tableId, String policyId, RowAccessPolicy content)
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.content - the RowAccessPolicypublic Bigquery.RowAccessPolicies.Update set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<RowAccessPolicy>public Bigquery.RowAccessPolicies.Update setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<RowAccessPolicy>public String getProjectId()
public Bigquery.RowAccessPolicies.Update setProjectId(String projectId)
public String getDatasetId()
public Bigquery.RowAccessPolicies.Update setDatasetId(String datasetId)
public String getTableId()
public Bigquery.RowAccessPolicies.Update setTableId(String tableId)
public String getPolicyId()
public Bigquery.RowAccessPolicies.Update setPolicyId(String policyId)
public Bigquery.RowAccessPolicies.Update set(String parameterName, Object value)
set in class BigqueryRequest<RowAccessPolicy>Copyright © 2011–2025 Google. All rights reserved.