public class Dataproc.Projects.Regions.Clusters.Patch extends DataprocRequest<Operation>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Patch(String projectId,
String region,
String clusterName,
Cluster content)
Updates a cluster in a project.
|
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 Patch(String projectId, String region, String clusterName, Cluster content)
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.
projectId
- Required. The ID of the Google Cloud Platform project the cluster belongs to.region
- Required. The Dataproc region in which to handle the request.clusterName
- Required. The cluster name.content
- the Cluster
public Dataproc.Projects.Regions.Clusters.Patch set$Xgafv(String $Xgafv)
DataprocRequest
set$Xgafv
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setAccessToken(String accessToken)
DataprocRequest
setAccessToken
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setAlt(String alt)
DataprocRequest
setAlt
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setCallback(String callback)
DataprocRequest
setCallback
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setFields(String fields)
DataprocRequest
setFields
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setKey(String key)
DataprocRequest
setKey
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setOauthToken(String oauthToken)
DataprocRequest
setOauthToken
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setPrettyPrint(Boolean prettyPrint)
DataprocRequest
setPrettyPrint
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setQuotaUser(String quotaUser)
DataprocRequest
setQuotaUser
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setUploadType(String uploadType)
DataprocRequest
setUploadType
in class DataprocRequest<Operation>
public Dataproc.Projects.Regions.Clusters.Patch setUploadProtocol(String uploadProtocol)
DataprocRequest
setUploadProtocol
in class DataprocRequest<Operation>
public String getProjectId()
public Dataproc.Projects.Regions.Clusters.Patch setProjectId(String projectId)
public String getRegion()
public Dataproc.Projects.Regions.Clusters.Patch setRegion(String region)
public String getClusterName()
public Dataproc.Projects.Regions.Clusters.Patch setClusterName(String clusterName)
public String getGracefulDecommissionTimeout()
public Dataproc.Projects.Regions.Clusters.Patch setGracefulDecommissionTimeout(String gracefulDecommissionTimeout)
public String getRequestId()
public Dataproc.Projects.Regions.Clusters.Patch setRequestId(String requestId)
public String getUpdateMask()
public Dataproc.Projects.Regions.Clusters.Patch setUpdateMask(String updateMask)
public Dataproc.Projects.Regions.Clusters.Patch set(String parameterName, Object value)
set
in class DataprocRequest<Operation>
Copyright © 2011–2021 Google. All rights reserved.