Skip to content

Commit 814a8b1

Browse files
feat: Automated regeneration of DisplayVideo client (#12814)
Auto-created at 2025-01-14 13:13:38 +0000 using the toys pull request generator.
1 parent db37c4e commit 814a8b1

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/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 "20241205"
23+
@discovery_revision "20250109"
2424

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

clients/display_video/lib/google_api/display_video/v3/model/integral_ad_science.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.DisplayVideo.V3.Model.IntegralAdScience do
2121
2222
## Attributes
2323
24-
* `customSegmentId` (*type:* `list(String.t)`, *default:* `nil`) - The custom segment ID provided by Integral Ad Science. The ID must be between `1000001` and `1999999`, inclusive.
24+
* `customSegmentId` (*type:* `list(String.t)`, *default:* `nil`) - The custom segment ID provided by Integral Ad Science. The ID must be between `1000001` and `1999999` or `3000001` and `3999999`, inclusive.
2525
* `displayViewability` (*type:* `String.t`, *default:* `nil`) - Display Viewability section (applicable to display line items only).
2626
* `excludeUnrateable` (*type:* `boolean()`, *default:* `nil`) - Brand Safety - **Unrateable**.
2727
* `excludedAdFraudRisk` (*type:* `String.t`, *default:* `nil`) - Ad Fraud settings.

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.3"
21+
@version "0.38.4"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)