Google.Apis.Sheets.v4 The Sheets Service. The API version. The discovery version used to generate this service. Constructs a new service. Constructs a new service. The service initializer. Gets the service supported features. Gets the service name. Gets the service base URI. Gets the service base path. Gets the batch base URI; null if unspecified. Gets the batch base path; null if unspecified. Available OAuth 2.0 scopes for use with the Google Sheets API. View and manage the files in your Google Drive View and manage Google Drive files and folders that you have opened or created with this app View the files in your Google Drive View and manage your spreadsheets in Google Drive View your Google Spreadsheets Gets the Spreadsheets resource. A base abstract class for Sheets requests. Constructs a new SheetsBaseServiceRequest instance. V1 error format. V1 error format. v1 error format v2 error format OAuth access token. Data format for response. [default: json] Data format for response. Responses with Content-Type of application/json Media download with context-dependent Content-Type Responses with Content-Type of application/x-protobuf OAuth bearer token. JSONP Selector specifying which fields to include in a partial response. API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. OAuth 2.0 token for the current user. Pretty-print response. [default: true] Returns response with indentations and line breaks. [default: true] Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Legacy upload protocol for media (e.g. "media", "multipart"). Upload protocol for media (e.g. "raw", "multipart"). Initializes Sheets parameter list. The "spreadsheets" collection of methods. The service which this resource belongs to. Constructs a new resource. Gets the DeveloperMetadata resource. The "developerMetadata" collection of methods. The service which this resource belongs to. Constructs a new resource. Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId. The ID of the spreadsheet to retrieve metadata from. The ID of the developer metadata to retrieve. Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId. Constructs a new Get request. The ID of the spreadsheet to retrieve metadata from. The ID of the developer metadata to retrieve. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes Get parameter list. Returns all developer metadata matching the specified DataFilter. If the provided DataFilter represents a DeveloperMetadataLookup object, this will return all DeveloperMetadata entries selected by it. If the DataFilter represents a location in a spreadsheet, this will return all developer metadata associated with locations intersecting that region. The body of the request. The ID of the spreadsheet to retrieve metadata from. Returns all developer metadata matching the specified DataFilter. If the provided DataFilter represents a DeveloperMetadataLookup object, this will return all DeveloperMetadata entries selected by it. If the DataFilter represents a location in a spreadsheet, this will return all developer metadata associated with locations intersecting that region. Constructs a new Search request. The ID of the spreadsheet to retrieve metadata from. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes Search parameter list. Gets the Sheets resource. The "sheets" collection of methods. The service which this resource belongs to. Constructs a new resource. Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet. The body of the request. The ID of the spreadsheet containing the sheet to copy. The ID of the sheet to copy. Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet. Constructs a new CopyTo request. The ID of the spreadsheet containing the sheet to copy. The ID of the sheet to copy. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes CopyTo parameter list. Gets the Values resource. The "values" collection of methods. The service which this resource belongs to. Constructs a new resource. Appends values to a spreadsheet. The input range is used to search for existing data and find a "table" within that range. Values will be appended to the next row of the table, starting with the first column of the table. See the [guide](/sheets/api/guides/values#appending_values) and [sample code](/sheets/api/samples/writing#append_values) for specific details of how tables are detected and data is appended. The caller must specify the spreadsheet ID, range, and a valueInputOption. The `valueInputOption` only controls how the input data will be added to the sheet (column-wise or row-wise), it does not influence what cell the data starts being written to. The body of the request. The ID of the spreadsheet to update. The A1 notation of a range to search for a logical table of data. Values will be appended after the last row of the table. Appends values to a spreadsheet. The input range is used to search for existing data and find a "table" within that range. Values will be appended to the next row of the table, starting with the first column of the table. See the [guide](/sheets/api/guides/values#appending_values) and [sample code](/sheets/api/samples/writing#append_values) for specific details of how tables are detected and data is appended. The caller must specify the spreadsheet ID, range, and a valueInputOption. The `valueInputOption` only controls how the input data will be added to the sheet (column-wise or row-wise), it does not influence what cell the data starts being written to. Constructs a new Append request. The ID of the spreadsheet to update. The A1 notation of a range to search for a logical table of data. Values will be appended after the last row of the table. Determines if the update response should include the values of the cells that were appended. By default, responses do not include the updated values. Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE. Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE. How the input data should be inserted. How the input data should be inserted. How the input data should be interpreted. How the input data should be interpreted. 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]. 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]. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes Append parameter list. Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept. The body of the request. The ID of the spreadsheet to update. Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept. Constructs a new BatchClear request. The ID of the spreadsheet to update. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes BatchClear parameter list. Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more DataFilters. Ranges matching any of the specified data filters will be cleared. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept. The body of the request. The ID of the spreadsheet to update. Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more DataFilters. Ranges matching any of the specified data filters will be cleared. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept. Constructs a new BatchClearByDataFilter request. The ID of the spreadsheet to update. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes BatchClearByDataFilter parameter list. Returns one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. The ID of the spreadsheet to retrieve data from. Returns one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. Constructs a new BatchGet request. The ID of the spreadsheet to retrieve data from. The A1 notation of the values to retrieve. The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return `[[1,3],[2,4]]`. The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return `[[1,3],[2,4]]`. How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE. How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE. How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER]. How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER]. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes BatchGet parameter list. Returns one or more ranges of values that match the specified data filters. The caller must specify the spreadsheet ID and one or more DataFilters. Ranges that match any of the data filters in the request will be returned. The body of the request. The ID of the spreadsheet to retrieve data from. Returns one or more ranges of values that match the specified data filters. The caller must specify the spreadsheet ID and one or more DataFilters. Ranges that match any of the data filters in the request will be returned. Constructs a new BatchGetByDataFilter request. The ID of the spreadsheet to retrieve data from. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes BatchGetByDataFilter parameter list. Sets values in one or more ranges of a spreadsheet. The caller must specify the spreadsheet ID, a valueInputOption, and one or more ValueRanges. The body of the request. The ID of the spreadsheet to update. Sets values in one or more ranges of a spreadsheet. The caller must specify the spreadsheet ID, a valueInputOption, and one or more ValueRanges. Constructs a new BatchUpdate request. The ID of the spreadsheet to update. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes BatchUpdate parameter list. Sets values in one or more ranges of a spreadsheet. The caller must specify the spreadsheet ID, a valueInputOption, and one or more DataFilterValueRanges. The body of the request. The ID of the spreadsheet to update. Sets values in one or more ranges of a spreadsheet. The caller must specify the spreadsheet ID, a valueInputOption, and one or more DataFilterValueRanges. Constructs a new BatchUpdateByDataFilter request. The ID of the spreadsheet to update. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes BatchUpdateByDataFilter parameter list. Clears values from a spreadsheet. The caller must specify the spreadsheet ID and range. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept. The body of the request. The ID of the spreadsheet to update. The A1 notation of the values to clear. Clears values from a spreadsheet. The caller must specify the spreadsheet ID and range. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept. Constructs a new Clear request. The ID of the spreadsheet to update. The A1 notation of the values to clear. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes Clear parameter list. Returns a range of values from a spreadsheet. The caller must specify the spreadsheet ID and a range. The ID of the spreadsheet to retrieve data from. The A1 notation of the values to retrieve. Returns a range of values from a spreadsheet. The caller must specify the spreadsheet ID and a range. Constructs a new Get request. The ID of the spreadsheet to retrieve data from. The A1 notation of the values to retrieve. The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return `[[1,3],[2,4]]`. The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return `[[1,3],[2,4]]`. How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE. How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE. How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER]. How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER]. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes Get parameter list. Sets values in a range of a spreadsheet. The caller must specify the spreadsheet ID, range, and a valueInputOption. The body of the request. The ID of the spreadsheet to update. The A1 notation of the values to update. Sets values in a range of a spreadsheet. The caller must specify the spreadsheet ID, range, and a valueInputOption. Constructs a new Update request. The ID of the spreadsheet to update. The A1 notation of the values to update. Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. If the range to write was larger than than the range actually written, the response will include all values in the requested range (excluding trailing empty rows and columns). Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE. Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE. How the input data should be interpreted. How the input data should be interpreted. 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]. 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]. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes Update parameter list. Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. The replies will mirror the requests. For example, if you applied 4 updates and the 3rd one had a reply, then the response will have 2 empty replies, the actual reply, and another empty reply, in that order. Due to the collaborative nature of spreadsheets, it is not guaranteed that the spreadsheet will reflect exactly your changes after this completes, however it is guaranteed that the updates in the request will be applied together atomically. Your changes may be altered with respect to collaborator changes. If there are no collaborators, the spreadsheet should reflect your changes. The body of the request. The spreadsheet to apply the updates to. Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. The replies will mirror the requests. For example, if you applied 4 updates and the 3rd one had a reply, then the response will have 2 empty replies, the actual reply, and another empty reply, in that order. Due to the collaborative nature of spreadsheets, it is not guaranteed that the spreadsheet will reflect exactly your changes after this completes, however it is guaranteed that the updates in the request will be applied together atomically. Your changes may be altered with respect to collaborator changes. If there are no collaborators, the spreadsheet should reflect your changes. Constructs a new BatchUpdate request. The spreadsheet to apply the updates to. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes BatchUpdate parameter list. Creates a spreadsheet, returning the newly created spreadsheet. The body of the request. Creates a spreadsheet, returning the newly created spreadsheet. Constructs a new Create request. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes Create parameter list. Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids will not be returned. You can include grid data one of two ways: * Specify a field mask listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData URL parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, it is recommended to retrieve only the specific fields of the spreadsheet that you want. To retrieve only subsets of the spreadsheet, use the ranges URL parameter. Multiple ranges can be specified. Limiting the range will return only the portions of the spreadsheet that intersect the requested ranges. Ranges are specified using A1 notation. The spreadsheet to request. Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids will not be returned. You can include grid data one of two ways: * Specify a field mask listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData URL parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, it is recommended to retrieve only the specific fields of the spreadsheet that you want. To retrieve only subsets of the spreadsheet, use the ranges URL parameter. Multiple ranges can be specified. Limiting the range will return only the portions of the spreadsheet that intersect the requested ranges. Ranges are specified using A1 notation. Constructs a new Get request. The spreadsheet to request. The ranges to retrieve from the spreadsheet. True if grid data should be returned. This parameter is ignored if a field mask was set in the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes Get parameter list. Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified. Specifying one or more data filters will return the portions of the spreadsheet that intersect ranges matched by any of the filters. By default, data within grids will not be returned. You can include grid data one of two ways: * Specify a field mask listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, it is recommended to retrieve only the specific fields of the spreadsheet that you want. The body of the request. The spreadsheet to request. Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified. Specifying one or more data filters will return the portions of the spreadsheet that intersect ranges matched by any of the filters. By default, data within grids will not be returned. You can include grid data one of two ways: * Specify a field mask listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, it is recommended to retrieve only the specific fields of the spreadsheet that you want. Constructs a new GetByDataFilter request. The spreadsheet to request. Gets or sets the body of this request. Returns the body of the request. Gets the method name. Gets the HTTP method. Gets the REST path. Initializes GetByDataFilter parameter list. Adds a new banded range to the spreadsheet. The banded range to add. The bandedRangeId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of a range that already exists.) The ETag of the item. The result of adding a banded range. The banded range that was added. The ETag of the item. Adds a chart to a sheet in the spreadsheet. The chart that should be added to the spreadsheet, including the position where it should be placed. The chartId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of a chart that already exists.) The ETag of the item. The result of adding a chart to a spreadsheet. The newly added chart. The ETag of the item. Adds a new conditional format rule at the given index. All subsequent rules' indexes are incremented. The zero-based index where the rule should be inserted. The rule to add. The ETag of the item. Creates a group over the specified range. If the requested range is a superset of the range of an existing group G, then the depth of G will be incremented and this new group G' will have the depth of that group. For example, a group [C:D, depth 1] + [B:E] results in groups [B:E, depth 1] and [C:D, depth 2]. If the requested range is a subset of the range of an existing group G, then the depth of the new group G' will be one greater than the depth of G. For example, a group [B:E, depth 1] + [C:D] results in groups [B:E, depth 1] and [C:D, depth 2]. If the requested range starts before and ends within, or starts within and ends after, the range of an existing group G, then the range of the existing group G will become the union of the ranges, and the new group G' will have depth one greater than the depth of G and range as the intersection of the ranges. For example, a group [B:D, depth 1] + [C:E] results in groups [B:E, depth 1] and [C:D, depth 2]. The range over which to create a group. The ETag of the item. The result of adding a group. All groups of a dimension after adding a group to that dimension. The ETag of the item. Adds a filter view. The filter to add. The filterViewId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of a filter that already exists.) The ETag of the item. The result of adding a filter view. The newly added filter view. The ETag of the item. Adds a named range to the spreadsheet. The named range to add. The namedRangeId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of a range that already exists.) The ETag of the item. The result of adding a named range. The named range to add. The ETag of the item. Adds a new protected range. The protected range to be added. The protectedRangeId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of a range that already exists.) The ETag of the item. The result of adding a new protected range. The newly added protected range. The ETag of the item. Adds a new sheet. When a sheet is added at a given index, all subsequent sheets' indexes are incremented. To add an object sheet, use AddChartRequest instead and specify EmbeddedObjectPosition.sheetId or EmbeddedObjectPosition.newSheet. The properties the new sheet should have. All properties are optional. The sheetId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of a sheet that already exists.) The ETag of the item. The result of adding a sheet. The properties of the newly added sheet. The ETag of the item. Adds new cells after the last row with data in a sheet, inserting new rows into the sheet if necessary. The fields of CellData that should be updated. At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single `"*"` can be used as short-hand for listing every field. The data to append. The sheet ID to append the data to. The ETag of the item. Appends rows or columns to the end of a sheet. Whether rows or columns should be appended. The number of rows or columns to append. The sheet to append rows or columns to. The ETag of the item. The response when updating a range of values in a spreadsheet. The spreadsheet the updates were applied to. The range (in A1 notation) of the table that values are being appended to (before the values were appended). Empty if no table was found. Information about the updates that were applied. The ETag of the item. Fills in more data based on existing data. The range to autofill. This will examine the range and detect the location that has data and automatically fill that data in to the rest of the range. The source and destination areas to autofill. This explicitly lists the source of the autofill and where to extend that data. True if we should generate data with the "alternate" series. This differs based on the type and amount of source data. The ETag of the item. Automatically resizes one or more dimensions based on the contents of the cells in that dimension. The dimensions to automatically resize. The ETag of the item. A banded (alternating colors) range in a sheet. The id of the banded range. Properties for column bands. These properties will be applied on a column- by-column basis throughout all the columns in the range. At least one of row_properties or column_properties must be specified. The range over which these properties are applied. Properties for row bands. These properties will be applied on a row-by-row basis throughout all the rows in the range. At least one of row_properties or column_properties must be specified. The ETag of the item. Properties referring a single dimension (either row or column). If both BandedRange.row_properties and BandedRange.column_properties are set, the fill colors are applied to cells according to the following rules: * header_color and footer_color take priority over band colors. * first_band_color takes priority over second_band_color. * row_properties takes priority over column_properties. For example, the first row color takes priority over the first column color, but the first column color takes priority over the second row color. Similarly, the row header takes priority over the column header in the top left cell, but the column header takes priority over the first row color if the row header is not set. The first color that is alternating. (Required) The color of the last row or column. If this field is not set, the last row or column will be filled with either first_band_color or second_band_color, depending on the color of the previous row or column. The color of the first row or column. If this field is set, the first row or column will be filled with this color and the colors will alternate between first_band_color and second_band_color starting from the second row or column. Otherwise, the first row or column will be filled with first_band_color and the colors will proceed to alternate as they normally would. The second color that is alternating. (Required) The ETag of the item. An axis of the chart. A chart may not have more than one axis per axis position. The format of the title. Only valid if the axis is not associated with the domain. The position of this axis. The title of this axis. If set, this overrides any title inferred from headers of the data. The axis title text position. The ETag of the item. The domain of a chart. For example, if charting stock prices over time, this would be the date. The data of the domain. For example, if charting stock prices over time, this is the data representing the dates. True to reverse the order of the domain values (horizontal axis). The ETag of the item. A single series of data in a chart. For example, if charting stock prices over time, multiple series may exist, one for the "Open Price", "High Price", "Low Price" and "Close Price". The color for elements (i.e. bars, lines, points) associated with this series. If empty, a default color will be used. The line style of this series. Valid only if the chartType is AREA, LINE, or SCATTER. COMBO charts are also supported if the series chart type is AREA or LINE. The data being visualized in this chart series. The minor axis that will specify the range of values for this series. For example, if charting stocks over time, the "Volume" series may want to be pinned to the right with the prices pinned to the left, because the scale of trading volume is different than the scale of prices. It is an error to specify an axis that isn't a valid minor axis for the chart's type. The type of this series. Valid only if the chartType is COMBO. Different types will change the way the series is visualized. Only LINE, AREA, and COLUMN are supported. The ETag of the item. The specification for a basic chart. See BasicChartType for the list of charts this supports. The axis on the chart. The type of the chart. The behavior of tooltips and data highlighting when hovering on data and chart area. The domain of data this is charting. Only a single domain is supported. The number of rows or columns in the data that are "headers". If not set, Google Sheets will guess how many rows are headers based on the data. (Note that BasicChartAxis.title may override the axis title inferred from the header values.) If some values in a series are missing, gaps may appear in the chart (e.g, segments of lines in a line chart will be missing). To eliminate these gaps set this to true. Applies to Line, Area, and Combo charts. The position of the chart legend. Gets whether all lines should be rendered smooth or straight by default. Applies to Line charts. The data this chart is visualizing. The stacked type for charts that support vertical stacking. Applies to Area, Bar, Column, Combo, and Stepped Area charts. True to make the chart 3D. Applies to Bar and Column charts. The ETag of the item. The default filter associated with a sheet. The criteria for showing/hiding values per column. The map's key is the column index, and the value is the criteria for that column. The range the filter covers. The sort order per column. Later specifications are used when values are equal in the earlier specifications. The ETag of the item. The request for clearing more than one range selected by a DataFilter in a spreadsheet. The DataFilters used to determine which ranges to clear. The ETag of the item. The response when clearing a range of values selected with DataFilters in a spreadsheet. The ranges that were cleared, in A1 notation. (If the requests were for an unbounded range or a ranger larger than the bounds of the sheet, this will be the actual ranges that were cleared, bounded to the sheet's limits.) The spreadsheet the updates were applied to. The ETag of the item. The request for clearing more than one range of values in a spreadsheet. The ranges to clear, in A1 notation. The ETag of the item. The response when clearing a range of values in a spreadsheet. The ranges that were cleared, in A1 notation. (If the requests were for an unbounded range or a ranger larger than the bounds of the sheet, this will be the actual ranges that were cleared, bounded to the sheet's limits.) The spreadsheet the updates were applied to. The ETag of the item. The request for retrieving a range of values in a spreadsheet selected by a set of DataFilters. The data filters used to match the ranges of values to retrieve. Ranges that match any of the specified data filters will be included in the response. How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER]. The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then a request that selects that range and sets `majorDimension=ROWS` will return `[[1,2],[3,4]]`, whereas a request that sets `majorDimension=COLUMNS` will return `[[1,3],[2,4]]`. How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE. The ETag of the item. The response when retrieving more than one range of values in a spreadsheet selected by DataFilters. The ID of the spreadsheet the data was retrieved from. The requested values with the list of data filters that matched them. The ETag of the item. The response when retrieving more than one range of values in a spreadsheet. The ID of the spreadsheet the data was retrieved from. The requested values. The order of the ValueRanges is the same as the order of the requested ranges. The ETag of the item. The request for updating any aspect of a spreadsheet. Determines if the update response should include the spreadsheet resource. A list of updates to apply to the spreadsheet. Requests will be applied in the order they are specified. If any request is not valid, no requests will be applied. True if grid data should be returned. Meaningful only if if include_spreadsheet_in_response is 'true'. This parameter is ignored if a field mask was set in the request. Limits the ranges included in the response spreadsheet. Meaningful only if include_spreadsheet_response is 'true'. The ETag of the item. The reply for batch updating a spreadsheet. The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty. The spreadsheet the updates were applied to. The spreadsheet after updates were applied. This is only set if [BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response] is `true`. The ETag of the item. The request for updating more than one range of values in a spreadsheet. The new values to apply to the spreadsheet. If more than one range is matched by the specified DataFilter the specified values will be applied to all of those ranges. 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 will contain the updated values. If the range to write was larger than than the range actually written, the response will include all values in the requested range (excluding trailing empty rows and columns). 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. Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE. How the input data should be interpreted. The ETag of the item. The response when updating a range of values in a spreadsheet. The response for each range updated. The spreadsheet the updates were applied to. The total number of cells updated. The total number of columns where at least one cell in the column was updated. The total number of rows where at least one cell in the row was updated. The total number of sheets where at least one cell in the sheet was updated. The ETag of the item. The request for updating more than one range of values in a spreadsheet. The new values to apply to the spreadsheet. 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 will contain the updated values. If the range to write was larger than than the range actually written, the response will include all values in the requested range (excluding trailing empty rows and columns). 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. Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE. How the input data should be interpreted. The ETag of the item. The response when updating a range of values in a spreadsheet. One UpdateValuesResponse per requested range, in the same order as the requests appeared. The spreadsheet the updates were applied to. The total number of cells updated. The total number of columns where at least one cell in the column was updated. The total number of rows where at least one cell in the row was updated. The total number of sheets where at least one cell in the sheet was updated. The ETag of the item. A condition that can evaluate to true or false. BooleanConditions are used by conditional formatting, data validation, and the criteria in filters. The type of condition. The values of the condition. The number of supported values depends on the condition type. Some support zero values, others one or two values, and ConditionType.ONE_OF_LIST supports an arbitrary number of values. The ETag of the item. A rule that may or may not match, depending on the condition. The condition of the rule. If the condition evaluates to true, the format will be applied. The ETag of the item. A border along a cell. The color of the border. The style of the border. The width of the border, in pixels. Deprecated; the width is determined by the "style" field. The ETag of the item. The borders of the cell. The bottom border of the cell. The left border of the cell. The right border of the cell. The top border of the cell. The ETag of the item. A bubble chart. The bubble border color. The data containing the bubble labels. These do not need to be unique. The max radius size of the bubbles, in pixels. If specified, the field must be a positive value. The minimum radius size of the bubbles, in pixels. If specific, the field must be a positive value. The opacity of the bubbles between 0 and 1.0. 0 is fully transparent and 1 is fully opaque. The data contianing the bubble sizes. Bubble sizes are used to draw the bubbles at different sizes relative to each other. If specified, group_ids must also be specified. This field is optional. The format of the text inside the bubbles. Underline and Strikethrough are not supported. The data containing the bubble x-values. These values locate the bubbles in the chart horizontally. The data containing the bubble group IDs. All bubbles with the same group ID will be drawn in the same color. If bubble_sizes is specified then this field must also be specified but may contain blank values. This field is optional. Where the legend of the chart should be drawn. The data contianing the bubble y-values. These values locate the bubbles in the chart vertically. The ETag of the item. A candlestick chart. The Candlestick chart data. Only one CandlestickData is supported. The domain data (horizontal axis) for the candlestick chart. String data will be treated as discrete labels, other data will be treated as continuous values. The ETag of the item. The Candlestick chart data, each containing the low, open, close, and high values for a series. The range data (vertical axis) for the close/final value for each candle. This is the top of the candle body. If greater than the open value the candle will be filled. Otherwise the candle will be hollow. The range data (vertical axis) for the high/maximum value for each candle. This is the top of the candle's center line. The range data (vertical axis) for the low/minimum value for each candle. This is the bottom of the candle's center line. The range data (vertical axis) for the open/initial value for each candle. This is the bottom of the candle body. If less than the close value the candle will be filled. Otherwise the candle will be hollow. The ETag of the item. The domain of a CandlestickChart. The data of the CandlestickDomain. True to reverse the order of the domain values (horizontal axis). The ETag of the item. The series of a CandlestickData. The data of the CandlestickSeries. The ETag of the item. Data about a specific cell. A data validation rule on the cell, if any. When writing, the new data validation rule will overwrite any prior rule. The effective format being used by the cell. This includes the results of applying any conditional formatting and, if the cell contains a formula, the computed number format. If the effective format is the default format, effective format will not be written. This field is read-only. The effective value of the cell. For cells with formulas, this will be the calculated value. For cells with literals, this will be the same as the user_entered_value. This field is read-only. The formatted value of the cell. This is the value as it's shown to the user. This field is read- only. A hyperlink this cell points to, if any. This field is read-only. (To set it, use a `=HYPERLINK` formula in the userEnteredValue.formulaValue field.) Any note on the cell. A pivot table anchored at this cell. The size of pivot table itself is computed dynamically based on its data, grouping, filters, values, etc. Only the top-left cell of the pivot table contains the pivot table definition. The other cells will contain the calculated values of the results of the pivot in their effective_value fields. Runs of rich text applied to subsections of the cell. Runs are only valid on user entered strings, not formulas, bools, or numbers. Runs start at specific indexes in the text and continue until the next run. Properties of a run will continue unless explicitly changed in a subsequent run (and properties of the first run will continue the properties of the cell unless explicitly changed). When writing, the new runs will overwrite any prior runs. When writing a new user_entered_value, previous runs will be erased. The format the user entered for the cell. When writing, the new format will be merged with the existing format. The value the user entered in the cell. e.g, `1234`, `'Hello'`, or `=NOW()` Note: Dates, Times and DateTimes are represented as doubles in serial number format. The ETag of the item. The format of a cell. The background color of the cell. The borders of the cell. The horizontal alignment of the value in the cell. How a hyperlink, if it exists, should be displayed in the cell. A format describing how number values should be represented to the user. The padding of the cell. The direction of the text in the cell. The format of the text in the cell (unless overridden by a format run). The rotation applied to text in a cell The vertical alignment of the value in the cell. The wrap strategy for the value in the cell. The ETag of the item. The data included in a domain or series. The source ranges of the data. The ETag of the item. Source ranges for a chart. The ETag of the item. The specifications of a chart. The alternative text that describes the chart. This is often used for accessibility. The background color of the entire chart. Not applicable to Org charts. A basic chart specification, can be one of many kinds of charts. See BasicChartType for the list of all charts this supports. A bubble chart specification. A candlestick chart specification. The name of the font to use by default for all chart text (e.g. title, axis labels, legend). If a font is specified for a specific part of the chart it will override this font name. Determines how the charts will use hidden rows or columns. A histogram chart specification. True to make a chart fill the entire space in which it's rendered with minimum padding. False to use the default padding. (Not applicable to Geo and Org charts.) An org chart specification. A pie chart specification. The subtitle of the chart. The subtitle text format. Strikethrough and underline are not supported. The subtitle text position. This field is optional. The title of the chart. The title text format. Strikethrough and underline are not supported. The title text position. This field is optional. A treemap chart specification. A waterfall chart specification. The ETag of the item. Clears the basic filter, if any exists on the sheet. The sheet ID on which the basic filter should be cleared. The ETag of the item. The request for clearing a range of values in a spreadsheet. The ETag of the item. The response when clearing a range of values in a spreadsheet. The range (in A1 notation) that was cleared. (If the request was for an unbounded range or a ranger larger than the bounds of the sheet, this will be the actual range that was cleared, bounded to the sheet's limits.) The spreadsheet the updates were applied to. The ETag of the item. The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (this color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is to be rendered as a solid color (as if the alpha value had been explicitly given with a value of 1.0). The amount of blue in the color as a value in the interval [0, 1]. The amount of green in the color as a value in the interval [0, 1]. The amount of red in the color as a value in the interval [0, 1]. The ETag of the item. The value of the condition. A relative date (based on the current date). Valid only if the type is DATE_BEFORE, DATE_AFTER, DATE_ON_OR_BEFORE or DATE_ON_OR_AFTER. Relative dates are not supported in data validation. They are supported only in conditional formatting and conditional filters. A value the condition is based on. The value will be parsed as if the user typed into a cell. Formulas are supported (and must begin with an `=` or a '+'). The ETag of the item. A rule describing a conditional format. The formatting is either "on" or "off" according to the rule. The formatting will vary based on the gradients in the rule. The ranges that will be formatted if the condition is true. All the ranges must be on the same grid. The ETag of the item. Copies data from the source to the destination. The location to paste to. If the range covers a span that's a multiple of the source's height or width, then the data will be repeated to fill in the destination range. If the range is smaller than the source range, the entire source data will still be copied (beyond the end of the destination range). How that data should be oriented when pasting. What kind of data to paste. The source range to copy. The ETag of the item. The request to copy a sheet across spreadsheets. The ID of the spreadsheet to copy the sheet to. The ETag of the item. A request to create developer metadata. The developer metadata to create. The ETag of the item. The response from creating developer metadata. The developer metadata that was created. The ETag of the item. Moves data from the source to the destination. The top-left coordinate where the data should be pasted. What kind of data to paste. All the source data will be cut, regardless of what is pasted. The source data to cut. The ETag of the item. Filter that describes what data should be selected or returned from a request. Selects data that matches the specified A1 range. Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup. Selects data that matches the range described by the GridRange. The ETag of the item. A range of values whose location is specified by a DataFilter. The data filter describing the location of the values in the spreadsheet. The major dimension of the values. The data to be written. If the provided values exceed any of the ranges matched by the data filter then the request will fail. If the provided values are less than the matched ranges only the specified values will be written, existing values in the matched ranges will remain unaffected. The ETag of the item. A data validation rule. The condition that data in the cell must match. A message to show the user when adding data to the cell. True if the UI should be customized based on the kind of condition. If true, "List" conditions will show a dropdown. True if invalid data should be rejected. The ETag of the item. Allows you to organize the date-time values in a source data column into buckets based on selected parts of their date or time values. For example, consider a pivot table showing sales transactions by date: +----------+--------------+ | Date | SUM of Sales | +----------+--------------+ | 1/1/2017 | $621.14 | | 2/3/2017 | $708.84 | | 5/8/2017 | $326.84 | ... +----------+--------------+ Applying a date-time group rule with a DateTimeRuleType of YEAR_MONTH results in the following pivot table. +--------------+--------------+ | Grouped Date | SUM of Sales | +--------------+--------------+ | 2017-Jan | $53,731.78 | | 2017-Feb | $83,475.32 | | 2017-Mar | $94,385.05 | ... +--------------+--------------+ The type of date-time grouping to apply. The ETag of the item. Removes the banded range with the given ID from the spreadsheet. The ID of the banded range to delete. The ETag of the item. Deletes a conditional format rule at the given index. All subsequent rules' indexes are decremented. The zero-based index of the rule to be deleted. The sheet the rule is being deleted from. The ETag of the item. The result of deleting a conditional format rule. The rule that was deleted. The ETag of the item. A request to delete developer metadata. The data filter describing the criteria used to select which developer metadata entry to delete. The ETag of the item. The response from deleting developer metadata. The metadata that was deleted. The ETag of the item. Deletes a group over the specified range by decrementing the depth of the dimensions in the range. For example, assume the sheet has a depth-1 group over B:E and a depth-2 group over C:D. Deleting a group over D:E would leave the sheet with a depth-1 group over B:D and a depth-2 group over C:C. The range of the group to be deleted. The ETag of the item. The result of deleting a group. All groups of a dimension after deleting a group from that dimension. The ETag of the item. Deletes the dimensions from the sheet. The dimensions to delete from the sheet. The ETag of the item. Deletes the embedded object with the given ID. The ID of the embedded object to delete. The ETag of the item. Deletes a particular filter view. The ID of the filter to delete. The ETag of the item. Removes the named range with the given ID from the spreadsheet. The ID of the named range to delete. The ETag of the item. Deletes the protected range with the given ID. The ID of the protected range to delete. The ETag of the item. Deletes a range of cells, shifting other cells into the deleted area. The range of cells to delete. The dimension from which deleted cells will be replaced with. If ROWS, existing cells will be shifted upward to replace the deleted cells. If COLUMNS, existing cells will be shifted left to replace the deleted cells. The ETag of the item. Deletes the requested sheet. The ID of the sheet to delete. The ETag of the item. Developer metadata associated with a location or object in a spreadsheet. Developer metadata may be used to associate arbitrary data with various parts of a spreadsheet and will remain associated at those locations as they move around and the spreadsheet is edited. For example, if developer metadata is associated with row 5 and another row is then subsequently inserted above row 5, that original metadata will still be associated with the row it was first associated with (what is now row 6). If the associated object is deleted its metadata will be deleted too. The location where the metadata is associated. The spreadsheet-scoped unique ID that identifies the metadata. IDs may be specified when metadata is created, otherwise one will be randomly generated and assigned. Must be positive. The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified. Data associated with the metadata's key. The metadata visibility. Developer metadata must always have a visibility specified. The ETag of the item. A location where metadata may be associated in a spreadsheet. Represents the row or column when metadata is associated with a dimension. The specified DimensionRange must represent a single row or column; it cannot be unbounded or span multiple rows or columns. The type of location this object represents. This field is read-only. The ID of the sheet when metadata is associated with an entire sheet. True when metadata is associated with an entire spreadsheet. The ETag of the item. Selects DeveloperMetadata that matches all of the specified fields. For example, if only a metadata ID is specified this considers the DeveloperMetadata with that particular unique ID. If a metadata key is specified, this considers all developer metadata with that key. If a key, visibility, and location type are all specified, this considers all developer metadata with that key and visibility that are associated with a location of that type. In general, this selects all DeveloperMetadata that matches the intersection of all the specified fields; any field or combination of fields may be specified. Determines how this lookup matches the location. If this field is specified as EXACT, only developer metadata associated on the exact location specified is matched. If this field is specified to INTERSECTING, developer metadata associated on intersecting locations is also matched. If left unspecified, this field assumes a default value of INTERSECTING. If this field is specified, a metadataLocation must also be specified. Limits the selected developer metadata to those entries which are associated with locations of the specified type. For example, when this field is specified as ROW this lookup only considers developer metadata associated on rows. If the field is left unspecified, all location types are considered. This field cannot be specified as SPREADSHEET when the locationMatchingStrategy is specified as INTERSECTING or when the metadataLocation is specified as a non-spreadsheet location: spreadsheet metadata cannot intersect any other developer metadata location. This field also must be left unspecified when the locationMatchingStrategy is specified as EXACT. Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_id. Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_key. Limits the selected developer metadata to those entries associated with the specified location. This field either matches exact locations or all intersecting locations according the specified locationMatchingStrategy. Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value. Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the requesting project is considered. The ETag of the item. A group over an interval of rows or columns on a sheet, which can contain or be contained within other groups. A group can be collapsed or expanded as a unit on the sheet. True if this group is collapsed. A collapsed group will remain collapsed if an overlapping group at a shallower depth is expanded. collapsed == true does not imply that all dimensions within the group are hidden, since a dimension's visibility can change independently from this group property. However, when this property is updated, all dimensions within it will be set to hidden if collapsed == true, or set to visible if collapsed == false. The depth of the group, representing how many groups have a range that wholly contains the range of this group. The range over which this group exists. The ETag of the item. Properties about a dimension. The developer metadata associated with a single row or column. True if this dimension is being filtered. This field is read-only. True if this dimension is explicitly hidden. The height (if a row) or width (if a column) of the dimension in pixels. The ETag of the item. A range along a single dimension on a sheet. All indexes are zero-based. Indexes are half open: the start index is inclusive and the end index is exclusive. Missing indexes indicate the range is unbounded on that side. The dimension of the span. The end (exclusive) of the span, or not set if unbounded. The sheet this span is on. The start (inclusive) of the span, or not set if unbounded. The ETag of the item. Duplicates a particular filter view. The ID of the filter being duplicated. The ETag of the item. The result of a filter view being duplicated. The newly created filter. The ETag of the item. Duplicates the contents of a sheet. The zero-based index where the new sheet should be inserted. The index of all sheets after this are incremented. If set, the ID of the new sheet. If not set, an ID is chosen. If set, the ID must not conflict with any existing sheet ID. If set, it must be non-negative. The name of the new sheet. If empty, a new name is chosen for you. The sheet to duplicate. The ETag of the item. The result of duplicating a sheet. The properties of the duplicate sheet. The ETag of the item. The editors of a protected range. True if anyone in the document's domain has edit access to the protected range. Domain protection is only supported on documents within a domain. The email addresses of groups with edit access to the protected range. The email addresses of users with edit access to the protected range. The ETag of the item. A chart embedded in a sheet. The ID of the chart. The position of the chart. The specification of the chart. The ETag of the item. The position of an embedded object such as a chart. If true, the embedded object will be put on a new sheet whose ID is chosen for you. Used only when writing. The position at which the object is overlaid on top of a grid. The sheet this is on. Set only if the embedded object is on its own sheet. Must be non- negative. The ETag of the item. An error in a cell. A message with more information about the error (in the spreadsheet's locale). The type of error. The ETag of the item. The kinds of value that a cell in a spreadsheet can have. Represents a boolean value. Represents an error. This field is read-only. Represents a formula. Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in "serial number" format. Represents a string value. Leading single quotes are not included. For example, if the user typed `'123` into the UI, this would be represented as a `stringValue` of `"123"`. The ETag of the item. Criteria for showing/hiding rows in a filter or filter view. A condition that must be true for values to be shown. (This does not override hiddenValues -- if a value is listed there, it will still be hidden.) Values that should be hidden. The ETag of the item. A filter view. The criteria for showing/hiding values per column. The map's key is the column index, and the value is the criteria for that column. The ID of the filter view. The named range this filter view is backed by, if any. When writing, only one of range or named_range_id may be set. The range this filter view covers. When writing, only one of range or named_range_id may be set. The sort order per column. Later specifications are used when values are equal in the earlier specifications. The name of the filter view. The ETag of the item. Finds and replaces data in cells over a range, sheet, or all sheets. True to find/replace over all sheets. The value to search. True if the search should include cells with formulas. False to skip cells with formulas. True if the search is case sensitive. True if the find value should match the entire cell. The range to find/replace over. The value to use as the replacement. True if the find value is a regex. The regular expression and replacement should follow Java regex rules at https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html. The replacement string is allowed to refer to capturing groups. For example, if one cell has the contents `"Google Sheets"` and another has `"Google Docs"`, then searching for `"o.* (.*)"` with a replacement of `"$1 Rocks"` would change the contents of the cells to `"GSheets Rocks"` and `"GDocs Rocks"` respectively. The sheet to find/replace over. The ETag of the item. The result of the find/replace. The number of formula cells changed. The number of occurrences (possibly multiple within a cell) changed. For example, if replacing `"e"` with `"o"` in `"Google Sheets"`, this would be `"3"` because `"Google Sheets"` -> `"Googlo Shoots"`. The number of rows changed. The number of sheets changed. The number of non-formula cells changed. The ETag of the item. The request for retrieving a Spreadsheet. The DataFilters used to select which ranges to retrieve from the spreadsheet. True if grid data should be returned. This parameter is ignored if a field mask was set in the request. The ETag of the item. A rule that applies a gradient color scale format, based on the interpolation points listed. The format of a cell will vary based on its contents as compared to the values of the interpolation points. The final interpolation point. An optional midway interpolation point. The starting interpolation point. The ETag of the item. A coordinate in a sheet. All indexes are zero-based. The column index of the coordinate. The row index of the coordinate. The sheet this coordinate is on. The ETag of the item. Data in the grid, as well as metadata about the dimensions. Metadata about the requested columns in the grid, starting with the column in start_column. The data in the grid, one entry per row, starting with the row in startRow. The values in RowData will correspond to columns starting at start_column. Metadata about the requested rows in the grid, starting with the row in start_row. The first column this GridData refers to, zero-based. The first row this GridData refers to, zero-based. The ETag of the item. Properties of a grid. The number of columns in the grid. True if the column grouping control toggle is shown after the group. The number of columns that are frozen in the grid. The number of rows that are frozen in the grid. True if the grid isn't showing gridlines in the UI. The number of rows in the grid. True if the row grouping control toggle is shown after the group. The ETag of the item. A range on a sheet. All indexes are zero-based. Indexes are half open, e.g the start index is inclusive and the end index is exclusive -- [start_index, end_index). Missing indexes indicate the range is unbounded on that side. For example, if `"Sheet1"` is sheet ID 0, then: `Sheet1!A1:A1 == sheet_id: 0, start_row_index: 0, end_row_index: 1, start_column_index: 0, end_column_index: 1` `Sheet1!A3:B4 == sheet_id: 0, start_row_index: 2, end_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1!A:B == sheet_id: 0, start_column_index: 0, end_column_index: 2` `Sheet1!A5:B == sheet_id: 0, start_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1 == sheet_id:0` The start index must always be less than or equal to the end index. If the start index equals the end index, then the range is empty. Empty ranges are typically not meaningful and are usually rendered in the UI as `#REF!`. The end column (exclusive) of the range, or not set if unbounded. The end row (exclusive) of the range, or not set if unbounded. The sheet this range is on. The start column (inclusive) of the range, or not set if unbounded. The start row (inclusive) of the range, or not set if unbounded. The ETag of the item. A histogram chart. A histogram chart groups data items into bins, displaying each bin as a column of stacked items. Histograms are used to display the distribution of a dataset. Each column of items represents a range into which those items fall. The number of bins can be chosen automatically or specified explicitly. By default the bucket size (the range of values stacked in a single column) is chosen automatically, but it may be overridden here. E.g., A bucket size of 1.5 results in buckets from 0 - 1.5, 1.5 - 3.0, etc. Cannot be negative. This field is optional. The position of the chart legend. The outlier percentile is used to ensure that outliers do not adversely affect the calculation of bucket sizes. For example, setting an outlier percentile of 0.05 indicates that the top and bottom 5% of values when calculating buckets. The values are still included in the chart, they will be added to the first or last buckets instead of their own buckets. Must be between 0.0 and 0.5. The series for a histogram may be either a single series of values to be bucketed or multiple series, each of the same length, containing the name of the series followed by the values to be bucketed for that series. Whether horizontal divider lines should be displayed between items in each column. The ETag of the item. The maximum value at which items will be placed into buckets of constant size. Values above end will be lumped into a single bucket. This field is optional. The size of the buckets that will be created. Must be positive. The minimum value at which items will be placed into buckets of constant size. Values below start will be lumped into a single bucket. This field is optional. The ETag of the item. A histogram series containing the series color and data. The color of the column representing this series in each bucket. This field is optional. The data for this histogram series. The ETag of the item. Inserts rows or columns in a sheet at a particular index. Whether dimension properties should be extended from the dimensions before or after the newly inserted dimensions. True to inherit from the dimensions before (in which case the start index must be greater than 0), and false to inherit from the dimensions after. For example, if row index 0 has red background and row index 1 has a green background, then inserting 2 rows at index 1 can inherit either the green or red background. If `inheritFromBefore` is true, the two new rows will be red (because the row before the insertion point was red), whereas if `inheritFromBefore` is false, the two new rows will be green (because the row after the insertion point was green). The dimensions to insert. Both the start and end indexes must be bounded. The ETag of the item. Inserts cells into a range, shifting the existing cells over or down. The range to insert new cells into. The dimension which will be shifted when inserting cells. If ROWS, existing cells will be shifted down. If COLUMNS, existing cells will be shifted right. The ETag of the item. A single interpolation point on a gradient conditional format. These pin the gradient color scale according to the color, type and value chosen. The color this interpolation point should use. How the value should be interpreted. The value this interpolation point uses. May be a formula. Unused if type is MIN or MAX. The ETag of the item. Settings to control how circular dependencies are resolved with iterative calculation. When iterative calculation is enabled and successive results differ by less than this threshold value, the calculation rounds stop. When iterative calculation is enabled, the maximum number of calculation rounds to perform. The ETag of the item. Properties that describe the style of a line. The dash type of the line. The thickness of the line, in px. The ETag of the item. Allows you to manually organize the values in a source data column into buckets with names of your choosing. For example, a pivot table that aggregates population by state: +-------+-------------------+ | State | SUM of Population | +-------+-------------------+ | AK | 0.7 | | AL | 4.8 | | AR | 2.9 | ... +-------+-------------------+ could be turned into a pivot table that aggregates population by time zone by providing a list of groups (e.g. groupName = 'Central', items = ['AL', 'AR', 'IA', ...]) to a manual group rule. Note that a similar effect could be achieved by adding a time zone column to the source data and adjusting the pivot table. +-----------+-------------------+ | Time Zone | SUM of Population | +-----------+-------------------+ | Central | 106.3 | | Eastern | 151.9 | | Mountain | 17.4 | ... +-----------+-------------------+ The list of group names and the corresponding items from the source data that map to each group name. The ETag of the item. A group name and a list of items from the source data that should be placed in the group with this name. The group name, which must be a string. Each group in a given ManualRule must have a unique group name. The items in the source data that should be placed into this group. Each item may be a string, number, or boolean. Items may appear in at most one group within a given ManualRule. Items that do not appear in any group will appear on their own. The ETag of the item. A developer metadata entry and the data filters specified in the original request that matched it. All filters matching the returned developer metadata. The developer metadata matching the specified filters. The ETag of the item. A value range that was matched by one or more data filers. The DataFilters from the request that matched the range of values. The values matched by the DataFilter. The ETag of the item. Merges all cells in the range. How the cells should be merged. The range of cells to merge. The ETag of the item. Moves one or more rows or columns. The zero-based start index of where to move the source data to, based on the coordinates *before* the source data is removed from the grid. Existing data will be shifted down or right (depending on the dimension) to make room for the moved dimensions. The source dimensions are removed from the grid, so the the data may end up in a different index than specified. For example, given `A1..A5` of `0, 1, 2, 3, 4` and wanting to move `"1"` and `"2"` to between `"3"` and `"4"`, the source would be `ROWS [1..3)`,and the destination index would be `"4"` (the zero-based index of row 5). The end result would be `A1..A5` of `0, 3, 1, 2, 4`. The source dimensions to move. The ETag of the item. A named range. The name of the named range. The ID of the named range. The range this represents. The ETag of the item. The number format of a cell. Pattern string used for formatting. If not set, a default pattern based on the user's locale will be used if necessary for the given type. See the [Date and Number Formats guide](/sheets/api/guides/formats) for more information about the supported patterns. The type of the number format. When writing, this field must be set. The ETag of the item. An org chart. Org charts require a unique set of labels in labels and may optionally include parent_labels and tooltips. parent_labels contain, for each node, the label identifying the parent node. tooltips contain, for each node, an optional tooltip. For example, to describe an OrgChart with Alice as the CEO, Bob as the President (reporting to Alice) and Cathy as VP of Sales (also reporting to Alice), have labels contain "Alice", "Bob", "Cathy", parent_labels contain "", "Alice", "Alice" and tooltips contain "CEO", "President", "VP Sales". The data containing the labels for all the nodes in the chart. Labels must be unique. The color of the org chart nodes. The size of the org chart nodes. The data containing the label of the parent for the corresponding node. A blank value indicates that the node has no parent and is a top-level node. This field is optional. The color of the selected org chart nodes. The data containing the tooltip for the corresponding node. A blank value results in no tooltip being displayed for the node. This field is optional. The ETag of the item. The location an object is overlaid on top of a grid. The cell the object is anchored to. The height of the object, in pixels. Defaults to 371. The horizontal offset, in pixels, that the object is offset from the anchor cell. The vertical offset, in pixels, that the object is offset from the anchor cell. The width of the object, in pixels. Defaults to 600. The ETag of the item. The amount of padding around the cell, in pixels. When updating padding, every field must be specified. The bottom padding of the cell. The left padding of the cell. The right padding of the cell. The top padding of the cell. The ETag of the item. Inserts data into the spreadsheet starting at the specified coordinate. The coordinate at which the data should start being inserted. The data to insert. The delimiter in the data. True if the data is HTML. How the data should be pasted. The ETag of the item. A pie chart. The data that covers the domain of the pie chart. Where the legend of the pie chart should be drawn. The size of the hole in the pie chart. The data that covers the one and only series of the pie chart. True if the pie is three dimensional. The ETag of the item. Criteria for showing/hiding rows in a pivot table. Values that should be included. Values not listed here are excluded. The ETag of the item. A single grouping (either row or column) in a pivot table. The group rule to apply to this row/column group. The labels to use for the row/column groups which can be customized. For example, in the following pivot table, the row label is `Region` (which could be renamed to `State`) and the column label is `Product` (which could be renamed `Item`). Pivot tables created before December 2017 do not have header labels. If you'd like to add header labels to an existing pivot table, please delete the existing pivot table and then create a new pivot table with same parameters. +--------------+---------+-------+ | SUM of Units | Product | | | Region | Pen | Paper | +--------------+---------+-------+ | New York | 345 | 98 | | Oregon | 234 | 123 | | Tennessee | 531 | 415 | +--------------+---------+-------+ | Grand Total | 1110 | 636 | +--------------+---------+-------+ True if the headings in this pivot group should be repeated. This is only valid for row groupings and will be ignored by columns. By default, we minimize repitition of headings by not showing higher level headings where they are the same. For example, even though the third row below corresponds to "Q1 Mar", "Q1" is not shown because it is redundant with previous rows. Setting repeat_headings to true would cause "Q1" to be repeated for "Feb" and "Mar". +--------------+ | Q1 | Jan | | | Feb | | | Mar | +--------+-----+ | Q1 Total | +--------------+ True if the pivot table should include the totals for this grouping. The order the values in this group should be sorted. The column offset of the source range that this grouping is based on. For example, if the source was `C10:E15`, a `sourceColumnOffset` of `0` means this group refers to column `C`, whereas the offset `1` would refer to column `D`. The bucket of the opposite pivot group to sort by. If not specified, sorting is alphabetical by this group's values. Metadata about values in the grouping. The ETag of the item. An optional setting on a PivotGroup that defines buckets for the values in the source data column rather than breaking out each individual value. Only one PivotGroup with a group rule may be added for each column in the source data, though on any given column you may add both a PivotGroup that has a rule and a PivotGroup that does not. A DateTimeRule. A HistogramRule. A ManualRule. The ETag of the item. Information about which values in a pivot group should be used for sorting. The offset in the PivotTable.values list which the values in this grouping should be sorted by. The ETag of the item. Metadata about a value in a pivot grouping. True if the data corresponding to the value is collapsed. The calculated value the metadata corresponds to. (Note that formulaValue is not valid, because the values will be calculated.) The ETag of the item. A pivot table. Each column grouping in the pivot table. An optional mapping of filters per source column offset. The filters will be applied before aggregating data into the pivot table. The map's key is the column offset of the source range that you want to filter, and the value is the criteria for that column. For example, if the source was `C10:E15`, a key of `0` will have the filter for column `C`, whereas the key `1` is for column `D`. Each row grouping in the pivot table. The range the pivot table is reading data from. Whether values should be listed horizontally (as columns) or vertically (as rows). A list of values to include in the pivot table. The ETag of the item. The definition of how a value in a pivot table should be calculated. If specified, indicates that pivot values should be displayed as the result of a calculation with another pivot value. For example, if calculated_display_type is specified as PERCENT_OF_GRAND_TOTAL, all the pivot values will be displayed as the percentage of the grand total. In the Sheets UI, this is referred to as "Show As" in the value section of a pivot table. A custom formula to calculate the value. The formula must start with an `=` character. A name to use for the value. The column offset of the source range that this value reads from. For example, if the source was `C10:E15`, a `sourceColumnOffset` of `0` means this value refers to column `C`, whereas the offset `1` would refer to column `D`. A function to summarize the value. If formula is set, the only supported values are SUM and CUSTOM. If sourceColumnOffset is set, then `CUSTOM` is not supported. The ETag of the item. A protected range. The description of this protected range. The users and groups with edit access to the protected range. This field is only visible to users with edit access to the protected range and the document. Editors are not supported with warning_only protection. The named range this protected range is backed by, if any. When writing, only one of range or named_range_id may be set. The ID of the protected range. This field is read-only. The range that is being protected. The range may be fully unbounded, in which case this is considered a protected sheet. When writing, only one of range or named_range_id may be set. True if the user who requested this protected range can edit the protected area. This field is read-only. The list of unprotected ranges within a protected sheet. Unprotected ranges are only supported on protected sheets. True if this protected range will show a warning when editing. Warning-based protection means that every user can edit data in the protected range, except editing will prompt a warning asking the user to confirm the edit. When writing: if this field is true, then editors is ignored. Additionally, if this field is changed from true to false and the `editors` field is not set (nor included in the field mask), then the editors will be set to all the editors in the document. The ETag of the item. Randomizes the order of the rows in a range. The range to randomize. The ETag of the item. Updates all cells in the range to the values in the given Cell object. Only the fields listed in the fields field are updated; others are unchanged. If writing a cell with a formula, the formula's ranges will automatically increment for each field in the range. For example, if writing a cell with formula `=A1` into range B2:C4, B2 would be `=A1`, B3 would be `=A2`, B4 would be `=A3`, C2 would be `=B1`, C3 would be `=B2`, C4 would be `=B3`. To keep the formula's ranges static, use the `$` indicator. For example, use the formula `=$A$1` to prevent both the row and the column from incrementing. The data to write. The fields that should be updated. At least one field must be specified. The root `cell` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The range to repeat the cell in. The ETag of the item. A single kind of update to apply to a spreadsheet. Adds a new banded range Adds a chart. Adds a new conditional format rule. Creates a group over the specified range. Adds a filter view. Adds a named range. Adds a protected range. Adds a sheet. Appends cells after the last row with data in a sheet. Appends dimensions to the end of a sheet. Automatically fills in more data based on existing data. Automatically resizes one or more dimensions based on the contents of the cells in that dimension. Clears the basic filter on a sheet. Copies data from one area and pastes it to another. Creates new developer metadata Cuts data from one area and pastes it to another. Removes a banded range Deletes an existing conditional format rule. Deletes developer metadata Deletes rows or columns in a sheet. Deletes a group over the specified range. Deletes an embedded object (e.g, chart, image) in a sheet. Deletes a filter view from a sheet. Deletes a named range. Deletes a protected range. Deletes a range of cells from a sheet, shifting the remaining cells. Deletes a sheet. Duplicates a filter view. Duplicates a sheet. Finds and replaces occurrences of some text with other text. Inserts new rows or columns in a sheet. Inserts new cells in a sheet, shifting the existing cells. Merges cells together. Moves rows or columns to another location in a sheet. Pastes data (HTML or delimited) into a sheet. Randomizes the order of the rows in a range. Repeats a single cell across a range. Sets the basic filter on a sheet. Sets data validation for one or more cells. Sorts data in a range. Converts a column of text into many columns of text. Unmerges merged cells. Updates a banded range Updates the borders in a range of cells. Updates many cells at once. Updates a chart's specifications. Updates an existing conditional format rule. Updates an existing developer metadata entry Updates the state of the specified group. Updates dimensions' properties. Updates an embedded object's (e.g. chart, image) position. Updates the properties of a filter view. Updates a named range. Updates a protected range. Updates a sheet's properties. Updates the spreadsheet's properties. The ETag of the item. A single response from an update. A reply from adding a banded range. A reply from adding a chart. A reply from adding a dimension group. A reply from adding a filter view. A reply from adding a named range. A reply from adding a protected range. A reply from adding a sheet. A reply from creating a developer metadata entry. A reply from deleting a conditional format rule. A reply from deleting a developer metadata entry. A reply from deleting a dimension group. A reply from duplicating a filter view. A reply from duplicating a sheet. A reply from doing a find/replace. A reply from updating a conditional format rule. A reply from updating a developer metadata entry. A reply from updating an embedded object's position. The ETag of the item. Data about each cell in a row. The values in the row, one per column. The ETag of the item. A request to retrieve all developer metadata matching the set of specified criteria. The data filters describing the criteria used to determine which DeveloperMetadata entries to return. DeveloperMetadata matching any of the specified filters will be included in the response. The ETag of the item. A reply to a developer metadata search request. The metadata matching the criteria of the search request. The ETag of the item. Sets the basic filter associated with a sheet. The filter to set. The ETag of the item. Sets a data validation rule to every cell in the range. To clear validation in a range, call this with no rule specified. The range the data validation rule should apply to. The data validation rule to set on each cell in the range, or empty to clear the data validation in the range. The ETag of the item. A sheet in a spreadsheet. The banded (i.e. alternating colors) ranges on this sheet. The filter on this sheet, if any. The specifications of every chart on this sheet. All column groups on this sheet, ordered by increasing range start index, then by group depth. The conditional format rules in this sheet. Data in the grid, if this is a grid sheet. The number of GridData objects returned is dependent on the number of ranges requested on this sheet. For example, if this is representing `Sheet1`, and the spreadsheet was requested with ranges `Sheet1!A1:C10` and `Sheet1!D15:E20`, then the first GridData will have a startRow/startColumn of `0`, while the second one will have `startRow 14` (zero-based row 15), and `startColumn 3` (zero-based column D). The developer metadata associated with a sheet. The filter views in this sheet. The ranges that are merged together. The properties of the sheet. The protected ranges in this sheet. All row groups on this sheet, ordered by increasing range start index, then by group depth. The ETag of the item. Properties of a sheet. Additional properties of the sheet if this sheet is a grid. (If the sheet is an object sheet, containing a chart or image, then this field will be absent.) When writing it is an error to set any grid properties on non-grid sheets. True if the sheet is hidden in the UI, false if it's visible. The index of the sheet within the spreadsheet. When adding or updating sheet properties, if this field is excluded then the sheet will be added or moved to the end of the sheet list. When updating sheet indices or inserting sheets, movement is considered in "before the move" indexes. For example, if there were 3 sheets (S1, S2, S3) in order to move S1 ahead of S2 the index would have to be set to 2. A sheet index update request will be ignored if the requested index is identical to the sheets current index or if the requested new index is equal to the current sheet index + 1. True if the sheet is an RTL sheet instead of an LTR sheet. The ID of the sheet. Must be non-negative. This field cannot be changed once set. The type of sheet. Defaults to GRID. This field cannot be changed once set. The color of the tab in the UI. The name of the sheet. The ETag of the item. Sorts data in rows based on a sort order per column. The range to sort. The sort order per column. Later specifications are used when values are equal in the earlier specifications. The ETag of the item. A sort order associated with a specific column or row. The dimension the sort should be applied to. The order data should be sorted. The ETag of the item. A combination of a source range and how to extend that source. The dimension that data should be filled into. The number of rows or columns that data should be filled into. Positive numbers expand beyond the last row or last column of the source. Negative numbers expand before the first row or first column of the source. The location of the data to use as the source of the autofill. The ETag of the item. Resource that represents a spreadsheet. The developer metadata associated with a spreadsheet. The named ranges defined in a spreadsheet. Overall properties of a spreadsheet. The sheets that are part of a spreadsheet. The ID of the spreadsheet. This field is read-only. The url of the spreadsheet. This field is read-only. The ETag of the item. Properties of a spreadsheet. The amount of time to wait before volatile functions are recalculated. The default format of all cells in the spreadsheet. CellData.effectiveFormat will not be set if the cell's format is equal to this default format. This field is read-only. Determines whether and how circular references are resolved with iterative calculation. Absence of this field means that circular references will result in calculation errors. The locale of the spreadsheet in one of the following formats: * an ISO 639-1 language code such as `en` * an ISO 639-2 language code such as `fil`, if no 639-1 code exists * a combination of the ISO language code and country code, such as `en_US` Note: when updating this field, not all locales/languages are supported. The time zone of the spreadsheet, in CLDR format such as `America/New_York`. If the time zone isn't recognized, this may be a custom time zone such as `GMT-07:00`. The title of the spreadsheet. The ETag of the item. The format of a run of text in a cell. Absent values indicate that the field isn't specified. True if the text is bold. The font family. The size of the font. The foreground color of the text. True if the text is italicized. True if the text has a strikethrough. True if the text is underlined. The ETag of the item. A run of a text format. The format of this run continues until the start index of the next run. When updating, all fields must be set. The format of this run. Absent values inherit the cell's format. The character index where this run starts. The ETag of the item. Position settings for text. Horizontal alignment setting for the piece of text. The ETag of the item. The rotation applied to text in a cell. The angle between the standard orientation and the desired orientation. Measured in degrees. Valid values are between -90 and 90. Positive angles are angled upwards, negative are angled downwards. Note: For LTR text direction positive angles are in the counterclockwise direction, whereas for RTL they are in the clockwise direction If true, text reads top to bottom, but the orientation of individual characters is unchanged. For example: | V | | e | | r | | t | | i | | c | | a | | l | The ETag of the item. Splits a column of text into multiple columns, based on a delimiter in each cell. The delimiter to use. Used only if delimiterType is CUSTOM. The delimiter type to use. The source data range. This must span exactly one column. The ETag of the item. A color scale for a treemap chart. The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified. The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified. The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified. The background color for cells that have no color data associated with them. Defaults to #000000 if not specified. The ETag of the item. A Treemap chart. The data that determines the background color of each treemap data cell. This field is optional. If not specified, size_data will be used to determine background colors. If specified, the data is expected to be numeric. color_scale will determine how the values in this data map to data cell background colors. The color scale for data cells in the treemap chart. Data cells are assigned colors based on their color values. These color values come from color_data, or from size_data if color_data is not specified. Cells with color values less than or equal to min_value will have minValueColor as their background color. Cells with color values greater than or equal to max_value will have maxValueColor as their background color. Cells with color values between min_value and max_value will have background colors on a gradient between minValueColor and maxValueColor, the midpoint of the gradient being midValueColor. Cells with missing or non-numeric color values will have noDataColor as their background color. The background color for header cells. True to hide tooltips. The number of additional data levels beyond the labeled levels to be shown on the treemap chart. These levels are not interactive and are shown without their labels. Defaults to 0 if not specified. The data that contains the treemap cell labels. The number of data levels to show on the treemap chart. These levels are interactive and are shown with their labels. Defaults to 2 if not specified. The maximum possible data value. Cells with values greater than this will have the same color as cells with this value. If not specified, defaults to the actual maximum value from color_data, or the maximum value from size_data if color_data is not specified. The minimum possible data value. Cells with values less than this will have the same color as cells with this value. If not specified, defaults to the actual minimum value from color_data, or the minimum value from size_data if color_data is not specified. The data the contains the treemap cells' parent labels. The data that determines the size of each treemap data cell. This data is expected to be numeric. The cells corresponding to non-numeric or missing data will not be rendered. If color_data is not specified, this data will be used to determine data cell background colors as well. The text format for all labels on the chart. The ETag of the item. Unmerges cells in the given range. The range within which all cells should be unmerged. If the range spans multiple merges, all will be unmerged. The range must not partially span any merge. The ETag of the item. Updates properties of the supplied banded range. The banded range to update with the new properties. The fields that should be updated. At least one field must be specified. The root `bandedRange` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The ETag of the item. Updates the borders of a range. If a field is not set in the request, that means the border remains as- is. For example, with two subsequent UpdateBordersRequest: 1. range: A1:A5 `{ top: RED, bottom: WHITE }` 2. range: A1:A5 `{ left: BLUE }` That would result in A1:A5 having a borders of `{ top: RED, bottom: WHITE, left: BLUE }`. If you want to clear a border, explicitly set the style to NONE. The border to put at the bottom of the range. The horizontal border to put within the range. The vertical border to put within the range. The border to put at the left of the range. The range whose borders should be updated. The border to put at the right of the range. The border to put at the top of the range. The ETag of the item. Updates all cells in a range with new data. The fields of CellData that should be updated. At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single `"*"` can be used as short-hand for listing every field. The range to write data to. If the data in rows does not cover the entire requested range, the fields matching those set in fields will be cleared. The data to write. The coordinate to start writing data at. Any number of rows and columns (including a different number of columns per row) may be written. The ETag of the item. Updates a chart's specifications. (This does not move or resize a chart. To move or resize a chart, use UpdateEmbeddedObjectPositionRequest.) The ID of the chart to update. The specification to apply to the chart. The ETag of the item. Updates a conditional format rule at the given index, or moves a conditional format rule to another index. The zero-based index of the rule that should be replaced or moved. The zero-based new index the rule should end up at. The rule that should replace the rule at the given index. The sheet of the rule to move. Required if new_index is set, unused otherwise. The ETag of the item. The result of updating a conditional format rule. The index of the new rule. The new rule that replaced the old rule (if replacing), or the rule that was moved (if moved) The old index of the rule. Not set if a rule was replaced (because it is the same as new_index). The old (deleted) rule. Not set if a rule was moved (because it is the same as new_rule). The ETag of the item. A request to update properties of developer metadata. Updates the properties of the developer metadata selected by the filters to the values provided in the DeveloperMetadata resource. Callers must specify the properties they wish to update in the fields parameter, as well as specify at least one DataFilter matching the metadata they wish to update. The filters matching the developer metadata entries to update. The value that all metadata matched by the data filters will be updated to. The fields that should be updated. At least one field must be specified. The root `developerMetadata` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The ETag of the item. The response from updating developer metadata. The updated developer metadata. The ETag of the item. Updates the state of the specified group. The group whose state should be updated. The range and depth of the group should specify a valid group on the sheet, and all other fields updated. The fields that should be updated. At least one field must be specified. The root `dimensionGroup` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The ETag of the item. Updates properties of dimensions within the specified range. The fields that should be updated. At least one field must be specified. The root `properties` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. Properties to update. The rows or columns to update. The ETag of the item. Update an embedded object's position (such as a moving or resizing a chart or image). The fields of OverlayPosition that should be updated when setting a new position. Used only if newPosition.overlayPosition is set, in which case at least one field must be specified. The root `newPosition.overlayPosition` is implied and should not be specified. A single `"*"` can be used as short- hand for listing every field. An explicit position to move the embedded object to. If newPosition.sheetId is set, a new sheet with that ID will be created. If newPosition.newSheet is set to true, a new sheet will be created with an ID that will be chosen for you. The ID of the object to moved. The ETag of the item. The result of updating an embedded object's position. The new position of the embedded object. The ETag of the item. Updates properties of the filter view. The fields that should be updated. At least one field must be specified. The root `filter` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The new properties of the filter view. The ETag of the item. Updates properties of the named range with the specified namedRangeId. The fields that should be updated. At least one field must be specified. The root `namedRange` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The named range to update with the new properties. The ETag of the item. Updates an existing protected range with the specified protectedRangeId. The fields that should be updated. At least one field must be specified. The root `protectedRange` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The protected range to update with the new properties. The ETag of the item. Updates properties of the sheet with the specified sheetId. The fields that should be updated. At least one field must be specified. The root `properties` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The properties to update. The ETag of the item. Updates properties of a spreadsheet. The fields that should be updated. At least one field must be specified. The root 'properties' is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. The properties to update. The ETag of the item. The response when updating a range of values by a data filter in a spreadsheet. The data filter that selected the range that was updated. The number of cells updated. The number of columns where at least one cell in the column was updated. The values of the cells in the range matched by the dataFilter after all updates were applied. This is only included if the request's `includeValuesInResponse` field was `true`. The range (in A1 notation) that updates were applied to. The number of rows where at least one cell in the row was updated. The ETag of the item. The response when updating a range of values in a spreadsheet. The spreadsheet the updates were applied to. The number of cells updated. The number of columns where at least one cell in the column was updated. The values of the cells after updates were applied. This is only included if the request's `includeValuesInResponse` field was `true`. The range (in A1 notation) that updates were applied to. The number of rows where at least one cell in the row was updated. The ETag of the item. Data within a range of the spreadsheet. The major dimension of the values. For output, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return `[[1,3],[2,4]]`. For input, with `range=A1:B2,majorDimension=ROWS` then `[[1,2],[3,4]]` will set `A1=1,B1=2,A2=3,B2=4`. With `range=A1:B2,majorDimension=COLUMNS` then `[[1,2],[3,4]]` will set `A1=1,B1=3,A2=2,B2=4`. When writing, if this field is not set, it defaults to ROWS. The range the values cover, in A1 notation. For output, this range indicates the entire requested range, even though the values will exclude trailing rows and columns. When appending values, this field represents the range to search for a table, after which values will be appended. The data that was read or to be written. This is an array of arrays, the outer array representing all the data and each inner array representing a major dimension. Each item in the inner array corresponds with one cell. For output, empty trailing rows and columns will not be included. For input, supported value types are: bool, string, and double. Null values will be skipped. To set a cell to an empty value, set the string value to an empty string. The ETag of the item. Styles for a waterfall chart column. The color of the column. The label of the column's legend. The ETag of the item. A custom subtotal column for a waterfall chart series. True if the data point at subtotal_index is the subtotal. If false, the subtotal will be computed and appear after the data point. A label for the subtotal column. The 0-based index of a data point within the series. If data_is_subtotal is true, the data point at this index is the subtotal. Otherwise, the subtotal appears after the data point with this index. A series can have multiple subtotals at arbitrary indices, but subtotals do not affect the indices of the data points. For example, if a series has three data points, their indices will always be 0, 1, and 2, regardless of how many subtotals exist on the series or what data points they are associated with. The ETag of the item. The domain of a waterfall chart. The data of the WaterfallChartDomain. True to reverse the order of the domain values (horizontal axis). The ETag of the item. A single series of data for a waterfall chart. Custom subtotal columns appearing in this series. The order in which subtotals are defined is not significant. Only one subtotal may be defined for each data point. The data being visualized in this series. True to hide the subtotal column from the end of the series. By default, a subtotal column will appear at the end of each series. Setting this field to true will hide that subtotal column for this series. Styles for all columns in this series with negative values. Styles for all columns in this series with positive values. Styles for all subtotal columns in this series. The ETag of the item. A waterfall chart. The line style for the connector lines. The domain data (horizontal axis) for the waterfall chart. True to interpret the first value as a total. True to hide connector lines between columns. The data this waterfall chart is visualizing. The stacked type. The ETag of the item.