public final class BatchUpdateValuesByDataFilterResponse
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BatchUpdateValuesByDataFilterResponse() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateValuesByDataFilterResponse |
clone() |
List<UpdateValuesByDataFilterResponse> |
getResponses()
The response for each range updated.
|
String |
getSpreadsheetId()
The spreadsheet the updates were applied to.
|
Integer |
getTotalUpdatedCells()
The total number of cells updated.
|
Integer |
getTotalUpdatedColumns()
The total number of columns where at least one cell in the column was updated.
|
Integer |
getTotalUpdatedRows()
The total number of rows where at least one cell in the row was updated.
|
Integer |
getTotalUpdatedSheets()
The total number of sheets where at least one cell in the sheet was updated.
|
BatchUpdateValuesByDataFilterResponse |
set(String fieldName,
Object value) |
BatchUpdateValuesByDataFilterResponse |
setResponses(List<UpdateValuesByDataFilterResponse> responses)
The response for each range updated.
|
BatchUpdateValuesByDataFilterResponse |
setSpreadsheetId(String spreadsheetId)
The spreadsheet the updates were applied to.
|
BatchUpdateValuesByDataFilterResponse |
setTotalUpdatedCells(Integer totalUpdatedCells)
The total number of cells updated.
|
BatchUpdateValuesByDataFilterResponse |
setTotalUpdatedColumns(Integer totalUpdatedColumns)
The total number of columns where at least one cell in the column was updated.
|
BatchUpdateValuesByDataFilterResponse |
setTotalUpdatedRows(Integer totalUpdatedRows)
The total number of rows where at least one cell in the row was updated.
|
BatchUpdateValuesByDataFilterResponse |
setTotalUpdatedSheets(Integer totalUpdatedSheets)
The total number of sheets where at least one cell in the sheet was updated.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public BatchUpdateValuesByDataFilterResponse()
public List<UpdateValuesByDataFilterResponse> getResponses()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setResponses(List<UpdateValuesByDataFilterResponse> responses)
responses
- responses or null
for nonepublic String getSpreadsheetId()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setSpreadsheetId(String spreadsheetId)
spreadsheetId
- spreadsheetId or null
for nonepublic Integer getTotalUpdatedCells()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setTotalUpdatedCells(Integer totalUpdatedCells)
totalUpdatedCells
- totalUpdatedCells or null
for nonepublic Integer getTotalUpdatedColumns()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setTotalUpdatedColumns(Integer totalUpdatedColumns)
totalUpdatedColumns
- totalUpdatedColumns or null
for nonepublic Integer getTotalUpdatedRows()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setTotalUpdatedRows(Integer totalUpdatedRows)
totalUpdatedRows
- totalUpdatedRows or null
for nonepublic Integer getTotalUpdatedSheets()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setTotalUpdatedSheets(Integer totalUpdatedSheets)
totalUpdatedSheets
- totalUpdatedSheets or null
for nonepublic BatchUpdateValuesByDataFilterResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BatchUpdateValuesByDataFilterResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.