public class Bigquery.RowAccessPolicies.Delete extends BigqueryRequest<Void>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Delete(String projectId,
String datasetId,
String tableId,
String policyId)
Deletes a row access policy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetId()
Required.
|
Boolean |
getForce()
If set to true, it deletes the row access policy even if it's the last row access policy on the
table and the deletion will widen the access rather narrowing it.
|
String |
getPolicyId()
Required.
|
String |
getProjectId()
Required.
|
String |
getTableId()
Required.
|
Bigquery.RowAccessPolicies.Delete |
set(String parameterName,
Object value) |
Bigquery.RowAccessPolicies.Delete |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.RowAccessPolicies.Delete |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.RowAccessPolicies.Delete |
setAlt(String alt)
Data format for response.
|
Bigquery.RowAccessPolicies.Delete |
setCallback(String callback)
JSONP
|
Bigquery.RowAccessPolicies.Delete |
setDatasetId(String datasetId)
Required.
|
Bigquery.RowAccessPolicies.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.RowAccessPolicies.Delete |
setForce(Boolean force)
If set to true, it deletes the row access policy even if it's the last row access policy on
the table and the deletion will widen the access rather narrowing it.
|
Bigquery.RowAccessPolicies.Delete |
setKey(String key)
API key.
|
Bigquery.RowAccessPolicies.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.RowAccessPolicies.Delete |
setPolicyId(String policyId)
Required.
|
Bigquery.RowAccessPolicies.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.RowAccessPolicies.Delete |
setProjectId(String projectId)
Required.
|
Bigquery.RowAccessPolicies.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.RowAccessPolicies.Delete |
setTableId(String tableId)
Required.
|
Bigquery.RowAccessPolicies.Delete |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.RowAccessPolicies.Delete |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
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 Delete(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 delete the row access policy.datasetId - Required. Dataset ID of the table to delete the row access policy.tableId - Required. Table ID of the table to delete the row access policy.policyId - Required. Policy ID of the row access policy.public Bigquery.RowAccessPolicies.Delete set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<Void>public Bigquery.RowAccessPolicies.Delete setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<Void>public String getProjectId()
public Bigquery.RowAccessPolicies.Delete setProjectId(String projectId)
public String getDatasetId()
public Bigquery.RowAccessPolicies.Delete setDatasetId(String datasetId)
public String getTableId()
public Bigquery.RowAccessPolicies.Delete setTableId(String tableId)
public String getPolicyId()
public Bigquery.RowAccessPolicies.Delete setPolicyId(String policyId)
public Boolean getForce()
public Bigquery.RowAccessPolicies.Delete setForce(Boolean force)
public Bigquery.RowAccessPolicies.Delete set(String parameterName, Object value)
set in class BigqueryRequest<Void>Copyright © 2011–2025 Google. All rights reserved.