| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.clone() |
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.set(java.lang.String fieldName,
java.lang.Object value) |
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.setResponses(java.util.List<UpdateValuesByDataFilterResponse> responses)
The response for each range updated.
|
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.setSpreadsheetId(java.lang.String spreadsheetId)
The spreadsheet the updates were applied to.
|
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.setTotalUpdatedCells(java.lang.Integer totalUpdatedCells)
The total number of cells updated.
|
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.setTotalUpdatedColumns(java.lang.Integer totalUpdatedColumns)
The total number of columns where at least one cell in the column was updated.
|
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.setTotalUpdatedRows(java.lang.Integer totalUpdatedRows)
The total number of rows where at least one cell in the row was updated.
|
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.setTotalUpdatedSheets(java.lang.Integer totalUpdatedSheets)
The total number of sheets where at least one cell in the sheet was updated.
|