|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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.compute.ComputeRequest<OperationList>
com.google.api.services.compute.Compute.ZoneOperations.List
public class Compute.ZoneOperations.List
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
protected |
Compute.ZoneOperations.List(String project,
String zone)
Retrieves the list of operation resources contained within the specified zone. |
Method Summary | |
---|---|
HttpRequest |
buildHttpRequestUsingHead()
|
HttpResponse |
executeUsingHead()
|
String |
getFilter()
Optional. |
Long |
getMaxResults()
Optional. |
String |
getPageToken()
Optional. |
String |
getProject()
Name of the project scoping this request. |
String |
getZone()
Name of the zone scoping this request. |
Compute.ZoneOperations.List |
setAlt(String alt)
Data format for the response. |
Compute.ZoneOperations.List |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
Compute.ZoneOperations.List |
setFilter(String filter)
Optional. |
Compute.ZoneOperations.List |
setKey(String key)
API key. |
Compute.ZoneOperations.List |
setMaxResults(Long maxResults)
Optional. |
Compute.ZoneOperations.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. |
Compute.ZoneOperations.List |
setPageToken(String pageToken)
Optional. |
Compute.ZoneOperations.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. |
Compute.ZoneOperations.List |
setProject(String project)
Name of the project scoping this request. |
Compute.ZoneOperations.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. |
Compute.ZoneOperations.List |
setUserIp(String userIp)
IP address of the site where the request originates. |
Compute.ZoneOperations.List |
setZone(String zone)
Name of the zone scoping this request. |
Methods inherited from class com.google.api.services.compute.ComputeRequest |
---|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, 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, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue |
Methods inherited from class com.google.api.client.util.GenericData |
---|
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Compute.ZoneOperations.List(String project, String zone)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. Compute.initialize(AbstractGoogleClientRequest)
must be called to initialize this instance
immediately after invoking the constructor.
project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.Method Detail |
---|
public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<OperationList>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<OperationList>
IOException
public Compute.ZoneOperations.List setAlt(String alt)
ComputeRequest
setAlt
in class ComputeRequest<OperationList>
public Compute.ZoneOperations.List setFields(String fields)
ComputeRequest
setFields
in class ComputeRequest<OperationList>
public Compute.ZoneOperations.List setKey(String key)
ComputeRequest
setKey
in class ComputeRequest<OperationList>
public Compute.ZoneOperations.List setOauthToken(String oauthToken)
ComputeRequest
setOauthToken
in class ComputeRequest<OperationList>
public Compute.ZoneOperations.List setPrettyPrint(Boolean prettyPrint)
ComputeRequest
setPrettyPrint
in class ComputeRequest<OperationList>
public Compute.ZoneOperations.List setQuotaUser(String quotaUser)
ComputeRequest
setQuotaUser
in class ComputeRequest<OperationList>
public Compute.ZoneOperations.List setUserIp(String userIp)
ComputeRequest
setUserIp
in class ComputeRequest<OperationList>
public String getProject()
public Compute.ZoneOperations.List setProject(String project)
public String getZone()
public Compute.ZoneOperations.List setZone(String zone)
public String getFilter()
public Compute.ZoneOperations.List setFilter(String filter)
public String getPageToken()
public Compute.ZoneOperations.List setPageToken(String pageToken)
public Long getMaxResults()
public Compute.ZoneOperations.List setMaxResults(Long maxResults)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |