Drive API v2 (revision 47)



com.google.api.services.drive
Class DriveRequest<T>

java.lang.Object
  extended by java.util.AbstractMap<java.lang.String,java.lang.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.drive.DriveRequest<T>
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
Direct Known Subclasses:
Drive.About.Get, Drive.Apps.Get, Drive.Apps.List, Drive.Changes.Get, Drive.Changes.List, Drive.Children.Delete, Drive.Children.Get, Drive.Children.Insert, Drive.Children.List, Drive.Comments.Delete, Drive.Comments.Get, Drive.Comments.Insert, Drive.Comments.List, Drive.Comments.Patch, Drive.Comments.Update, Drive.Files.Copy, Drive.Files.Delete, Drive.Files.Get, Drive.Files.Insert, Drive.Files.List, Drive.Files.Patch, Drive.Files.Touch, Drive.Files.Trash, Drive.Files.Untrash, Drive.Files.Update, Drive.Parents.Delete, Drive.Parents.Get, Drive.Parents.Insert, Drive.Parents.List, Drive.Permissions.Delete, Drive.Permissions.Get, Drive.Permissions.Insert, Drive.Permissions.List, Drive.Permissions.Patch, Drive.Permissions.Update, Drive.Replies.Delete, Drive.Replies.Get, Drive.Replies.Insert, Drive.Replies.List, Drive.Replies.Patch, Drive.Replies.Update, Drive.Revisions.Delete, Drive.Revisions.Get, Drive.Revisions.List, Drive.Revisions.Patch, Drive.Revisions.Update

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

Drive 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
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
DriveRequest(Drive client, java.lang.String method, java.lang.String uriTemplate, java.lang.Object content, java.lang.Class<T> responseClass)
           
 
Method Summary
 Drive getAbstractGoogleClient()
           
 java.lang.String getAlt()
          Data format for the response.
 java.lang.String getFields()
          Selector specifying which fields to include in a partial response.
 java.lang.String getKey()
          API key.
 java.lang.String getOauthToken()
          OAuth 2.0 token for the current user.
 java.lang.Boolean getPrettyPrint()
          Returns response with indentations and line breaks.
 java.lang.String getQuotaUser()
          Available to use for quota purposes for server-side applications.
 java.lang.String getUserIp()
          IP address of the site where the request originates.
 DriveRequest<T> setAlt(java.lang.String alt)
          Data format for the response.
 DriveRequest<T> setDisableGZipContent(boolean disableGZipContent)
           
 DriveRequest<T> setFields(java.lang.String fields)
          Selector specifying which fields to include in a partial response.
 DriveRequest<T> setKey(java.lang.String key)
          API key.
 DriveRequest<T> setOauthToken(java.lang.String oauthToken)
          OAuth 2.0 token for the current user.
 DriveRequest<T> setPrettyPrint(java.lang.Boolean prettyPrint)
          Returns response with indentations and line breaks.
 DriveRequest<T> setQuotaUser(java.lang.String quotaUser)
          Available to use for quota purposes for server-side applications.
 DriveRequest<T> setRequestHeaders(HttpHeaders headers)
           
 DriveRequest<T> setUserIp(java.lang.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

DriveRequest

public DriveRequest(Drive client,
                    java.lang.String method,
                    java.lang.String uriTemplate,
                    java.lang.Object content,
                    java.lang.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 java.lang.String getAlt()
Data format for the response. [default: json]


setAlt

public DriveRequest<T> setAlt(java.lang.String alt)
Data format for the response.


getFields

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


setFields

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


getKey

public java.lang.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 DriveRequest<T> setKey(java.lang.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 java.lang.String getOauthToken()
OAuth 2.0 token for the current user.


setOauthToken

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


getPrettyPrint

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


setPrettyPrint

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


getQuotaUser

public java.lang.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 DriveRequest<T> setQuotaUser(java.lang.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 java.lang.String getUserIp()
IP address of the site where the request originates. Use this if you want to enforce per-user limits.


setUserIp

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


getAbstractGoogleClient

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

setDisableGZipContent

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

setRequestHeaders

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