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