public class Drive.Files.Patch extends DriveRequest<File>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Drive.Files.Patch(String fileId,
File content)
Updates file metadata and/or content.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddParents()
Comma-separated list of parent IDs to add.
|
Boolean |
getConvert()
Whether to convert this file to the corresponding Google Docs format.
|
String |
getFileId()
The ID of the file to update.
|
Boolean |
getNewRevision()
Whether a blob upload should create a new revision.
|
Boolean |
getOcr()
Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
|
String |
getOcrLanguage()
If ocr is true, hints at the language to use.
|
Boolean |
getPinned()
Whether to pin the new revision.
|
String |
getRemoveParents()
Comma-separated list of parent IDs to remove.
|
Boolean |
getSetModifiedDate()
Whether to set the modified date with the supplied modified date.
|
String |
getTimedTextLanguage()
The language of the timed text.
|
String |
getTimedTextTrackName()
The timed text track name.
|
Boolean |
getUpdateViewedDate()
Whether to update the view date after successfully updating the file.
|
Boolean |
getUseContentAsIndexableText()
Whether to use the content as indexable text.
|
boolean |
isConvert()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
boolean |
isNewRevision()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
boolean |
isOcr()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
boolean |
isPinned()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
boolean |
isSetModifiedDate()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
boolean |
isUpdateViewedDate()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
boolean |
isUseContentAsIndexableText()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
Drive.Files.Patch |
set(String parameterName,
Object value) |
Drive.Files.Patch |
setAddParents(String addParents)
Comma-separated list of parent IDs to add.
|
Drive.Files.Patch |
setAlt(String alt)
Data format for the response.
|
Drive.Files.Patch |
setConvert(Boolean convert)
Whether to convert this file to the corresponding Google Docs format.
|
Drive.Files.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Files.Patch |
setFileId(String fileId)
The ID of the file to update.
|
Drive.Files.Patch |
setKey(String key)
API key.
|
Drive.Files.Patch |
setNewRevision(Boolean newRevision)
Whether a blob upload should create a new revision.
|
Drive.Files.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Files.Patch |
setOcr(Boolean ocr)
Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
|
Drive.Files.Patch |
setOcrLanguage(String ocrLanguage)
If ocr is true, hints at the language to use.
|
Drive.Files.Patch |
setPinned(Boolean pinned)
Whether to pin the new revision.
|
Drive.Files.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Files.Patch |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Drive.Files.Patch |
setRemoveParents(String removeParents)
Comma-separated list of parent IDs to remove.
|
Drive.Files.Patch |
setSetModifiedDate(Boolean setModifiedDate)
Whether to set the modified date with the supplied modified date.
|
Drive.Files.Patch |
setTimedTextLanguage(String timedTextLanguage)
The language of the timed text.
|
Drive.Files.Patch |
setTimedTextTrackName(String timedTextTrackName)
The timed text track name.
|
Drive.Files.Patch |
setUpdateViewedDate(Boolean updateViewedDate)
Whether to update the view date after successfully updating the file.
|
Drive.Files.Patch |
setUseContentAsIndexableText(Boolean useContentAsIndexableText)
Whether to use the content as indexable text.
|
Drive.Files.Patch |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
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
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Drive.Files.Patch(String fileId, File content)
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 to update.content
- the File
public Drive.Files.Patch setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<File>
public Drive.Files.Patch setFields(String fields)
DriveRequest
setFields
in class DriveRequest<File>
public Drive.Files.Patch setKey(String key)
DriveRequest
setKey
in class DriveRequest<File>
public Drive.Files.Patch setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<File>
public Drive.Files.Patch setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<File>
public Drive.Files.Patch setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<File>
public Drive.Files.Patch setUserIp(String userIp)
DriveRequest
setUserIp
in class DriveRequest<File>
public String getFileId()
public Drive.Files.Patch setFileId(String fileId)
public String getAddParents()
public Drive.Files.Patch setAddParents(String addParents)
public Boolean getUpdateViewedDate()
public Drive.Files.Patch setUpdateViewedDate(Boolean updateViewedDate)
public boolean isUpdateViewedDate()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to update the view date after successfully updating the file.
public String getRemoveParents()
public Drive.Files.Patch setRemoveParents(String removeParents)
public Boolean getSetModifiedDate()
public Drive.Files.Patch setSetModifiedDate(Boolean setModifiedDate)
public boolean isSetModifiedDate()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to set the modified date with the supplied modified date.
public Boolean getConvert()
public Drive.Files.Patch setConvert(Boolean convert)
public boolean isConvert()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to convert this file to the corresponding Google Docs format.
public Boolean getUseContentAsIndexableText()
public Drive.Files.Patch setUseContentAsIndexableText(Boolean useContentAsIndexableText)
public boolean isUseContentAsIndexableText()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to use the content as indexable text.
public String getOcrLanguage()
public Drive.Files.Patch setOcrLanguage(String ocrLanguage)
public Boolean getPinned()
public Drive.Files.Patch setPinned(Boolean pinned)
public boolean isPinned()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
public Boolean getNewRevision()
public Drive.Files.Patch setNewRevision(Boolean newRevision)
public boolean isNewRevision()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous revisions are preserved (causing increased use of the user's data storage quota).
public Boolean getOcr()
public Drive.Files.Patch setOcr(Boolean ocr)
public boolean isOcr()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
public String getTimedTextLanguage()
public Drive.Files.Patch setTimedTextLanguage(String timedTextLanguage)
public String getTimedTextTrackName()
public Drive.Files.Patch setTimedTextTrackName(String timedTextTrackName)
public Drive.Files.Patch set(String parameterName, Object value)
set
in class DriveRequest<File>