Skip to content

Commit

Permalink
feat: Automated regeneration of Content client (#12622)
Browse files Browse the repository at this point in the history
Auto-created at 2024-11-27 13:17:11 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 27, 2024
1 parent bd6e454 commit 2315b34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clients/content/lib/google_api/content/v21/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Content.V21 do
API client metadata for GoogleApi.Content.V21.
"""

@discovery_revision "20241119"
@discovery_revision "20241120"

def discovery_revision(), do: @discovery_revision
end
4 changes: 2 additions & 2 deletions clients/content/lib/google_api/content/v21/model/time_zone.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ defmodule GoogleApi.Content.V21.Model.TimeZone do
## Attributes
* `id` (*type:* `String.t`, *default:* `nil`) - IANA Time Zone Database time zone, e.g. "America/New_York".
* `version` (*type:* `String.t`, *default:* `nil`) - Optional. IANA Time Zone Database version number, e.g. "2019a".
* `id` (*type:* `String.t`, *default:* `nil`) - IANA Time Zone Database time zone. For example "America/New_York".
* `version` (*type:* `String.t`, *default:* `nil`) - Optional. IANA Time Zone Database version number. For example "2019a".
"""

use GoogleApi.Gax.ModelBase
Expand Down
2 changes: 1 addition & 1 deletion clients/content/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Content.Mixfile do
use Mix.Project

@version "0.72.0"
@version "0.72.1"

def project() do
[
Expand Down

0 comments on commit 2315b34

Please sign in to comment.