Skip to content

Commit

Permalink
feat: Automated regeneration of AdSensePlatform client (#12630)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-03 13:17:32 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 3, 2024
1 parent 3a7d763 commit 3c97afb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AdSensePlatform.V1alpha do
API client metadata for GoogleApi.AdSensePlatform.V1alpha.
"""

@discovery_revision "20240710"
@discovery_revision "20241203"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ defmodule GoogleApi.AdSensePlatform.V1alpha.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/ad_sense_platform/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.AdSensePlatform.Mixfile do
use Mix.Project

@version "0.3.0"
@version "0.3.1"

def project() do
[
Expand Down

0 comments on commit 3c97afb

Please sign in to comment.