Skip to content

Commit f864fd8

Browse files
feat: Automated regeneration of DisplayVideo client (googleapis#12647)
Auto-created at 2024-12-06 13:17:16 +0000 using the toys pull request generator.
1 parent ea9d7df commit f864fd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/display_video/lib/google_api/display_video/v3/api/first_and_third_party_audiences.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ defmodule GoogleApi.DisplayVideo.V3.Api.FirstAndThirdPartyAudiences do
272272
* `:advertiserId` (*type:* `String.t`) - The ID of the advertiser that has access to the fetched first and third party audiences.
273273
* `: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.
274274
* `: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`.
275-
* `: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.
275+
* `: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.
276276
* `: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.
277277
* `:partnerId` (*type:* `String.t`) - The ID of the partner that has access to the fetched first and third party audiences.
278278
* `opts` (*type:* `keyword()`) - Call options

clients/display_video/lib/google_api/display_video/v3/metadata.ex

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

23-
@discovery_revision "20241114"
23+
@discovery_revision "20241205"
2424

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

clients/display_video/mix.exs

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

21-
@version "0.38.2"
21+
@version "0.38.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)