Show / Hide Table of Contents

Class SpreadsheetsResource.BatchUpdateRequest

Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. The replies will mirror the requests. For example, if you applied 4 updates and the 3rd one had a reply, then the response will have 2 empty replies, the actual reply, and another empty reply, in that order. Due to the collaborative nature of spreadsheets, it is not guaranteed that the spreadsheet will reflect exactly your changes after this completes, however it is guaranteed that the updates in the request will be applied together atomically. Your changes may be altered with respect to collaborator changes. If there are no collaborators, the spreadsheet should reflect your changes.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BatchUpdateSpreadsheetResponse>
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>
SpreadsheetsResource.BatchUpdateRequest
Implements
IClientServiceRequest<BatchUpdateSpreadsheetResponse>
IClientServiceRequest
Inherited Members
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.Xgafv
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.AccessToken
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.Alt
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.Callback
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.Fields
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.Key
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.OauthToken
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.PrettyPrint
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.QuotaUser
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.UploadType
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.UploadProtocol
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.Execute()
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ExecuteAsStream()
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ExecuteAsync()
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.CreateRequest(bool?)
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.GenerateRequestUri()
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ETagAction
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ModifyRequest
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ValidateParameters
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.ApiVersion
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.RequestParameters
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Sheets.v4
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SpreadsheetsResource.BatchUpdateRequest : SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>, IClientServiceRequest<BatchUpdateSpreadsheetResponse>, IClientServiceRequest

Constructors

BatchUpdateRequest(IClientService, BatchUpdateSpreadsheetRequest, string)

Constructs a new BatchUpdate request.

Declaration
public BatchUpdateRequest(IClientService service, BatchUpdateSpreadsheetRequest body, string spreadsheetId)
Parameters
Type Name Description
IClientService service
BatchUpdateSpreadsheetRequest body
string spreadsheetId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.RestPath

SpreadsheetId

The spreadsheet to apply the updates to.

Declaration
[RequestParameter("spreadsheetId", RequestParameterType.Path)]
public virtual string SpreadsheetId { get; }
Property Value
Type Description
string

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<BatchUpdateSpreadsheetResponse>.GetBody()

InitParameters()

Initializes BatchUpdate parameter list.

Declaration
protected override void InitParameters()
Overrides
SheetsBaseServiceRequest<BatchUpdateSpreadsheetResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX