Skip to content

Commit

Permalink
feat: Automated regeneration of AdSense client (#11165)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-20 13:15:32 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 20, 2024
1 parent fb64ed7 commit 34ddd40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions clients/ad_sense/lib/google_api/ad_sense/v2/api/accounts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ defmodule GoogleApi.AdSense.V2.Api.Accounts do
end

@doc """
Creates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. Note that ad units can only be created for ad clients with an "AFC" product code. For more info see the [AdClient resource](/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566
Creates an ad unit. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method. Note that ad units can only be created for ad clients with an "AFC" product code. For more info see the [AdClient resource](/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566
## Parameters
Expand Down Expand Up @@ -827,7 +827,7 @@ defmodule GoogleApi.AdSense.V2.Api.Accounts do
end

@doc """
Updates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. For now, this method can only be used to update `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566
Updates an ad unit. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method. For now, this method can only be used to update `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566
## Parameters
Expand Down Expand Up @@ -901,7 +901,7 @@ defmodule GoogleApi.AdSense.V2.Api.Accounts do
end

@doc """
Creates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.
Creates a custom channel. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method.
## Parameters
Expand Down Expand Up @@ -973,7 +973,7 @@ defmodule GoogleApi.AdSense.V2.Api.Accounts do
end

@doc """
Deletes a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.
Deletes a custom channel. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method.
## Parameters
Expand Down Expand Up @@ -1261,7 +1261,7 @@ defmodule GoogleApi.AdSense.V2.Api.Accounts do
end

@doc """
Updates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.
Updates a custom channel. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method.
## Parameters
Expand Down
2 changes: 1 addition & 1 deletion clients/ad_sense/lib/google_api/ad_sense/v2/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AdSense.V2 do
API client metadata for GoogleApi.AdSense.V2.
"""

@discovery_revision "20240311"
@discovery_revision "20240320"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/ad_sense/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.AdSense.Mixfile do
use Mix.Project

@version "0.15.0"
@version "0.15.1"

def project() do
[
Expand Down

0 comments on commit 34ddd40

Please sign in to comment.