public class Container.Projects.Zones.Clusters.Create extends ContainerRequest<Operation>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Container.Projects.Zones.Clusters.Create(String projectId,
String zoneId,
CreateClusterRequest content)
Creates a cluster, consisting of the specified number and type of Google Compute Engine
instances, plus a Kubernetes master instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProjectId()
The Google Developers Console project ID or project number.
|
String |
getZoneId()
The name of the Google Compute Engine zone in which the cluster resides.
|
Container.Projects.Zones.Clusters.Create |
set(String parameterName,
Object value) |
Container.Projects.Zones.Clusters.Create |
setAlt(String alt)
Data format for the response.
|
Container.Projects.Zones.Clusters.Create |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Container.Projects.Zones.Clusters.Create |
setKey(String key)
API key.
|
Container.Projects.Zones.Clusters.Create |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Container.Projects.Zones.Clusters.Create |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Container.Projects.Zones.Clusters.Create |
setProjectId(String projectId)
The Google Developers Console project ID or project number.
|
Container.Projects.Zones.Clusters.Create |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Container.Projects.Zones.Clusters.Create |
setUserIp(String userIp)
IP address of the site where the request originates.
|
Container.Projects.Zones.Clusters.Create |
setZoneId(String zoneId)
The name of the Google Compute Engine zone in which the cluster resides.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, 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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected Container.Projects.Zones.Clusters.Create(String projectId, String zoneId, CreateClusterRequest content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Container.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
projectId - The Google Developers Console project ID or project number.zoneId - The name of the Google Compute Engine zone in which the cluster resides.content - the CreateClusterRequestpublic Container.Projects.Zones.Clusters.Create setAlt(String alt)
ContainerRequestsetAlt in class ContainerRequest<Operation>public Container.Projects.Zones.Clusters.Create setFields(String fields)
ContainerRequestsetFields in class ContainerRequest<Operation>public Container.Projects.Zones.Clusters.Create setKey(String key)
ContainerRequestsetKey in class ContainerRequest<Operation>public Container.Projects.Zones.Clusters.Create setOauthToken(String oauthToken)
ContainerRequestsetOauthToken in class ContainerRequest<Operation>public Container.Projects.Zones.Clusters.Create setPrettyPrint(Boolean prettyPrint)
ContainerRequestsetPrettyPrint in class ContainerRequest<Operation>public Container.Projects.Zones.Clusters.Create setQuotaUser(String quotaUser)
ContainerRequestsetQuotaUser in class ContainerRequest<Operation>public Container.Projects.Zones.Clusters.Create setUserIp(String userIp)
ContainerRequestsetUserIp in class ContainerRequest<Operation>public String getProjectId()
public Container.Projects.Zones.Clusters.Create setProjectId(String projectId)
public String getZoneId()
public Container.Projects.Zones.Clusters.Create setZoneId(String zoneId)
public Container.Projects.Zones.Clusters.Create set(String parameterName, Object value)
set in class ContainerRequest<Operation>