Show / Hide Table of Contents

Class PresentationsResource.BatchUpdateRequest

Applies one or more updates to the presentation. 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. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. For example, suppose you call batchUpdate with four updates, and only the third one returns information. The response would have two empty replies: the reply to the third request, and another empty reply, in that order. Because other users may be editing the presentation, the presentation might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. If there are no collaborators, the presentation should reflect your changes. In any case, the updates in your request are guaranteed to be applied together atomically.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BatchUpdatePresentationResponse>
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>
PresentationsResource.BatchUpdateRequest
Implements
IClientServiceRequest<BatchUpdatePresentationResponse>
IClientServiceRequest
Inherited Members
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.Xgafv
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.AccessToken
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.Alt
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.Callback
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.Fields
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.Key
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.OauthToken
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.PrettyPrint
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.QuotaUser
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.UploadType
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.UploadProtocol
ClientServiceRequest<BatchUpdatePresentationResponse>.Execute()
ClientServiceRequest<BatchUpdatePresentationResponse>.ExecuteAsStream()
ClientServiceRequest<BatchUpdatePresentationResponse>.ExecuteAsync()
ClientServiceRequest<BatchUpdatePresentationResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchUpdatePresentationResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchUpdatePresentationResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchUpdatePresentationResponse>.CreateRequest(bool?)
ClientServiceRequest<BatchUpdatePresentationResponse>.GenerateRequestUri()
ClientServiceRequest<BatchUpdatePresentationResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BatchUpdatePresentationResponse>.ETagAction
ClientServiceRequest<BatchUpdatePresentationResponse>.ModifyRequest
ClientServiceRequest<BatchUpdatePresentationResponse>.ValidateParameters
ClientServiceRequest<BatchUpdatePresentationResponse>.ApiVersion
ClientServiceRequest<BatchUpdatePresentationResponse>.RequestParameters
ClientServiceRequest<BatchUpdatePresentationResponse>.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.Slides.v1
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class PresentationsResource.BatchUpdateRequest : SlidesBaseServiceRequest<BatchUpdatePresentationResponse>, IClientServiceRequest<BatchUpdatePresentationResponse>, IClientServiceRequest

Constructors

BatchUpdateRequest(IClientService, BatchUpdatePresentationRequest, string)

Constructs a new BatchUpdate request.

Declaration
public BatchUpdateRequest(IClientService service, BatchUpdatePresentationRequest body, string presentationId)
Parameters
Type Name Description
IClientService service
BatchUpdatePresentationRequest body
string presentationId

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PresentationId

The presentation to apply the updates to.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes BatchUpdate parameter list.

Declaration
protected override void InitParameters()
Overrides
SlidesBaseServiceRequest<BatchUpdatePresentationResponse>.InitParameters()

Implements

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