Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
MatchedValueRange |
MatchedValueRange.clone() |
MatchedValueRange |
MatchedValueRange.set(String fieldName,
Object value) |
MatchedValueRange |
MatchedValueRange.setDataFilters(List<DataFilter> dataFilters)
The DataFilters from the request that matched the range of values.
|
MatchedValueRange |
MatchedValueRange.setValueRange(ValueRange valueRange)
The values matched by the DataFilter.
|
Modifier and Type | Method and Description |
---|---|
List<MatchedValueRange> |
BatchGetValuesByDataFilterResponse.getValueRanges()
The requested values with the list of data filters that matched them.
|
Modifier and Type | Method and Description |
---|---|
BatchGetValuesByDataFilterResponse |
BatchGetValuesByDataFilterResponse.setValueRanges(List<MatchedValueRange> valueRanges)
The requested values with the list of data filters that matched them.
|
Copyright © 2011–2024 Google. All rights reserved.