public class Docs.Documents.BatchUpdate extends DocsRequest<BatchUpdateDocumentResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
BatchUpdate(java.lang.String documentId,
BatchUpdateDocumentRequest content)
Applies one or more updates to the document.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentId()
The ID of the document to update.
|
Docs.Documents.BatchUpdate |
set(java.lang.String parameterName,
java.lang.Object value) |
Docs.Documents.BatchUpdate |
set$Xgafv(java.lang.String $Xgafv)
V1 error format.
|
Docs.Documents.BatchUpdate |
setAccessToken(java.lang.String accessToken)
OAuth access token.
|
Docs.Documents.BatchUpdate |
setAlt(java.lang.String alt)
Data format for response.
|
Docs.Documents.BatchUpdate |
setCallback(java.lang.String callback)
JSONP
|
Docs.Documents.BatchUpdate |
setDocumentId(java.lang.String documentId)
The ID of the document to update.
|
Docs.Documents.BatchUpdate |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Docs.Documents.BatchUpdate |
setKey(java.lang.String key)
API key.
|
Docs.Documents.BatchUpdate |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Docs.Documents.BatchUpdate |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Docs.Documents.BatchUpdate |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Docs.Documents.BatchUpdate |
setUploadProtocol(java.lang.String uploadProtocol)
Upload protocol for media (e.g.
|
Docs.Documents.BatchUpdate |
setUploadType(java.lang.String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected BatchUpdate(java.lang.String documentId,
BatchUpdateDocumentRequest content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Docs.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
documentId - The ID of the document to update.content - the BatchUpdateDocumentRequestpublic Docs.Documents.BatchUpdate set$Xgafv(java.lang.String $Xgafv)
DocsRequestset$Xgafv in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setAccessToken(java.lang.String accessToken)
DocsRequestsetAccessToken in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setAlt(java.lang.String alt)
DocsRequestsetAlt in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setCallback(java.lang.String callback)
DocsRequestsetCallback in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setFields(java.lang.String fields)
DocsRequestsetFields in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setKey(java.lang.String key)
DocsRequestsetKey in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setOauthToken(java.lang.String oauthToken)
DocsRequestsetOauthToken in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setPrettyPrint(java.lang.Boolean prettyPrint)
DocsRequestsetPrettyPrint in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setQuotaUser(java.lang.String quotaUser)
DocsRequestsetQuotaUser in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setUploadType(java.lang.String uploadType)
DocsRequestsetUploadType in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setUploadProtocol(java.lang.String uploadProtocol)
DocsRequestsetUploadProtocol in class DocsRequest<BatchUpdateDocumentResponse>public java.lang.String getDocumentId()
public Docs.Documents.BatchUpdate setDocumentId(java.lang.String documentId)
public Docs.Documents.BatchUpdate set(java.lang.String parameterName, java.lang.Object value)
set in class DocsRequest<BatchUpdateDocumentResponse>