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