Skip to content

Commit 2315b34

Browse files
feat: Automated regeneration of Content client (googleapis#12622)
Auto-created at 2024-11-27 13:17:11 +0000 using the toys pull request generator.
1 parent bd6e454 commit 2315b34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/content/lib/google_api/content/v21/metadata.ex

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

23-
@discovery_revision "20241119"
23+
@discovery_revision "20241120"
2424

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

clients/content/lib/google_api/content/v21/model/time_zone.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ defmodule GoogleApi.Content.V21.Model.TimeZone do
2121
2222
## Attributes
2323
24-
* `id` (*type:* `String.t`, *default:* `nil`) - IANA Time Zone Database time zone, e.g. "America/New_York".
25-
* `version` (*type:* `String.t`, *default:* `nil`) - Optional. IANA Time Zone Database version number, e.g. "2019a".
24+
* `id` (*type:* `String.t`, *default:* `nil`) - IANA Time Zone Database time zone. For example "America/New_York".
25+
* `version` (*type:* `String.t`, *default:* `nil`) - Optional. IANA Time Zone Database version number. For example "2019a".
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

clients/content/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Content.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.72.0"
21+
@version "0.72.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)