public class Dataproc.Projects.Regions.Clusters.Get extends DataprocRequest<Cluster>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Get(String projectId,
String region,
String clusterName)
Gets the resource representation for 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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 Get(String projectId, String region, String clusterName)
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 that the cluster belongs to.region
- Required. The Dataproc region in which to handle the request.clusterName
- Required. The cluster name.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<Cluster>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<Cluster>
IOException
public Dataproc.Projects.Regions.Clusters.Get set$Xgafv(String $Xgafv)
DataprocRequest
set$Xgafv
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setAccessToken(String accessToken)
DataprocRequest
setAccessToken
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setAlt(String alt)
DataprocRequest
setAlt
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setCallback(String callback)
DataprocRequest
setCallback
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setFields(String fields)
DataprocRequest
setFields
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setKey(String key)
DataprocRequest
setKey
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setOauthToken(String oauthToken)
DataprocRequest
setOauthToken
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setPrettyPrint(Boolean prettyPrint)
DataprocRequest
setPrettyPrint
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setQuotaUser(String quotaUser)
DataprocRequest
setQuotaUser
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setUploadType(String uploadType)
DataprocRequest
setUploadType
in class DataprocRequest<Cluster>
public Dataproc.Projects.Regions.Clusters.Get setUploadProtocol(String uploadProtocol)
DataprocRequest
setUploadProtocol
in class DataprocRequest<Cluster>
public String getProjectId()
public Dataproc.Projects.Regions.Clusters.Get setProjectId(String projectId)
public String getRegion()
public Dataproc.Projects.Regions.Clusters.Get setRegion(String region)
public String getClusterName()
public Dataproc.Projects.Regions.Clusters.Get setClusterName(String clusterName)
public Dataproc.Projects.Regions.Clusters.Get set(String parameterName, Object value)
set
in class DataprocRequest<Cluster>
Copyright © 2011–2021 Google. All rights reserved.