target.apidocs.com.google.api.services.drive.DriveRequest.html Maven / Gradle / Ivy
DriveRequest (Drive API v2-rev20180830-1.26.0)
com.google.api.services.drive
Class DriveRequest<T>
- java.lang.Object
-
- java.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.drive.DriveRequest<T>
-
- Direct Known Subclasses:
- Drive.About.Get, Drive.Apps.Get, Drive.Apps.List, Drive.Changes.Get, Drive.Changes.GetStartPageToken, Drive.Changes.List, Drive.Changes.Watch, Drive.Channels.Stop, 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.EmptyTrash, Drive.Files.Export, Drive.Files.GenerateIds, 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.Files.Watch, Drive.Parents.Delete, Drive.Parents.Get, Drive.Parents.Insert, Drive.Parents.List, Drive.Permissions.Delete, Drive.Permissions.Get, Drive.Permissions.GetIdForEmail, Drive.Permissions.Insert, Drive.Permissions.List, Drive.Permissions.Patch, Drive.Permissions.Update, Drive.Properties.Delete, Drive.Properties.Get, Drive.Properties.Insert, Drive.Properties.List, Drive.Properties.Patch, Drive.Properties.Update, Drive.Realtime.Get, Drive.Realtime.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, Drive.Teamdrives.Delete, Drive.Teamdrives.Get, Drive.Teamdrives.Insert, Drive.Teamdrives.List, Drive.Teamdrives.Update
public abstract class DriveRequest<T>
extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
Drive request.
- Since:
- 1.3
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
DriveRequest(Drive client,
String method,
String uriTemplate,
Object content,
Class<T> responseClass)
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Drive
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()
An opaque string that represents a user for quota purposes.
String
getUserIp()
Deprecated.
DriveRequest<T>
set(String parameterName,
Object value)
DriveRequest<T>
setAlt(String alt)
Data format for the response.
DriveRequest<T>
setDisableGZipContent(boolean disableGZipContent)
DriveRequest<T>
setFields(String fields)
Selector specifying which fields to include in a partial response.
DriveRequest<T>
setKey(String key)
API key.
DriveRequest<T>
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
DriveRequest<T>
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
DriveRequest<T>
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
DriveRequest<T>
setRequestHeaders(com.google.api.client.http.HttpHeaders headers)
DriveRequest<T>
setUserIp(String userIp)
Deprecated.
-
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
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
DriveRequest
public DriveRequest(Drive 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 DriveRequest<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 DriveRequest<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 DriveRequest<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 DriveRequest<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 DriveRequest<T> setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
-
getQuotaUser
public String getQuotaUser()
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
-
setQuotaUser
public DriveRequest<T> setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
-
getUserIp
public String getUserIp()
Deprecated. Please use quotaUser instead.
-
setUserIp
public DriveRequest<T> setUserIp(String userIp)
Deprecated. Please use quotaUser instead.
-
getAbstractGoogleClient
public final Drive getAbstractGoogleClient()
- Overrides:
getAbstractGoogleClient
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
setDisableGZipContent
public DriveRequest<T> setDisableGZipContent(boolean disableGZipContent)
- Overrides:
setDisableGZipContent
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
setRequestHeaders
public DriveRequest<T> setRequestHeaders(com.google.api.client.http.HttpHeaders headers)
- Overrides:
setRequestHeaders
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
set
public DriveRequest<T> set(String parameterName,
Object value)
- Overrides:
set
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
Copyright © 2011–2018 Google. All rights reserved.