sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.BatchUpdateValuesByDataFilterRequest Class Reference

The request for updating more than one range of values in a spreadsheet. More...

Inheritance diagram for Google.Apis.Sheets.v4.Data.BatchUpdateValuesByDataFilterRequest:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< DataFilterValueRangeData [get, set]
 The new values to apply to the spreadsheet. If more than one range is matched by the specified DataFilter the specified values are applied to all of those ranges. More...
 
virtual System.Nullable< bool > IncludeValuesInResponse [get, set]
 Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. The updatedData field within each of the BatchUpdateValuesResponse.responses contains the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns). More...
 
virtual string ResponseDateTimeRenderOption [get, set]
 Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER. More...
 
virtual string ResponseValueRenderOption [get, set]
 Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE. More...
 
virtual string ValueInputOption [get, set]
 How the input data should be interpreted. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The request for updating more than one range of values in a spreadsheet.

Property Documentation

◆ Data

virtual System.Collections.Generic.IList<DataFilterValueRange> Google.Apis.Sheets.v4.Data.BatchUpdateValuesByDataFilterRequest.Data
getset

The new values to apply to the spreadsheet. If more than one range is matched by the specified DataFilter the specified values are applied to all of those ranges.

◆ ETag

virtual string Google.Apis.Sheets.v4.Data.BatchUpdateValuesByDataFilterRequest.ETag
getset

The ETag of the item.

◆ IncludeValuesInResponse

virtual System.Nullable<bool> Google.Apis.Sheets.v4.Data.BatchUpdateValuesByDataFilterRequest.IncludeValuesInResponse
getset

Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. The updatedData field within each of the BatchUpdateValuesResponse.responses contains the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns).

◆ ResponseDateTimeRenderOption

virtual string Google.Apis.Sheets.v4.Data.BatchUpdateValuesByDataFilterRequest.ResponseDateTimeRenderOption
getset

Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.

◆ ResponseValueRenderOption

virtual string Google.Apis.Sheets.v4.Data.BatchUpdateValuesByDataFilterRequest.ResponseValueRenderOption
getset

Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.

◆ ValueInputOption

virtual string Google.Apis.Sheets.v4.Data.BatchUpdateValuesByDataFilterRequest.ValueInputOption
getset

How the input data should be interpreted.


The documentation for this class was generated from the following file: