public final class UpdateValuesByDataFilterResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UpdateValuesByDataFilterResponse() |
| Modifier and Type | Method and Description |
|---|---|
UpdateValuesByDataFilterResponse |
clone() |
DataFilter |
getDataFilter()
The data filter that selected the range that was updated.
|
Integer |
getUpdatedCells()
The number of cells updated.
|
Integer |
getUpdatedColumns()
The number of columns where at least one cell in the column was updated.
|
ValueRange |
getUpdatedData()
The values of the cells in the range matched by the dataFilter after all updates were applied.
|
String |
getUpdatedRange()
The range (in [A1
notation](https://developers.google.com/workspace/sheets/api/guides/concepts#cell)) that
updates were applied to.
|
Integer |
getUpdatedRows()
The number of rows where at least one cell in the row was updated.
|
UpdateValuesByDataFilterResponse |
set(String fieldName,
Object value) |
UpdateValuesByDataFilterResponse |
setDataFilter(DataFilter dataFilter)
The data filter that selected the range that was updated.
|
UpdateValuesByDataFilterResponse |
setUpdatedCells(Integer updatedCells)
The number of cells updated.
|
UpdateValuesByDataFilterResponse |
setUpdatedColumns(Integer updatedColumns)
The number of columns where at least one cell in the column was updated.
|
UpdateValuesByDataFilterResponse |
setUpdatedData(ValueRange updatedData)
The values of the cells in the range matched by the dataFilter after all updates were applied.
|
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 |
setUpdatedRows(Integer updatedRows)
The number of rows where at least one cell in the row was updated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DataFilter getDataFilter()
null for nonepublic UpdateValuesByDataFilterResponse setDataFilter(DataFilter dataFilter)
dataFilter - dataFilter or null for nonepublic Integer getUpdatedCells()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedCells(Integer updatedCells)
updatedCells - updatedCells or null for nonepublic Integer getUpdatedColumns()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedColumns(Integer updatedColumns)
updatedColumns - updatedColumns or null for nonepublic ValueRange getUpdatedData()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedData(ValueRange updatedData)
updatedData - updatedData or null for nonepublic String getUpdatedRange()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedRange(String updatedRange)
updatedRange - updatedRange or null for nonepublic Integer getUpdatedRows()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedRows(Integer updatedRows)
updatedRows - updatedRows or null for nonepublic UpdateValuesByDataFilterResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UpdateValuesByDataFilterResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.