Skip to content

Commit 78d98ad

Browse files
feat: Automated regeneration of DisplayVideo client (googleapis#12532)
Auto-created at 2024-11-15 13:13:48 +0000 using the toys pull request generator.
1 parent 2ff1d13 commit 78d98ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 "20241024"
23+
@discovery_revision "20241114"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule GoogleApi.DisplayVideo.V3.Model.InsertionOrder do
3434
* `kpi` (*type:* `GoogleApi.DisplayVideo.V3.Model.Kpi.t`, *default:* `nil`) - Required. The key performance indicator (KPI) of the insertion order. This is represented as referred to as the "Goal" in the Display & Video 360 interface.
3535
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the insertion order.
3636
* `optimizationObjective` (*type:* `String.t`, *default:* `nil`) - Optional. The optimization objective of the insertion order. **This field is only available to allowlisted customers.** If a customer is not allowlisted, this field will be null and attempts to set it will return an error.
37-
* `pacing` (*type:* `GoogleApi.DisplayVideo.V3.Model.Pacing.t`, *default:* `nil`) - Required. The budget spending speed setting of the insertion order. *Warning*: Starting on **November 5, 2024**, pacing_type `PACING_TYPE_ASAP` will no longer be compatible with pacing_period `PACING_PERIOD_FLIGHT`. [Read more about this announced change](/display-video/api/deprecations#features.io_asap).
37+
* `pacing` (*type:* `GoogleApi.DisplayVideo.V3.Model.Pacing.t`, *default:* `nil`) - Required. The budget spending speed setting of the insertion order. pacing_type `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`.
3838
* `partnerCosts` (*type:* `list(GoogleApi.DisplayVideo.V3.Model.PartnerCost.t)`, *default:* `nil`) - The partner costs associated with the insertion order. If absent or empty in CreateInsertionOrder method, the newly created insertion order will inherit partner costs from the partner settings.
3939
* `reservationType` (*type:* `String.t`, *default:* `nil`) - Output only. The reservation type of the insertion order.
4040
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The timestamp when the insertion order was last updated. Assigned by the system.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.DisplayVideo.V3.Model.Pacing do
2424
* `dailyMaxImpressions` (*type:* `String.t`, *default:* `nil`) - Maximum number of impressions to serve every day. Applicable when the budget is impression based. Must be greater than 0.
2525
* `dailyMaxMicros` (*type:* `String.t`, *default:* `nil`) - Maximum currency amount to spend every day in micros of advertiser's currency. Applicable when the budget is currency based. Must be greater than 0. For example, for 1.5 standard unit of the currency, set this field to 1500000. The value assigned will be rounded to whole billable units for the relevant currency by the following rules: any positive value less than a single billable unit will be rounded up to one billable unit and any value larger than a single billable unit will be rounded down to the nearest billable value. For example, if the currency's billable unit is 0.01, and this field is set to 10257770, it will round down to 10250000, a value of 10.25. If set to 505, it will round up to 10000, a value of 0.01.
2626
* `pacingPeriod` (*type:* `String.t`, *default:* `nil`) - Required. The time period in which the pacing budget will be spent. When automatic budget allocation is enabled at the insertion order via automationType, this field is output only and defaults to `PACING_PERIOD_FLIGHT`.
27-
* `pacingType` (*type:* `String.t`, *default:* `nil`) - Required. The type of pacing that defines how the budget amount will be spent across the pacing_period. *Warning*: Starting on **November 5, 2024**, `PACING_TYPE_ASAP` will no longer be compatible with pacing_period `PACING_PERIOD_FLIGHT` for insertion orders. [Read more about this announced change](/display-video/api/deprecations#features.io_asap).
27+
* `pacingType` (*type:* `String.t`, *default:* `nil`) - Required. The type of pacing that defines how the budget amount will be spent across the pacing_period. `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT` for insertion orders.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

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.1"
21+
@version "0.38.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)