Compute Engine API v1beta14 (revision 11)



com.google.api.services.compute
Class ComputeRequest<T>

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
              extended by com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
                  extended by com.google.api.services.compute.ComputeRequest<T>
All Implemented Interfaces:
Cloneable, Map<String,Object>
Direct Known Subclasses:
Compute.Disks.Delete, Compute.Disks.Get, Compute.Disks.Insert, Compute.Disks.List, Compute.Firewalls.Delete, Compute.Firewalls.Get, Compute.Firewalls.Insert, Compute.Firewalls.List, Compute.Firewalls.Patch, Compute.Firewalls.Update, Compute.GlobalOperations.Delete, Compute.GlobalOperations.Get, Compute.GlobalOperations.List, Compute.Images.Delete, Compute.Images.Deprecate, Compute.Images.Get, Compute.Images.Insert, Compute.Images.List, Compute.Instances.AddAccessConfig, Compute.Instances.AttachDisk, Compute.Instances.Delete, Compute.Instances.DeleteAccessConfig, Compute.Instances.DetachDisk, Compute.Instances.Get, Compute.Instances.GetSerialPortOutput, Compute.Instances.Insert, Compute.Instances.List, Compute.Instances.SetMetadata, Compute.Instances.SetTags, Compute.Kernels.Get, Compute.Kernels.List, Compute.MachineTypes.Get, Compute.MachineTypes.List, Compute.Networks.Delete, Compute.Networks.Get, Compute.Networks.Insert, Compute.Networks.List, Compute.Projects.Get, Compute.Projects.SetCommonInstanceMetadata, Compute.Snapshots.Delete, Compute.Snapshots.Get, Compute.Snapshots.Insert, Compute.Snapshots.List, Compute.ZoneOperations.Delete, Compute.ZoneOperations.Get, Compute.ZoneOperations.List, Compute.Zones.Get, Compute.Zones.List

public abstract class ComputeRequest<T>
extends AbstractGoogleJsonClientRequest<T>

Compute request.

Upgrade warning: this class now extends AbstractGoogleJsonClientRequest, whereas in prior version 1.8 it extended JsonHttpRequest.

Since:
1.3

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
ComputeRequest(Compute client, String method, String uriTemplate, Object content, Class<T> responseClass)
           
 
Method Summary
 Compute getAbstractGoogleClient()
           
 String getAlt()
          Data format for the response.
 String getFields()
          Selector specifying which fields to include in a partial response.
 String getKey()
          API key.
 String getOauthToken()
          OAuth 2.0 token for the current user.
 Boolean getPrettyPrint()
          Returns response with indentations and line breaks.
 String getQuotaUser()
          Available to use for quota purposes for server-side applications.
 String getUserIp()
          IP address of the site where the request originates.
 ComputeRequest<T> setAlt(String alt)
          Data format for the response.
 ComputeRequest<T> setDisableGZipContent(boolean disableGZipContent)
           
 ComputeRequest<T> setFields(String fields)
          Selector specifying which fields to include in a partial response.
 ComputeRequest<T> setKey(String key)
          API key.
 ComputeRequest<T> setOauthToken(String oauthToken)
          OAuth 2.0 token for the current user.
 ComputeRequest<T> setPrettyPrint(Boolean prettyPrint)
          Returns response with indentations and line breaks.
 ComputeRequest<T> setQuotaUser(String quotaUser)
          Available to use for quota purposes for server-side applications.
 ComputeRequest<T> setRequestHeaders(HttpHeaders headers)
           
 ComputeRequest<T> setUserIp(String userIp)
          IP address of the site where the request originates.
 
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, buildHttpRequestUsingHead, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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

ComputeRequest

public ComputeRequest(Compute client,
                      String method,
                      String uriTemplate,
                      Object content,
                      Class<T> responseClass)
Parameters:
client - Google client
method - HTTP Method
uriTemplate - URI template for the path relative to the base URL. If it starts with a "/" the base path from the base URL will be stripped out. The URI template can also be a full URL. URI template expansion is done using UriTemplate.expand(String, String, Object, boolean)
content - A POJO that can be serialized into JSON or null for none
responseClass - response class to parse into
Method Detail

getAlt

public String getAlt()
Data format for the response. [default: json]


setAlt

public ComputeRequest<T> setAlt(String alt)
Data format for the response.


getFields

public String getFields()
Selector specifying which fields to include in a partial response.


setFields

public ComputeRequest<T> setFields(String fields)
Selector specifying which fields to include in a partial response.


getKey

public String getKey()
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.


setKey

public ComputeRequest<T> setKey(String key)
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.


getOauthToken

public String getOauthToken()
OAuth 2.0 token for the current user.


setOauthToken

public ComputeRequest<T> setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.


getPrettyPrint

public Boolean getPrettyPrint()
Returns response with indentations and line breaks. [default: true]


setPrettyPrint

public ComputeRequest<T> setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.


getQuotaUser

public String getQuotaUser()
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.


setQuotaUser

public ComputeRequest<T> setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.


getUserIp

public String getUserIp()
IP address of the site where the request originates. Use this if you want to enforce per-user limits.


setUserIp

public ComputeRequest<T> setUserIp(String userIp)
IP address of the site where the request originates. Use this if you want to enforce per-user limits.


getAbstractGoogleClient

public final Compute getAbstractGoogleClient()
Overrides:
getAbstractGoogleClient in class AbstractGoogleJsonClientRequest<T>

setDisableGZipContent

public ComputeRequest<T> setDisableGZipContent(boolean disableGZipContent)
Overrides:
setDisableGZipContent in class AbstractGoogleJsonClientRequest<T>

setRequestHeaders

public ComputeRequest<T> setRequestHeaders(HttpHeaders headers)
Overrides:
setRequestHeaders in class AbstractGoogleJsonClientRequest<T>