Skip to content

Commit 3c97afb

Browse files
feat: Automated regeneration of AdSensePlatform client (googleapis#12630)
Auto-created at 2024-12-03 13:17:32 +0000 using the toys pull request generator.
1 parent 3a7d763 commit 3c97afb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/ad_sense_platform/lib/google_api/ad_sense_platform/v1alpha/metadata.ex

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

23-
@discovery_revision "20240710"
23+
@discovery_revision "20241203"
2424

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

clients/ad_sense_platform/lib/google_api/ad_sense_platform/v1alpha/model/time_zone.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ defmodule GoogleApi.AdSensePlatform.V1alpha.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/ad_sense_platform/mix.exs

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

21-
@version "0.3.0"
21+
@version "0.3.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)