Skip to content

Commit 0b6a285

Browse files
feat: Automated regeneration of AdSensePlatform client (googleapis#12865)
Auto-created at 2025-01-24 13:17:29 +0000 using the toys pull request generator.
1 parent 39eacb4 commit 0b6a285

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/api/accounts.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ defmodule GoogleApi.AdSensePlatform.V1alpha.Api.Accounts do
172172
## Parameters
173173
174174
* `connection` (*type:* `GoogleApi.AdSensePlatform.V1alpha.Connection.t`) - Connection to server
175-
* `parent` (*type:* `String.t`) - Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
175+
* `parent` (*type:* `String.t`) - Required. The name of the child account under the given platform which owns the platform child sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}
176176
* `optional_params` (*type:* `keyword()`) - Optional parameters
177177
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
178178
* `:access_token` (*type:* `String.t`) - OAuth access token.
@@ -248,7 +248,7 @@ defmodule GoogleApi.AdSensePlatform.V1alpha.Api.Accounts do
248248
## Parameters
249249
250250
* `connection` (*type:* `GoogleApi.AdSensePlatform.V1alpha.Connection.t`) - Connection to server
251-
* `name` (*type:* `String.t`) - Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
251+
* `name` (*type:* `String.t`) - Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}
252252
* `optional_params` (*type:* `keyword()`) - Optional parameters
253253
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
254254
* `:access_token` (*type:* `String.t`) - OAuth access token.

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 "20250120"
23+
@discovery_revision "20250123"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.AdSensePlatform.V1alpha.Model.PlatformChildSite do
2222
## Attributes
2323
2424
* `domain` (*type:* `String.t`, *default:* `nil`) - Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name.
25-
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
25+
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}
2626
* `platformGroup` (*type:* `String.t`, *default:* `nil`) - Resource name of the Platform Group of the Platform Child Site.
2727
"""
2828

0 commit comments

Comments
 (0)