public class Container.Projects.Zones.Clusters.List extends ContainerRequest<ListClustersResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Container.Projects.Zones.Clusters.List(String projectId,
String zoneId)
Lists all clusters owned by a project in the specified zone.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
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.List |
set(String parameterName,
Object value) |
Container.Projects.Zones.Clusters.List |
setAlt(String alt)
Data format for the response.
|
Container.Projects.Zones.Clusters.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Container.Projects.Zones.Clusters.List |
setKey(String key)
API key.
|
Container.Projects.Zones.Clusters.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Container.Projects.Zones.Clusters.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Container.Projects.Zones.Clusters.List |
setProjectId(String projectId)
The Google Developers Console project ID or project number.
|
Container.Projects.Zones.Clusters.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Container.Projects.Zones.Clusters.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
Container.Projects.Zones.Clusters.List |
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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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.List(String projectId, String zoneId)
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.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<ListClustersResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ListClustersResponse>IOExceptionpublic Container.Projects.Zones.Clusters.List setAlt(String alt)
ContainerRequestsetAlt in class ContainerRequest<ListClustersResponse>public Container.Projects.Zones.Clusters.List setFields(String fields)
ContainerRequestsetFields in class ContainerRequest<ListClustersResponse>public Container.Projects.Zones.Clusters.List setKey(String key)
ContainerRequestsetKey in class ContainerRequest<ListClustersResponse>public Container.Projects.Zones.Clusters.List setOauthToken(String oauthToken)
ContainerRequestsetOauthToken in class ContainerRequest<ListClustersResponse>public Container.Projects.Zones.Clusters.List setPrettyPrint(Boolean prettyPrint)
ContainerRequestsetPrettyPrint in class ContainerRequest<ListClustersResponse>public Container.Projects.Zones.Clusters.List setQuotaUser(String quotaUser)
ContainerRequestsetQuotaUser in class ContainerRequest<ListClustersResponse>public Container.Projects.Zones.Clusters.List setUserIp(String userIp)
ContainerRequestsetUserIp in class ContainerRequest<ListClustersResponse>public String getProjectId()
public Container.Projects.Zones.Clusters.List setProjectId(String projectId)
public String getZoneId()
public Container.Projects.Zones.Clusters.List setZoneId(String zoneId)
public Container.Projects.Zones.Clusters.List set(String parameterName, Object value)
set in class ContainerRequest<ListClustersResponse>