| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
WriteControl |
WriteControl.clone() |
WriteControl |
BatchUpdateDocumentResponse.getWriteControl()
The updated write control after applying the request.
|
WriteControl |
BatchUpdateDocumentRequest.getWriteControl()
Provides control over how write requests are executed.
|
WriteControl |
WriteControl.set(String fieldName,
Object value) |
WriteControl |
WriteControl.setRequiredRevisionId(String requiredRevisionId)
The optional revision ID of the document the write request is applied to.
|
WriteControl |
WriteControl.setTargetRevisionId(String targetRevisionId)
The optional target revision ID of the document the write request is applied to.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDocumentResponse |
BatchUpdateDocumentResponse.setWriteControl(WriteControl writeControl)
The updated write control after applying the request.
|
BatchUpdateDocumentRequest |
BatchUpdateDocumentRequest.setWriteControl(WriteControl writeControl)
Provides control over how write requests are executed.
|
Copyright © 2011–2025 Google. All rights reserved.