public class Sheets.Spreadsheets.BatchUpdate extends SheetsRequest<BatchUpdateSpreadsheetResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
BatchUpdate(String spreadsheetId,
BatchUpdateSpreadsheetRequest content)
Applies one or more updates to the spreadsheet.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSpreadsheetId()
The spreadsheet to apply the updates to.
|
Sheets.Spreadsheets.BatchUpdate |
set(String parameterName,
Object value) |
Sheets.Spreadsheets.BatchUpdate |
set$Xgafv(String $Xgafv)
V1 error format.
|
Sheets.Spreadsheets.BatchUpdate |
setAccessToken(String accessToken)
OAuth access token.
|
Sheets.Spreadsheets.BatchUpdate |
setAlt(String alt)
Data format for response.
|
Sheets.Spreadsheets.BatchUpdate |
setCallback(String callback)
JSONP
|
Sheets.Spreadsheets.BatchUpdate |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Sheets.Spreadsheets.BatchUpdate |
setKey(String key)
API key.
|
Sheets.Spreadsheets.BatchUpdate |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Sheets.Spreadsheets.BatchUpdate |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Sheets.Spreadsheets.BatchUpdate |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Sheets.Spreadsheets.BatchUpdate |
setSpreadsheetId(String spreadsheetId)
The spreadsheet to apply the updates to.
|
Sheets.Spreadsheets.BatchUpdate |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Sheets.Spreadsheets.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 spreadsheetId, BatchUpdateSpreadsheetRequest content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Sheets.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
spreadsheetId - The spreadsheet to apply the updates to.content - the BatchUpdateSpreadsheetRequestpublic Sheets.Spreadsheets.BatchUpdate set$Xgafv(String $Xgafv)
SheetsRequestset$Xgafv in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setAccessToken(String accessToken)
SheetsRequestsetAccessToken in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setAlt(String alt)
SheetsRequestsetAlt in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setCallback(String callback)
SheetsRequestsetCallback in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setFields(String fields)
SheetsRequestsetFields in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setKey(String key)
SheetsRequestsetKey in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setOauthToken(String oauthToken)
SheetsRequestsetOauthToken in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setPrettyPrint(Boolean prettyPrint)
SheetsRequestsetPrettyPrint in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setQuotaUser(String quotaUser)
SheetsRequestsetQuotaUser in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setUploadType(String uploadType)
SheetsRequestsetUploadType in class SheetsRequest<BatchUpdateSpreadsheetResponse>public Sheets.Spreadsheets.BatchUpdate setUploadProtocol(String uploadProtocol)
SheetsRequestsetUploadProtocol in class SheetsRequest<BatchUpdateSpreadsheetResponse>public String getSpreadsheetId()
public Sheets.Spreadsheets.BatchUpdate setSpreadsheetId(String spreadsheetId)
public Sheets.Spreadsheets.BatchUpdate set(String parameterName, Object value)
set in class SheetsRequest<BatchUpdateSpreadsheetResponse>Copyright © 2011–2021 Google. All rights reserved.