public class Drive.Files.Insert extends DriveRequest<File>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Drive.Files.Insert(File content)
Insert a new file.
|
protected |
Drive.Files.Insert(File content,
AbstractInputStreamContent mediaContent)
Insert a new file.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getConvert()
Whether to convert this file to the corresponding Google Docs format.
|
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 head revision of the uploaded file.
|
String |
getTimedTextLanguage()
The language of the timed text.
|
String |
getTimedTextTrackName()
The timed text track name.
|
Boolean |
getUseContentAsIndexableText()
Whether to use the content as indexable text.
|
String |
getVisibility()
The visibility of the new file.
|
boolean |
isConvert()
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 |
isUseContentAsIndexableText()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
Drive.Files.Insert |
set(String parameterName,
Object value) |
Drive.Files.Insert |
setAlt(String alt)
Data format for the response.
|
Drive.Files.Insert |
setConvert(Boolean convert)
Whether to convert this file to the corresponding Google Docs format.
|
Drive.Files.Insert |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Files.Insert |
setKey(String key)
API key.
|
Drive.Files.Insert |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Files.Insert |
setOcr(Boolean ocr)
Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
|
Drive.Files.Insert |
setOcrLanguage(String ocrLanguage)
If ocr is true, hints at the language to use.
|
Drive.Files.Insert |
setPinned(Boolean pinned)
Whether to pin the head revision of the uploaded file.
|
Drive.Files.Insert |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Files.Insert |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Drive.Files.Insert |
setTimedTextLanguage(String timedTextLanguage)
The language of the timed text.
|
Drive.Files.Insert |
setTimedTextTrackName(String timedTextTrackName)
The timed text track name.
|
Drive.Files.Insert |
setUseContentAsIndexableText(Boolean useContentAsIndexableText)
Whether to use the content as indexable text.
|
Drive.Files.Insert |
setUserIp(String userIp)
IP address of the site where the request originates.
|
Drive.Files.Insert |
setVisibility(String visibility)
The visibility of the new file.
|
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.Insert(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.
content
- the File
protected Drive.Files.Insert(File content, AbstractInputStreamContent mediaContent)
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.
This constructor should be used for uploading media content.
content
- the File
media metadata or null
if nonemediaContent
- The media HTTP content or null
if none.public Drive.Files.Insert setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<File>
public Drive.Files.Insert setFields(String fields)
DriveRequest
setFields
in class DriveRequest<File>
public Drive.Files.Insert setKey(String key)
DriveRequest
setKey
in class DriveRequest<File>
public Drive.Files.Insert setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<File>
public Drive.Files.Insert setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<File>
public Drive.Files.Insert setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<File>
public Drive.Files.Insert setUserIp(String userIp)
DriveRequest
setUserIp
in class DriveRequest<File>
public Boolean getConvert()
public Drive.Files.Insert 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.Insert 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.Insert setOcrLanguage(String ocrLanguage)
public String getVisibility()
public Drive.Files.Insert setVisibility(String visibility)
public Boolean getPinned()
public Drive.Files.Insert 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 head revision of the uploaded file.
public Boolean getOcr()
public Drive.Files.Insert 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 getTimedTextTrackName()
public Drive.Files.Insert setTimedTextTrackName(String timedTextTrackName)
public String getTimedTextLanguage()
public Drive.Files.Insert setTimedTextLanguage(String timedTextLanguage)
public Drive.Files.Insert set(String parameterName, Object value)
set
in class DriveRequest<File>