Skip to content

Commit 5cf6c4f

Browse files
feat: Automated regeneration of Sheets client (#13301)
Auto-created at 2025-04-09 13:17:32 +0000 using the toys pull request generator.
1 parent cb24227 commit 5cf6c4f

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 "20250325"
23+
@discovery_revision "20250401"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Sheets.V4.Model.ColorStyle do
2121
2222
## Attributes
2323
24-
* `rgbColor` (*type:* `GoogleApi.Sheets.V4.Model.Color.t`, *default:* `nil`) - RGB color. The [`alpha`](/sheets/api/reference/rest/v4/spreadsheets/other#Color.FIELDS.alpha) value in the [`Color`](/sheets/api/reference/rest/v4/spreadsheets/other#color) object isn't generally supported.
24+
* `rgbColor` (*type:* `GoogleApi.Sheets.V4.Model.Color.t`, *default:* `nil`) - RGB color. The [`alpha`](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets/other#Color.FIELDS.alpha) value in the [`Color`](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets/other#color) object isn't generally supported.
2525
* `themeColor` (*type:* `String.t`, *default:* `nil`) - Theme color.
2626
"""
2727

0 commit comments

Comments
 (0)