public class Bigquery.RowAccessPolicies.BatchDelete extends BigqueryRequest<Void>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
BatchDelete(String projectId,
String datasetId,
String tableId,
BatchDeleteRowAccessPoliciesRequest content)
Deletes provided row access policies.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, 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, 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 BatchDelete(String projectId, String datasetId, String tableId, BatchDeleteRowAccessPoliciesRequest 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 delete the row access policies.datasetId
- Required. Dataset ID of the table to delete the row access policies.tableId
- Required. Table ID of the table to delete the row access policies.content
- the BatchDeleteRowAccessPoliciesRequest
public Bigquery.RowAccessPolicies.BatchDelete set$Xgafv(String $Xgafv)
BigqueryRequest
set$Xgafv
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setAccessToken(String accessToken)
BigqueryRequest
setAccessToken
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setCallback(String callback)
BigqueryRequest
setCallback
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setUploadType(String uploadType)
BigqueryRequest
setUploadType
in class BigqueryRequest<Void>
public Bigquery.RowAccessPolicies.BatchDelete setUploadProtocol(String uploadProtocol)
BigqueryRequest
setUploadProtocol
in class BigqueryRequest<Void>
public String getProjectId()
public Bigquery.RowAccessPolicies.BatchDelete setProjectId(String projectId)
public String getDatasetId()
public Bigquery.RowAccessPolicies.BatchDelete setDatasetId(String datasetId)
public String getTableId()
public Bigquery.RowAccessPolicies.BatchDelete setTableId(String tableId)
public Bigquery.RowAccessPolicies.BatchDelete set(String parameterName, Object value)
set
in class BigqueryRequest<Void>
Copyright © 2011–2025 Google. All rights reserved.