public class Bigquery.Jobs.Cancel extends BigqueryRequest<JobCancelResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Cancel(String projectId,
String jobId)
Requests that a job be cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJobId()
Required.
|
String |
getLocation()
The geographic location of the job.
|
String |
getProjectId()
Required.
|
Bigquery.Jobs.Cancel |
set(String parameterName,
Object value) |
Bigquery.Jobs.Cancel |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.Jobs.Cancel |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.Jobs.Cancel |
setAlt(String alt)
Data format for response.
|
Bigquery.Jobs.Cancel |
setCallback(String callback)
JSONP
|
Bigquery.Jobs.Cancel |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Jobs.Cancel |
setJobId(String jobId)
Required.
|
Bigquery.Jobs.Cancel |
setKey(String key)
API key.
|
Bigquery.Jobs.Cancel |
setLocation(String location)
The geographic location of the job.
|
Bigquery.Jobs.Cancel |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Jobs.Cancel |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Jobs.Cancel |
setProjectId(String projectId)
Required.
|
Bigquery.Jobs.Cancel |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Jobs.Cancel |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.Jobs.Cancel |
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 Cancel(String projectId, String jobId)
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 job to canceljobId - Required. Job ID of the job to cancelpublic Bigquery.Jobs.Cancel set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<JobCancelResponse>public Bigquery.Jobs.Cancel setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<JobCancelResponse>public String getProjectId()
public Bigquery.Jobs.Cancel setProjectId(String projectId)
public String getJobId()
public Bigquery.Jobs.Cancel setJobId(String jobId)
public String getLocation()
public Bigquery.Jobs.Cancel setLocation(String location)
public Bigquery.Jobs.Cancel set(String parameterName, Object value)
set in class BigqueryRequest<JobCancelResponse>Copyright © 2011–2025 Google. All rights reserved.