Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
WriteControl |
WriteControl.clone() |
WriteControl |
BatchUpdatePresentationRequest.getWriteControl()
Provides control over how write requests are executed.
|
WriteControl |
BatchUpdatePresentationResponse.getWriteControl()
The updated write control after applying the request.
|
WriteControl |
WriteControl.set(String fieldName,
Object value) |
WriteControl |
WriteControl.setRequiredRevisionId(String requiredRevisionId)
The revision ID of the presentation required for the write request.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdatePresentationRequest |
BatchUpdatePresentationRequest.setWriteControl(WriteControl writeControl)
Provides control over how write requests are executed.
|
BatchUpdatePresentationResponse |
BatchUpdatePresentationResponse.setWriteControl(WriteControl writeControl)
The updated write control after applying the request.
|
Copyright © 2011–2024 Google. All rights reserved.