Cloud Storage API v1beta2 (revision 2)



com.google.api.services.storage
Class StorageRequest<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.storage.StorageRequest<T>
All Implemented Interfaces:
Cloneable, Map<String,Object>
Direct Known Subclasses:
Storage.BucketAccessControls.Delete, Storage.BucketAccessControls.Get, Storage.BucketAccessControls.Insert, Storage.BucketAccessControls.List, Storage.BucketAccessControls.Patch, Storage.BucketAccessControls.Update, Storage.Buckets.Delete, Storage.Buckets.Get, Storage.Buckets.Insert, Storage.Buckets.List, Storage.Buckets.Patch, Storage.Buckets.Update, Storage.Channels.Stop, Storage.DefaultObjectAccessControls.Delete, Storage.DefaultObjectAccessControls.Get, Storage.DefaultObjectAccessControls.Insert, Storage.DefaultObjectAccessControls.List, Storage.DefaultObjectAccessControls.Patch, Storage.DefaultObjectAccessControls.Update, Storage.ObjectAccessControls.Delete, Storage.ObjectAccessControls.Get, Storage.ObjectAccessControls.Insert, Storage.ObjectAccessControls.List, Storage.ObjectAccessControls.Patch, Storage.ObjectAccessControls.Update, Storage.Objects.Compose, Storage.Objects.Copy, Storage.Objects.Delete, Storage.Objects.Get, Storage.Objects.Insert, Storage.Objects.List, Storage.Objects.Patch, Storage.Objects.Update, Storage.Objects.WatchAll

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

Storage request.

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
StorageRequest(Storage client, String method, String uriTemplate, Object content, Class<T> responseClass)
           
 
Method Summary
 Storage 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.
 StorageRequest<T> set(String parameterName, Object value)
           
 StorageRequest<T> setAlt(String alt)
          Data format for the response.
 StorageRequest<T> setDisableGZipContent(boolean disableGZipContent)
           
 StorageRequest<T> setFields(String fields)
          Selector specifying which fields to include in a partial response.
 StorageRequest<T> setKey(String key)
          API key.
 StorageRequest<T> setOauthToken(String oauthToken)
          OAuth 2.0 token for the current user.
 StorageRequest<T> setPrettyPrint(Boolean prettyPrint)
          Returns response with indentations and line breaks.
 StorageRequest<T> setQuotaUser(String quotaUser)
          Available to use for quota purposes for server-side applications.
 StorageRequest<T> setRequestHeaders(HttpHeaders headers)
           
 StorageRequest<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, checkRequiredParameter, 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, 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

StorageRequest

public StorageRequest(Storage 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 StorageRequest<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 StorageRequest<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 StorageRequest<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 StorageRequest<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 StorageRequest<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 StorageRequest<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 StorageRequest<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 Storage getAbstractGoogleClient()
Overrides:
getAbstractGoogleClient in class AbstractGoogleJsonClientRequest<T>

setDisableGZipContent

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

setRequestHeaders

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

set

public StorageRequest<T> set(String parameterName,
                             Object value)
Overrides:
set in class AbstractGoogleJsonClientRequest<T>