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