Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.clone() |
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.set(String fieldName,
Object value) |
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.setDataFilter(DataFilter dataFilter)
The data filter that selected the range that was updated.
|
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.setUpdatedCells(Integer updatedCells)
The number of cells updated.
|
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.setUpdatedColumns(Integer updatedColumns)
The number of columns where at least one cell in the column was updated.
|
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.setUpdatedData(ValueRange updatedData)
The values of the cells in the range matched by the dataFilter after all updates were applied.
|
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.setUpdatedRange(String updatedRange)
The range (in [A1
notation](https://developers.google.com/workspace/sheets/api/guides/concepts#cell)) that
updates were applied to.
|
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.setUpdatedRows(Integer updatedRows)
The number of rows where at least one cell in the row was updated.
|
Modifier and Type | Method and Description |
---|---|
List<UpdateValuesByDataFilterResponse> |
BatchUpdateValuesByDataFilterResponse.getResponses()
The response for each range updated.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdateValuesByDataFilterResponse |
BatchUpdateValuesByDataFilterResponse.setResponses(List<UpdateValuesByDataFilterResponse> responses)
The response for each range updated.
|
Copyright © 2011–2025 Google. All rights reserved.