Package | Description |
---|---|
com.google.api.services.slides.v1 | |
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Slides.Presentations.BatchUpdate |
Slides.Presentations.batchUpdate(String presentationId,
BatchUpdatePresentationRequest content)
Applies one or more updates to the presentation.
|
Constructor and Description |
---|
BatchUpdate(String presentationId,
BatchUpdatePresentationRequest content)
Applies one or more updates to the presentation.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdatePresentationRequest |
BatchUpdatePresentationRequest.clone() |
BatchUpdatePresentationRequest |
BatchUpdatePresentationRequest.set(String fieldName,
Object value) |
BatchUpdatePresentationRequest |
BatchUpdatePresentationRequest.setRequests(List<Request> requests)
A list of updates to apply to the presentation.
|
BatchUpdatePresentationRequest |
BatchUpdatePresentationRequest.setWriteControl(WriteControl writeControl)
Provides control over how write requests are executed.
|
Copyright © 2011–2025 Google. All rights reserved.