From f864fd8b58feafdb9cdc643ee24fdca3e75e09a9 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:28:20 -0800 Subject: [PATCH] feat: Automated regeneration of DisplayVideo client (#12647) Auto-created at 2024-12-06 13:17:16 +0000 using the toys pull request generator. --- .../display_video/v3/api/first_and_third_party_audiences.ex | 2 +- .../display_video/lib/google_api/display_video/v3/metadata.ex | 2 +- clients/display_video/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/display_video/lib/google_api/display_video/v3/api/first_and_third_party_audiences.ex b/clients/display_video/lib/google_api/display_video/v3/api/first_and_third_party_audiences.ex index 1b42b273f8..fd5935c43b 100644 --- a/clients/display_video/lib/google_api/display_video/v3/api/first_and_third_party_audiences.ex +++ b/clients/display_video/lib/google_api/display_video/v3/api/first_and_third_party_audiences.ex @@ -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 diff --git a/clients/display_video/lib/google_api/display_video/v3/metadata.ex b/clients/display_video/lib/google_api/display_video/v3/metadata.ex index a6e1bfc6ec..97f31abdd9 100644 --- a/clients/display_video/lib/google_api/display_video/v3/metadata.ex +++ b/clients/display_video/lib/google_api/display_video/v3/metadata.ex @@ -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 diff --git a/clients/display_video/mix.exs b/clients/display_video/mix.exs index 587eb4860b..ffc83dcfb1 100644 --- a/clients/display_video/mix.exs +++ b/clients/display_video/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.DisplayVideo.Mixfile do use Mix.Project - @version "0.38.2" + @version "0.38.3" def project() do [