Skip to content

Commit f24f3f6

Browse files
feat: Automated regeneration of displayvideo v2 client (googleapis#27403)
Auto-created at 2026-07-19 11:44:33 +0000 using the toys pull request generator.
1 parent 50d7d4d commit f24f3f6

5 files changed

Lines changed: 28 additions & 5 deletions

File tree

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253149,6 +253149,8 @@
253149253149
"/displayvideo:v2/Advertiser/containsEuPoliticalAds": contains_eu_political_ads
253150253150
"/displayvideo:v2/Advertiser/creativeConfig": creative_config
253151253151
"/displayvideo:v2/Advertiser/dataAccessConfig": data_access_config
253152+
"/displayvideo:v2/Advertiser/defaultBusinessName": default_business_name
253153+
"/displayvideo:v2/Advertiser/defaultLogoAssetId": default_logo_asset_id
253152253154
"/displayvideo:v2/Advertiser/displayName": display_name
253153253155
"/displayvideo:v2/Advertiser/entityStatus": entity_status
253154253156
"/displayvideo:v2/Advertiser/generalConfig": general_config

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.62.0 (2026-07-19)
4+
5+
* Regenerated from discovery document revision 20260714
6+
37
### v0.61.0 (2026-07-12)
48

59
* Regenerated from discovery document revision 20260630

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,21 @@ class Advertiser
165165
# @return [Google::Apis::DisplayvideoV2::AdvertiserDataAccessConfig]
166166
attr_accessor :data_access_config
167167

168+
# Optional. The default business name for the advertiser. This is the value used
169+
# by YouTube and Demand Gen ads under this advertiser if a business name is not
170+
# provided.
171+
# Corresponds to the JSON property `defaultBusinessName`
172+
# @return [String]
173+
attr_accessor :default_business_name
174+
175+
# Optional. The asset ID of the default logo image for the advertiser. This is
176+
# the asset ID that will be used by YouTube and Demand ads under this advertiser
177+
# if a logo asset is not provided. You must use advertisers.adAssets.upload to
178+
# upload this asset using the API.
179+
# Corresponds to the JSON property `defaultLogoAssetId`
180+
# @return [Fixnum]
181+
attr_accessor :default_logo_asset_id
182+
168183
# Required. The display name of the advertiser. Must be UTF-8 encoded with a
169184
# maximum size of 240 bytes.
170185
# Corresponds to the JSON property `displayName`
@@ -234,6 +249,8 @@ def update!(**args)
234249
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
235250
@creative_config = args[:creative_config] if args.key?(:creative_config)
236251
@data_access_config = args[:data_access_config] if args.key?(:data_access_config)
252+
@default_business_name = args[:default_business_name] if args.key?(:default_business_name)
253+
@default_logo_asset_id = args[:default_logo_asset_id] if args.key?(:default_logo_asset_id)
237254
@display_name = args[:display_name] if args.key?(:display_name)
238255
@entity_status = args[:entity_status] if args.key?(:entity_status)
239256
@general_config = args[:general_config] if args.key?(:general_config)
@@ -10352,9 +10369,7 @@ class ThirdPartyMeasurementConfigs
1035210369
# Optional. The third-party vendors measuring brand lift. The following third-
1035310370
# party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `
1035410371
# THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_INTAGE` * `
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`.
10372+
# THIRD_PARTY_VENDOR_MACROMILL`
1035810373
# Corresponds to the JSON property `brandLiftVendorConfigs`
1035910374
# @return [Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>]
1036010375
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.61.0"
19+
GEM_VERSION = "0.62.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 = "20260630"
25+
REVISION = "20260714"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
18711871

18721872
property :data_access_config, as: 'dataAccessConfig', class: Google::Apis::DisplayvideoV2::AdvertiserDataAccessConfig, decorator: Google::Apis::DisplayvideoV2::AdvertiserDataAccessConfig::Representation
18731873

1874+
property :default_business_name, as: 'defaultBusinessName'
1875+
property :default_logo_asset_id, :numeric_string => true, as: 'defaultLogoAssetId'
18741876
property :display_name, as: 'displayName'
18751877
property :entity_status, as: 'entityStatus'
18761878
property :general_config, as: 'generalConfig', class: Google::Apis::DisplayvideoV2::AdvertiserGeneralConfig, decorator: Google::Apis::DisplayvideoV2::AdvertiserGeneralConfig::Representation

0 commit comments

Comments
 (0)