public class Docs.Documents.BatchUpdate extends DocsRequest<BatchUpdateDocumentResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
BatchUpdate(String documentId,
BatchUpdateDocumentRequest content)
Applies one or more updates to the document.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentId()
The ID of the document to update.
|
Docs.Documents.BatchUpdate |
set(String parameterName,
Object value) |
Docs.Documents.BatchUpdate |
set$Xgafv(String $Xgafv)
V1 error format.
|
Docs.Documents.BatchUpdate |
setAccessToken(String accessToken)
OAuth access token.
|
Docs.Documents.BatchUpdate |
setAlt(String alt)
Data format for response.
|
Docs.Documents.BatchUpdate |
setCallback(String callback)
JSONP
|
Docs.Documents.BatchUpdate |
setDocumentId(String documentId)
The ID of the document to update.
|
Docs.Documents.BatchUpdate |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Docs.Documents.BatchUpdate |
setKey(String key)
API key.
|
Docs.Documents.BatchUpdate |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Docs.Documents.BatchUpdate |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Docs.Documents.BatchUpdate |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Docs.Documents.BatchUpdate |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Docs.Documents.BatchUpdate |
setUploadType(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, 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 BatchUpdate(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(String $Xgafv)
DocsRequestset$Xgafv in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setAccessToken(String accessToken)
DocsRequestsetAccessToken in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setAlt(String alt)
DocsRequestsetAlt in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setCallback(String callback)
DocsRequestsetCallback in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setFields(String fields)
DocsRequestsetFields in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setKey(String key)
DocsRequestsetKey in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setOauthToken(String oauthToken)
DocsRequestsetOauthToken in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setPrettyPrint(Boolean prettyPrint)
DocsRequestsetPrettyPrint in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setQuotaUser(String quotaUser)
DocsRequestsetQuotaUser in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setUploadType(String uploadType)
DocsRequestsetUploadType in class DocsRequest<BatchUpdateDocumentResponse>public Docs.Documents.BatchUpdate setUploadProtocol(String uploadProtocol)
DocsRequestsetUploadProtocol in class DocsRequest<BatchUpdateDocumentResponse>public String getDocumentId()
public Docs.Documents.BatchUpdate setDocumentId(String documentId)
public Docs.Documents.BatchUpdate set(String parameterName, Object value)
set in class DocsRequest<BatchUpdateDocumentResponse>Copyright © 2011–2025 Google. All rights reserved.