Skip to content

Commit

Permalink
feat: Automated regeneration of DisplayVideo client (#12647)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-06 13:17:16 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 6, 2024
1 parent ea9d7df commit f864fd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ defmodule GoogleApi.DisplayVideo.V3.Api.FirstAndThirdPartyAudiences do
* `:advertiserId` (*type:* `String.t`) - The ID of the advertiser that has access to the fetched first and third party audiences.
* `:filter` (*type:* `String.t`) - Allows filtering by first and third party audience fields. Supported syntax: * Filter expressions for first and third party audiences can only contain at most one restriction. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `HAS (:)` operator. Supported fields: * `displayName` Examples: * All first and third party audiences for which the display name contains "Google": `displayName:"Google"`. The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.
* `:orderBy` (*type:* `String.t`) - Field by which to sort the list. Acceptable values are: * `firstAndThirdPartyAudienceId` (default) * `displayName` The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. Example: `displayName desc`.
* `:pageSize` (*type:* `integer()`) - Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
* `:pageSize` (*type:* `integer()`) - Requested page size. Must be between `1` and `5000`. If unspecified, this value defaults to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
* `:pageToken` (*type:* `String.t`) - A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListFirstAndThirdPartyAudiences` method. If not specified, the first page of results will be returned.
* `:partnerId` (*type:* `String.t`) - The ID of the partner that has access to the fetched first and third party audiences.
* `opts` (*type:* `keyword()`) - Call options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.DisplayVideo.V3 do
API client metadata for GoogleApi.DisplayVideo.V3.
"""

@discovery_revision "20241114"
@discovery_revision "20241205"

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

@version "0.38.2"
@version "0.38.3"

def project() do
[
Expand Down

0 comments on commit f864fd8

Please sign in to comment.