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