google-apis-displayvideo_v4 0.23.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9539610e402f549f4ae9e109f6bce116a45c4bcc4979dc651dafae221947f23b
4
- data.tar.gz: eadce7c7c9d8d3192fbaf155efc001720b4d8147ab3ae8092de91003ce164ec5
3
+ metadata.gz: 196f5f7287c0ac0372eb22414ea9ec685a1ef93ab4a14122d3d895c74a791d43
4
+ data.tar.gz: e3a0096f5b33fc276ef44cb8a8d516437ed7c092f7fa56f605f967fd21808b29
5
5
  SHA512:
6
- metadata.gz: 7ff1a4740faa44c03b12d64ff4e1d54e6605b3cf8b7dbc04d73645ae992214e02674aca24aafd145254d0a44c4ba92059bbebb0e5ae5f3ee2f024024a2bc0f1a
7
- data.tar.gz: 143159492d2922ef8212e09a27564f7f16113b63e2b89504a0d508a45d49930ea4475f5eb1bf577aa0ea6b5f1a098211229318c08a5ed8a09b73b36894ff43fe
6
+ metadata.gz: '079e01d025d2126ff3955d8074dae02f6c2ce20c7832567963e76f437bad310d605f1ecc2f12560cb22a86f65d57875a9201ebeb46207fa532a6134318b27413'
7
+ data.tar.gz: e5aed96c9594bdb58fc3eb11363b2546da472a1cc8c8551848962e8eccb7ad2cfb615a8c075ca2e9ba71270908c82fe13d372f95a92ffffee50c20b9813d316b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.24.0 (2026-07-19)
4
+
5
+ * Regenerated from discovery document revision 20260714
6
+
3
7
  ### v0.23.0 (2026-07-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20260708
@@ -1327,6 +1327,21 @@ module Google
1327
1327
  # @return [Google::Apis::DisplayvideoV4::AdvertiserDataAccessConfig]
1328
1328
  attr_accessor :data_access_config
1329
1329
 
1330
+ # Optional. The default business name for the advertiser. This is the value used
1331
+ # by YouTube and Demand Gen ads under this advertiser if a business name is not
1332
+ # provided.
1333
+ # Corresponds to the JSON property `defaultBusinessName`
1334
+ # @return [String]
1335
+ attr_accessor :default_business_name
1336
+
1337
+ # Optional. The asset ID of the default logo image for the advertiser. This is
1338
+ # the asset ID that will be used by YouTube and Demand ads under this advertiser
1339
+ # if a logo asset is not provided. You must use advertisers.adAssets.upload to
1340
+ # upload this asset using the API.
1341
+ # Corresponds to the JSON property `defaultLogoAssetId`
1342
+ # @return [Fixnum]
1343
+ attr_accessor :default_logo_asset_id
1344
+
1330
1345
  # Required. The display name of the advertiser. Must be UTF-8 encoded with a
1331
1346
  # maximum size of 240 bytes.
1332
1347
  # Corresponds to the JSON property `displayName`
@@ -1397,6 +1412,8 @@ module Google
1397
1412
  @contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
1398
1413
  @creative_config = args[:creative_config] if args.key?(:creative_config)
1399
1414
  @data_access_config = args[:data_access_config] if args.key?(:data_access_config)
1415
+ @default_business_name = args[:default_business_name] if args.key?(:default_business_name)
1416
+ @default_logo_asset_id = args[:default_logo_asset_id] if args.key?(:default_logo_asset_id)
1400
1417
  @display_name = args[:display_name] if args.key?(:display_name)
1401
1418
  @entity_status = args[:entity_status] if args.key?(:entity_status)
1402
1419
  @general_config = args[:general_config] if args.key?(:general_config)
@@ -6590,9 +6607,9 @@ module Google
6590
6607
  class DemandGenCarouselAd
6591
6608
  include Google::Apis::Core::Hashable
6592
6609
 
6593
- # Required. The business name shown on the ad. *Warning*: Starting **July 13,
6594
- # 2026**, this setting will no longer be required if a default value is set at
6595
- # the advertiser level. If left unset, the default value will be applied.
6610
+ # Optional. The business name shown on the ad. This setting is required unless a
6611
+ # default value is set at the advertiser level. If left unset, the default value
6612
+ # will be applied.
6596
6613
  # Corresponds to the JSON property `businessName`
6597
6614
  # @return [String]
6598
6615
  attr_accessor :business_name
@@ -6667,9 +6684,9 @@ module Google
6667
6684
  class DemandGenImageAd
6668
6685
  include Google::Apis::Core::Hashable
6669
6686
 
6670
- # Required. The business name shown on the ad. *Warning*: Starting **July 13,
6671
- # 2026**, this setting will no longer be required if a default value is set at
6672
- # the advertiser level. If left unset, the default value will be applied.
6687
+ # Optional. The business name shown on the ad. This setting is required unless a
6688
+ # default value is set at the advertiser level. If left unset, the default value
6689
+ # will be applied.
6673
6690
  # Corresponds to the JSON property `businessName`
6674
6691
  # @return [String]
6675
6692
  attr_accessor :business_name
@@ -6712,9 +6729,9 @@ module Google
6712
6729
  # @return [Array<String>]
6713
6730
  attr_accessor :headlines
6714
6731
 
6715
- # The list of logo images shown on the ad. *Warning*: Starting **July 13, 2026**,
6716
- # this setting will no longer be required if a default value is set at the
6717
- # advertiser level. If left unset, the default value will be applied.
6732
+ # The list of logo images shown on the ad. This setting is required unless a
6733
+ # default value is set at the advertiser level. If left unset, the default value
6734
+ # will be applied.
6718
6735
  # Corresponds to the JSON property `logoImages`
6719
6736
  # @return [Array<Google::Apis::DisplayvideoV4::ImageAsset>]
6720
6737
  attr_accessor :logo_images
@@ -6771,9 +6788,9 @@ module Google
6771
6788
  class DemandGenProductAd
6772
6789
  include Google::Apis::Core::Hashable
6773
6790
 
6774
- # Required. The business name shown on the ad. *Warning*: Starting **July 13,
6775
- # 2026**, this setting will no longer be required if a default value is set at
6776
- # the advertiser level. If left unset, the default value will be applied.
6791
+ # Optional. The business name shown on the ad. This setting is required unless a
6792
+ # default value is set at the advertiser level. If left unset, the default value
6793
+ # will be applied.
6777
6794
  # Corresponds to the JSON property `businessName`
6778
6795
  # @return [String]
6779
6796
  attr_accessor :business_name
@@ -6898,9 +6915,9 @@ module Google
6898
6915
  class DemandGenVideoAd
6899
6916
  include Google::Apis::Core::Hashable
6900
6917
 
6901
- # Required. The business name shown on the ad. *Warning*: Starting **July 13,
6902
- # 2026**, this setting will no longer be required if a default value is set at
6903
- # the advertiser level. If left unset, the default value will be applied.
6918
+ # Optional. The business name shown on the ad. This setting is required unless a
6919
+ # default value is set at the advertiser level. If left unset, the default value
6920
+ # will be applied.
6904
6921
  # Corresponds to the JSON property `businessName`
6905
6922
  # @return [String]
6906
6923
  attr_accessor :business_name
@@ -12687,10 +12704,10 @@ module Google
12687
12704
  # @return [Array<String>]
12688
12705
  attr_accessor :genders
12689
12706
 
12690
- # Output only. Targetable network for the ad product.
12691
- # Corresponds to the JSON property `network`
12692
- # @return [String]
12693
- attr_accessor :network
12707
+ # Output only. Targetable networks for the ad product.
12708
+ # Corresponds to the JSON property `networks`
12709
+ # @return [Array<String>]
12710
+ attr_accessor :networks
12694
12711
 
12695
12712
  # Surface targeting rules.
12696
12713
  # Corresponds to the JSON property `surfaceTargetingCombinations`
@@ -12712,7 +12729,7 @@ module Google
12712
12729
  @default_youtube_select_lineup = args[:default_youtube_select_lineup] if args.key?(:default_youtube_select_lineup)
12713
12730
  @devices = args[:devices] if args.key?(:devices)
12714
12731
  @genders = args[:genders] if args.key?(:genders)
12715
- @network = args[:network] if args.key?(:network)
12732
+ @networks = args[:networks] if args.key?(:networks)
12716
12733
  @surface_targeting_combinations = args[:surface_targeting_combinations] if args.key?(:surface_targeting_combinations)
12717
12734
  @youtube_select_lineups = args[:youtube_select_lineups] if args.key?(:youtube_select_lineups)
12718
12735
  end
@@ -14521,9 +14538,7 @@ module Google
14521
14538
  # Optional. The third-party vendors measuring brand lift. The following third-
14522
14539
  # party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `
14523
14540
  # THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_INTAGE` * `
14524
- # THIRD_PARTY_VENDOR_NIELSEN` * `THIRD_PARTY_VENDOR_MACROMILL` *Warning*:
14525
- # Starting **July 13, 2026**, this field will no longer support `
14526
- # THIRD_PARTY_VENDOR_NIELSEN`.
14541
+ # THIRD_PARTY_VENDOR_MACROMILL`
14527
14542
  # Corresponds to the JSON property `brandLiftVendorConfigs`
14528
14543
  # @return [Array<Google::Apis::DisplayvideoV4::ThirdPartyVendorConfig>]
14529
14544
  attr_accessor :brand_lift_vendor_configs
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV4
18
18
  # Version of the google-apis-displayvideo_v4 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260708"
25
+ REVISION = "20260714"
26
26
  end
27
27
  end
28
28
  end
@@ -2893,6 +2893,8 @@ module Google
2893
2893
 
2894
2894
  property :data_access_config, as: 'dataAccessConfig', class: Google::Apis::DisplayvideoV4::AdvertiserDataAccessConfig, decorator: Google::Apis::DisplayvideoV4::AdvertiserDataAccessConfig::Representation
2895
2895
 
2896
+ property :default_business_name, as: 'defaultBusinessName'
2897
+ property :default_logo_asset_id, :numeric_string => true, as: 'defaultLogoAssetId'
2896
2898
  property :display_name, as: 'displayName'
2897
2899
  property :entity_status, as: 'entityStatus'
2898
2900
  property :general_config, as: 'generalConfig', class: Google::Apis::DisplayvideoV4::AdvertiserGeneralConfig, decorator: Google::Apis::DisplayvideoV4::AdvertiserGeneralConfig::Representation
@@ -5933,7 +5935,7 @@ module Google
5933
5935
 
5934
5936
  collection :devices, as: 'devices'
5935
5937
  collection :genders, as: 'genders'
5936
- property :network, as: 'network'
5938
+ collection :networks, as: 'networks'
5937
5939
  property :surface_targeting_combinations, as: 'surfaceTargetingCombinations', class: Google::Apis::DisplayvideoV4::SurfaceTargetingCombinations, decorator: Google::Apis::DisplayvideoV4::SurfaceTargetingCombinations::Representation
5938
5940
 
5939
5941
  collection :youtube_select_lineups, as: 'youtubeSelectLineups', class: Google::Apis::DisplayvideoV4::YouTubeSelectLineUp, decorator: Google::Apis::DisplayvideoV4::YouTubeSelectLineUp::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4
62
62
  rdoc_options: []
63
63
  require_paths: