Skip to content

Commit 6d30393

Browse files
feat: Automated regeneration of Sheets client (googleapis#13000)
Auto-created at 2025-02-20 13:14:54 +0000 using the toys pull request generator.
1 parent 1ec70e5 commit 6d30393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/sheets/lib/google_api/sheets/v4/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Sheets.V4 do
2020
API client metadata for GoogleApi.Sheets.V4.
2121
"""
2222

23-
@discovery_revision "20250106"
23+
@discovery_revision "20250211"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/sheets/lib/google_api/sheets/v4/model/insert_range_request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Sheets.V4.Model.InsertRangeRequest do
2121
2222
## Attributes
2323
24-
* `range` (*type:* `GoogleApi.Sheets.V4.Model.GridRange.t`, *default:* `nil`) - The range to insert new cells into.
24+
* `range` (*type:* `GoogleApi.Sheets.V4.Model.GridRange.t`, *default:* `nil`) - The range to insert new cells into. The range is constrained to the current sheet boundaries.
2525
* `shiftDimension` (*type:* `String.t`, *default:* `nil`) - 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.
2626
"""
2727

0 commit comments

Comments
 (0)