@@ -30,7 +30,7 @@ module SheetsV4
3030 # Sheets = Google::Apis::SheetsV4 # Alias the module
3131 # service = Sheets::SheetsService.new
3232 #
33- # @see https://developers.google.com/sheets/
33+ # @see https://developers.google.com/workspace/ sheets/
3434 class SheetsService < Google ::Apis ::Core ::BaseService
3535 DEFAULT_ENDPOINT_TEMPLATE = "https://sheets.$UNIVERSE_DOMAIN$/"
3636
@@ -128,18 +128,18 @@ def create_spreadsheet(spreadsheet_object = nil, fields: nil, quota_user: nil, o
128128 # Returns the spreadsheet at the given ID. The caller must specify the
129129 # spreadsheet ID. By default, data within grids is not returned. You can include
130130 # grid data in one of 2 ways: * Specify a [field mask](https://developers.google.
131- # com/sheets/api/guides/field-masks) listing your desired fields using the `
132- # fields` URL parameter in HTTP * Set the includeGridData URL parameter to true.
133- # If a field mask is set, the `includeGridData` parameter is ignored For large
134- # spreadsheets, as a best practice, retrieve only the specific spreadsheet
131+ # com/workspace/ sheets/api/guides/field-masks) listing your desired fields using
132+ # the ` fields` URL parameter in HTTP * Set the includeGridData URL parameter to
133+ # true. If a field mask is set, the `includeGridData` parameter is ignored For
134+ # large spreadsheets, as a best practice, retrieve only the specific spreadsheet
135135 # fields that you want. To retrieve only subsets of spreadsheet data, use the
136- # ranges URL parameter. Ranges are specified using [A1 notation](/sheets/api /
137- # guides/concepts#cell). You can define a single cell (for example, `A1`) or
138- # multiple cells (for example, `A1:D5`). You can also get cells from other
139- # sheets within the same spreadsheet (for example, `Sheet2!A1:C4`) or retrieve
140- # multiple ranges at once ( for example, `?ranges=A1:D5&ranges= Sheet2!A1:C4`).
141- # Limiting the range returns only the portions of the spreadsheet that intersect
142- # the requested ranges.
136+ # ranges URL parameter. Ranges are specified using [A1 notation](https:/ /
137+ # developers.google.com/workspace/sheets/api/ guides/concepts#cell). You can
138+ # define a single cell (for example, `A1`) or multiple cells (for example, `A1:
139+ # D5`). You can also get cells from other sheets within the same spreadsheet (
140+ # for example, `Sheet2!A1:C4`) or retrieve multiple ranges at once (for example,
141+ # `?ranges=A1:D5&ranges=Sheet2!A1:C4`). Limiting the range returns only the
142+ # portions of the spreadsheet that intersect the requested ranges.
143143 # @param [String] spreadsheet_id
144144 # The spreadsheet to request.
145145 # @param [Boolean] include_grid_data
@@ -183,8 +183,8 @@ def get_spreadsheet(spreadsheet_id, include_grid_data: nil, ranges: nil, fields:
183183 # or more data filters returns the portions of the spreadsheet that intersect
184184 # ranges matched by any of the filters. By default, data within grids is not
185185 # returned. You can include grid data one of 2 ways: * Specify a [field mask](
186- # https://developers.google.com/sheets/api/guides/field-masks) listing your
187- # desired fields using the `fields` URL parameter in HTTP * Set the
186+ # https://developers.google.com/workspace/ sheets/api/guides/field-masks) listing
187+ # your desired fields using the `fields` URL parameter in HTTP * Set the
188188 # includeGridData parameter to true. If a field mask is set, the `
189189 # includeGridData` parameter is ignored For large spreadsheets, as a best
190190 # practice, retrieve only the specific spreadsheet fields that you want.
@@ -331,7 +331,8 @@ def copy_spreadsheet(spreadsheet_id, sheet_id, copy_sheet_to_another_spreadsheet
331331 # Appends values to a spreadsheet. The input range is used to search for
332332 # existing data and find a "table" within that range. Values will be appended to
333333 # the next row of the table, starting with the first column of the table. See
334- # the [guide](/sheets/api/guides/values#appending_values) and [sample code](/
334+ # the [guide](https://developers.google.com/workspace/sheets/api/guides/values#
335+ # appending_values) and [sample code](https://developers.google.com/workspace/
335336 # sheets/api/samples/writing#append_values) for specific details of how tables
336337 # are detected and data is appended. The caller must specify the spreadsheet ID,
337338 # range, and a valueInputOption. The `valueInputOption` only controls how the
@@ -340,8 +341,9 @@ def copy_spreadsheet(spreadsheet_id, sheet_id, copy_sheet_to_another_spreadsheet
340341 # @param [String] spreadsheet_id
341342 # The ID of the spreadsheet to update.
342343 # @param [String] range
343- # The [A1 notation](/sheets/api/guides/concepts#cell) of a range to search for a
344- # logical table of data. Values are appended after the last row of the table.
344+ # The [A1 notation](https://developers.google.com/workspace/sheets/api/guides/
345+ # concepts#cell) of a range to search for a logical table of data. Values are
346+ # appended after the last row of the table.
345347 # @param [Google::Apis::SheetsV4::ValueRange] value_range_object
346348 # @param [Boolean] include_values_in_response
347349 # Determines if the update response should include the values of the cells that
@@ -479,8 +481,8 @@ def batch_spreadsheet_value_clear_by_data_filter(spreadsheet_id, batch_clear_val
479481 # majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `ranges=["A1:
480482 # B2"],majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
481483 # @param [Array<String>, String] ranges
482- # The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the
483- # range to retrieve values from.
484+ # The [A1 notation or R1C1 notation](https://developers.google.com/workspace/
485+ # sheets/api/guides/concepts#cell) of the range to retrieve values from.
484486 # @param [String] value_render_option
485487 # How values should be represented in the output. The default render option is
486488 # ValueRenderOption.FORMATTED_VALUE.
@@ -624,8 +626,8 @@ def batch_spreadsheet_value_update_by_data_filter(spreadsheet_id, batch_update_v
624626 # @param [String] spreadsheet_id
625627 # The ID of the spreadsheet to update.
626628 # @param [String] range
627- # The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the
628- # values to clear.
629+ # The [A1 notation or R1C1 notation](https://developers.google.com/workspace/
630+ # sheets/api/guides/concepts#cell) of the values to clear.
629631 # @param [Google::Apis::SheetsV4::ClearValuesRequest] clear_values_request_object
630632 # @param [String] fields
631633 # Selector specifying which fields to include in a partial response.
@@ -662,8 +664,8 @@ def clear_values(spreadsheet_id, range, clear_values_request_object = nil, field
662664 # @param [String] spreadsheet_id
663665 # The ID of the spreadsheet to retrieve data from.
664666 # @param [String] range
665- # The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the
666- # range to retrieve values from.
667+ # The [A1 notation or R1C1 notation](https://developers.google.com/workspace/
668+ # sheets/api/guides/concepts#cell) of the range to retrieve values from.
667669 # @param [String] date_time_render_option
668670 # How dates, times, and durations should be represented in the output. This is
669671 # ignored if value_render_option is FORMATTED_VALUE. The default dateTime render
@@ -712,7 +714,8 @@ def get_spreadsheet_values(spreadsheet_id, range, date_time_render_option: nil,
712714 # @param [String] spreadsheet_id
713715 # The ID of the spreadsheet to update.
714716 # @param [String] range
715- # The [A1 notation](/sheets/api/guides/concepts#cell) of the values to update.
717+ # The [A1 notation](https://developers.google.com/workspace/sheets/api/guides/
718+ # concepts#cell) of the values to update.
716719 # @param [Google::Apis::SheetsV4::ValueRange] value_range_object
717720 # @param [Boolean] include_values_in_response
718721 # Determines if the update response should include the values of the cells that
0 commit comments