public class Drive.Revisions.List extends DriveRequest<RevisionList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String fileId)
Lists a file's revisions.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getFileId()
The ID of the file.
|
Integer |
getMaxResults()
Maximum number of revisions to return.
|
String |
getPageToken()
Page token for revisions.
|
Drive.Revisions.List |
set(String parameterName,
Object value) |
Drive.Revisions.List |
setAlt(String alt)
Data format for the response.
|
Drive.Revisions.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Revisions.List |
setFileId(String fileId)
The ID of the file.
|
Drive.Revisions.List |
setKey(String key)
API key.
|
Drive.Revisions.List |
setMaxResults(Integer maxResults)
Maximum number of revisions to return.
|
Drive.Revisions.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Revisions.List |
setPageToken(String pageToken)
Page token for revisions.
|
Drive.Revisions.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Revisions.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Drive.Revisions.List |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List(String fileId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Drive.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
fileId - The ID of the file.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<RevisionList>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<RevisionList>IOExceptionpublic Drive.Revisions.List setAlt(String alt)
DriveRequestsetAlt in class DriveRequest<RevisionList>public Drive.Revisions.List setFields(String fields)
DriveRequestsetFields in class DriveRequest<RevisionList>public Drive.Revisions.List setKey(String key)
DriveRequestsetKey in class DriveRequest<RevisionList>public Drive.Revisions.List setOauthToken(String oauthToken)
DriveRequestsetOauthToken in class DriveRequest<RevisionList>public Drive.Revisions.List setPrettyPrint(Boolean prettyPrint)
DriveRequestsetPrettyPrint in class DriveRequest<RevisionList>public Drive.Revisions.List setQuotaUser(String quotaUser)
DriveRequestsetQuotaUser in class DriveRequest<RevisionList>public Drive.Revisions.List setUserIp(String userIp)
DriveRequestsetUserIp in class DriveRequest<RevisionList>public String getFileId()
public Drive.Revisions.List setFileId(String fileId)
public Integer getMaxResults()
public Drive.Revisions.List setMaxResults(Integer maxResults)
public String getPageToken()
public Drive.Revisions.List setPageToken(String pageToken)
public Drive.Revisions.List set(String parameterName, Object value)
set in class DriveRequest<RevisionList>Copyright © 2011–2023 Google. All rights reserved.