Skip to content

Commit ec636a0

Browse files
feat: Automated regeneration of displayvideo v2 client (googleapis#27322)
Auto-created at 2026-07-12 11:23:22 +0000 using the toys pull request generator.
1 parent 12960bb commit ec636a0

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

generated/google-apis-displayvideo_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-displayvideo_v2
22

3+
### v0.61.0 (2026-07-12)
4+
5+
* Regenerated from discovery document revision 20260630
6+
37
### v0.60.0 (2026-06-21)
48

59
* Regenerated from discovery document revision 20260617

generated/google-apis-displayvideo_v2/lib/google/apis/displayvideo_v2/classes.rb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,9 +3357,7 @@ class ConversionCountingConfig
33573357
# attribution model will determine how conversions are counted. The Primary
33583358
# model can be set by you for a floodlight config or group. More details [here](
33593359
# https://support.google.com/displayvideo/answer/7409983). Only applicable to
3360-
# Demand Gen line items. Retrieval and management of Demand Gen resources is
3361-
# currently rolling out. This field will be available to all partners by *June
3362-
# 24, 2026*.
3360+
# Demand Gen line items.
33633361
# Corresponds to the JSON property `primaryAttributionModelId`
33643362
# @return [Fixnum]
33653363
attr_accessor :primary_attribution_model_id
@@ -10012,9 +10010,7 @@ class TargetingExpansionConfig
1001210010
include Google::Apis::Core::Hashable
1001310011

1001410012
# Optional. Whether to exclude demographic expansion for Optimized Targeting.
10015-
# This field can only be set for Demand Gen ad groups. Retrieval and management
10016-
# of Demand Gen resources is currently rolling out. This field will be available
10017-
# to all partners by *June 24, 2026*.
10013+
# This field can only be set for Demand Gen ad groups.
1001810014
# Corresponds to the JSON property `excludeDemographicExpansion`
1001910015
# @return [Boolean]
1002010016
attr_accessor :exclude_demographic_expansion
@@ -10356,7 +10352,9 @@ class ThirdPartyMeasurementConfigs
1035610352
# Optional. The third-party vendors measuring brand lift. The following third-
1035710353
# party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `
1035810354
# THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_INTAGE` * `
10359-
# THIRD_PARTY_VENDOR_NIELSEN` * `THIRD_PARTY_VENDOR_MACROMILL`
10355+
# THIRD_PARTY_VENDOR_NIELSEN` * `THIRD_PARTY_VENDOR_MACROMILL` *Warning*:
10356+
# Starting **July 13, 2026**, this field will no longer support `
10357+
# THIRD_PARTY_VENDOR_NIELSEN`.
1036010358
# Corresponds to the JSON property `brandLiftVendorConfigs`
1036110359
# @return [Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>]
1036210360
attr_accessor :brand_lift_vendor_configs

generated/google-apis-displayvideo_v2/lib/google/apis/displayvideo_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DisplayvideoV2
1818
# Version of the google-apis-displayvideo_v2 gem
19-
GEM_VERSION = "0.60.0"
19+
GEM_VERSION = "0.61.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260617"
25+
REVISION = "20260630"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)