target.apidocs.com.google.api.services.dataproc.Dataproc.Projects.Regions.Jobs.Cancel.html Maven / Gradle / Ivy
The newest version!
Dataproc.Projects.Regions.Jobs.Cancel (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc
Class Dataproc.Projects.Regions.Jobs.Cancel
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.dataproc.DataprocRequest<Job>
-
- com.google.api.services.dataproc.Dataproc.Projects.Regions.Jobs.Cancel
-
- Enclosing class:
- Dataproc.Projects.Regions.Jobs
public class Dataproc.Projects.Regions.Jobs.Cancel
extends DataprocRequest<Job>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Cancel(String projectId,
String region,
String jobId,
CancelJobRequest content)
Starts a job cancellation request.
-
Method Summary
-
Methods inherited from class com.google.api.services.dataproc.DataprocRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
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
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Cancel
protected Cancel(String projectId,
String region,
String jobId,
CancelJobRequest content)
Starts a job cancellation request. To access the job resource after cancellation, call
regions/{region}/jobs.list
(https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/list) or
regions/{region}/jobs.get
(https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/get).
Create a request for the method "jobs.cancel".
This request holds the parameters needed by the the dataproc server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Dataproc.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
projectId
- Required. The ID of the Google Cloud Platform project that the job belongs to.
region
- Required. The Dataproc region in which to handle the request.
jobId
- Required. The job ID.
content
- the CancelJobRequest
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public Dataproc.Projects.Regions.Jobs.Cancel set$Xgafv(String $Xgafv)
Description copied from class: DataprocRequest
V1 error format.
- Overrides:
set$Xgafv
in class DataprocRequest<Job>
-
setAccessToken
public Dataproc.Projects.Regions.Jobs.Cancel setAccessToken(String accessToken)
Description copied from class: DataprocRequest
OAuth access token.
- Overrides:
setAccessToken
in class DataprocRequest<Job>
-
setAlt
public Dataproc.Projects.Regions.Jobs.Cancel setAlt(String alt)
Description copied from class: DataprocRequest
Data format for response.
- Overrides:
setAlt
in class DataprocRequest<Job>
-
setCallback
public Dataproc.Projects.Regions.Jobs.Cancel setCallback(String callback)
Description copied from class: DataprocRequest
JSONP
- Overrides:
setCallback
in class DataprocRequest<Job>
-
setFields
public Dataproc.Projects.Regions.Jobs.Cancel setFields(String fields)
Description copied from class: DataprocRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class DataprocRequest<Job>
-
setKey
public Dataproc.Projects.Regions.Jobs.Cancel setKey(String key)
Description copied from class: DataprocRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class DataprocRequest<Job>
-
setOauthToken
public Dataproc.Projects.Regions.Jobs.Cancel setOauthToken(String oauthToken)
Description copied from class: DataprocRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class DataprocRequest<Job>
-
setPrettyPrint
public Dataproc.Projects.Regions.Jobs.Cancel setPrettyPrint(Boolean prettyPrint)
Description copied from class: DataprocRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class DataprocRequest<Job>
-
setQuotaUser
public Dataproc.Projects.Regions.Jobs.Cancel setQuotaUser(String quotaUser)
Description copied from class: DataprocRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class DataprocRequest<Job>
-
setUploadType
public Dataproc.Projects.Regions.Jobs.Cancel setUploadType(String uploadType)
Description copied from class: DataprocRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class DataprocRequest<Job>
-
setUploadProtocol
public Dataproc.Projects.Regions.Jobs.Cancel setUploadProtocol(String uploadProtocol)
Description copied from class: DataprocRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class DataprocRequest<Job>
-
getProjectId
public String getProjectId()
Required. The ID of the Google Cloud Platform project that the job belongs to.
-
setProjectId
public Dataproc.Projects.Regions.Jobs.Cancel setProjectId(String projectId)
Required. The ID of the Google Cloud Platform project that the job belongs to.
-
getRegion
public String getRegion()
Required. The Dataproc region in which to handle the request.
-
setRegion
public Dataproc.Projects.Regions.Jobs.Cancel setRegion(String region)
Required. The Dataproc region in which to handle the request.
-
getJobId
public String getJobId()
Required. The job ID.
-
setJobId
public Dataproc.Projects.Regions.Jobs.Cancel setJobId(String jobId)
Required. The job ID.
-
set
public Dataproc.Projects.Regions.Jobs.Cancel set(String parameterName,
Object value)
- Overrides:
set
in class DataprocRequest<Job>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy