Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
UpdateValuesResponse |
UpdateValuesResponse.clone() |
UpdateValuesResponse |
AppendValuesResponse.getUpdates()
Information about the updates that were applied.
|
UpdateValuesResponse |
UpdateValuesResponse.set(String fieldName,
Object value) |
UpdateValuesResponse |
UpdateValuesResponse.setSpreadsheetId(String spreadsheetId)
The spreadsheet the updates were applied to.
|
UpdateValuesResponse |
UpdateValuesResponse.setUpdatedCells(Integer updatedCells)
The number of cells updated.
|
UpdateValuesResponse |
UpdateValuesResponse.setUpdatedColumns(Integer updatedColumns)
The number of columns where at least one cell in the column was updated.
|
UpdateValuesResponse |
UpdateValuesResponse.setUpdatedData(ValueRange updatedData)
The values of the cells after updates were applied.
|
UpdateValuesResponse |
UpdateValuesResponse.setUpdatedRange(String updatedRange)
The range (in A1 notation) that updates were applied to.
|
UpdateValuesResponse |
UpdateValuesResponse.setUpdatedRows(Integer updatedRows)
The number of rows where at least one cell in the row was updated.
|
Modifier and Type | Method and Description |
---|---|
List<UpdateValuesResponse> |
BatchUpdateValuesResponse.getResponses()
One UpdateValuesResponse per requested range, in the same order as the requests appeared.
|
Modifier and Type | Method and Description |
---|---|
AppendValuesResponse |
AppendValuesResponse.setUpdates(UpdateValuesResponse updates)
Information about the updates that were applied.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdateValuesResponse |
BatchUpdateValuesResponse.setResponses(List<UpdateValuesResponse> responses)
One UpdateValuesResponse per requested range, in the same order as the requests appeared.
|
Copyright © 2011–2024 Google. All rights reserved.