google-apis-dfareporting_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: ed4890d365b3c459b93e211682ad7fb50d9282aa33ba1ed5fcc3f9f9d7064d04
4
- data.tar.gz: b6c7935737d6f8c4cf770d21643a2c74e99dde21a7a207130e88cbc624239995
3
+ metadata.gz: ccbbfbf93801cea138049748b612b62359ab63923166940b76e3dd6bba46d27a
4
+ data.tar.gz: 06bb0c6aeb6f7ccaa96118701365c4a9557cf59e1fc39e57b27911d8e35109d2
5
5
  SHA512:
6
- metadata.gz: 2fce9df78673a3c281e07142fdf4c58b5e104be7b79bfcb6d5d300b582562449cfed34d32af2c807b973ca589eb7625bf116055d0d33ffd47a786d79733424e0
7
- data.tar.gz: 0abf70c0af6853afd7c387794c675d927cc826af03e2183c603dfb8922a4130c82494dc9856b2eacbf017f6ad93511e9769fd76b690b6639cd6bcd2169b93ca2
6
+ metadata.gz: ebf88cf80111e7946db3cf2b339630b213db1ff5c6e49f6d95b15ff153124422883562e95ba3d455230f03546b642176c2efb46e29f10a24f29b8a31215436ea
7
+ data.tar.gz: a6491990b42d19262fc49efa6656ee9336e21d6e498cd7df5064558997e27220b1014548fcc70a797de693f78095dfda7a132428f24f3bac15f823c92ea631eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dfareporting_v4
2
2
 
3
+ ### v0.24.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250902
6
+
3
7
  ### v0.23.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250828
@@ -9768,6 +9768,12 @@ module Google
9768
9768
  # @return [Google::Apis::DfareportingV4::DimensionValue]
9769
9769
  attr_accessor :advertiser_id_dimension_value
9770
9770
 
9771
+ # Optional. Whether the placement is enabled for YouTube integration.
9772
+ # Corresponds to the JSON property `allowOnYoutube`
9773
+ # @return [Boolean]
9774
+ attr_accessor :allow_on_youtube
9775
+ alias_method :allow_on_youtube?, :allow_on_youtube
9776
+
9771
9777
  # Campaign ID of this placement. This field is a required field on insertion.
9772
9778
  # Corresponds to the JSON property `campaignId`
9773
9779
  # @return [Fixnum]
@@ -10007,6 +10013,11 @@ module Google
10007
10013
  attr_accessor :wrapping_opt_out
10008
10014
  alias_method :wrapping_opt_out?, :wrapping_opt_out
10009
10015
 
10016
+ # Contains the YouTube settings.
10017
+ # Corresponds to the JSON property `youtubeSettings`
10018
+ # @return [Google::Apis::DfareportingV4::YoutubeSettings]
10019
+ attr_accessor :youtube_settings
10020
+
10010
10021
  def initialize(**args)
10011
10022
  update!(**args)
10012
10023
  end
@@ -10020,6 +10031,7 @@ module Google
10020
10031
  @additional_sizes = args[:additional_sizes] if args.key?(:additional_sizes)
10021
10032
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
10022
10033
  @advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value)
10034
+ @allow_on_youtube = args[:allow_on_youtube] if args.key?(:allow_on_youtube)
10023
10035
  @campaign_id = args[:campaign_id] if args.key?(:campaign_id)
10024
10036
  @campaign_id_dimension_value = args[:campaign_id_dimension_value] if args.key?(:campaign_id_dimension_value)
10025
10037
  @comment = args[:comment] if args.key?(:comment)
@@ -10059,6 +10071,7 @@ module Google
10059
10071
  @video_settings = args[:video_settings] if args.key?(:video_settings)
10060
10072
  @vpaid_adapter_choice = args[:vpaid_adapter_choice] if args.key?(:vpaid_adapter_choice)
10061
10073
  @wrapping_opt_out = args[:wrapping_opt_out] if args.key?(:wrapping_opt_out)
10074
+ @youtube_settings = args[:youtube_settings] if args.key?(:youtube_settings)
10062
10075
  end
10063
10076
  end
10064
10077
 
@@ -14411,6 +14424,57 @@ module Google
14411
14424
  @transcode_settings = args[:transcode_settings] if args.key?(:transcode_settings)
14412
14425
  end
14413
14426
  end
14427
+
14428
+ # Contains the YouTube settings.
14429
+ class YoutubeSettings
14430
+ include Google::Apis::Core::Hashable
14431
+
14432
+ # Optional. The IDs of the creatives to use for the business logo. Currently
14433
+ # only one creative is supported.
14434
+ # Corresponds to the JSON property `businessLogoCreativeIds`
14435
+ # @return [Array<Fixnum>]
14436
+ attr_accessor :business_logo_creative_ids
14437
+
14438
+ # Optional. The business name.
14439
+ # Corresponds to the JSON property `businessName`
14440
+ # @return [String]
14441
+ attr_accessor :business_name
14442
+
14443
+ # Optional. The call to actions. Currently only one call to action is supported.
14444
+ # Corresponds to the JSON property `callToActions`
14445
+ # @return [Array<String>]
14446
+ attr_accessor :call_to_actions
14447
+
14448
+ # Optional. The descriptions. Currently only one description is supported.
14449
+ # Corresponds to the JSON property `descriptions`
14450
+ # @return [Array<String>]
14451
+ attr_accessor :descriptions
14452
+
14453
+ # Optional. The headlines associated with the call to actions. Currently only
14454
+ # one headline is supported.
14455
+ # Corresponds to the JSON property `headlines`
14456
+ # @return [Array<String>]
14457
+ attr_accessor :headlines
14458
+
14459
+ # Optional. The long headlines. Currently only one long headline is supported.
14460
+ # Corresponds to the JSON property `longHeadlines`
14461
+ # @return [Array<String>]
14462
+ attr_accessor :long_headlines
14463
+
14464
+ def initialize(**args)
14465
+ update!(**args)
14466
+ end
14467
+
14468
+ # Update properties of this object
14469
+ def update!(**args)
14470
+ @business_logo_creative_ids = args[:business_logo_creative_ids] if args.key?(:business_logo_creative_ids)
14471
+ @business_name = args[:business_name] if args.key?(:business_name)
14472
+ @call_to_actions = args[:call_to_actions] if args.key?(:call_to_actions)
14473
+ @descriptions = args[:descriptions] if args.key?(:descriptions)
14474
+ @headlines = args[:headlines] if args.key?(:headlines)
14475
+ @long_headlines = args[:long_headlines] if args.key?(:long_headlines)
14476
+ end
14477
+ end
14414
14478
  end
14415
14479
  end
14416
14480
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DfareportingV4
18
18
  # Version of the google-apis-dfareporting_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.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250828"
25
+ REVISION = "20250902"
26
26
  end
27
27
  end
28
28
  end
@@ -1660,6 +1660,12 @@ module Google
1660
1660
  include Google::Apis::Core::JsonObjectSupport
1661
1661
  end
1662
1662
 
1663
+ class YoutubeSettings
1664
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1665
+
1666
+ include Google::Apis::Core::JsonObjectSupport
1667
+ end
1668
+
1663
1669
  class Account
1664
1670
  # @private
1665
1671
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4070,6 +4076,7 @@ module Google
4070
4076
  property :advertiser_id, :numeric_string => true, as: 'advertiserId'
4071
4077
  property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV4::DimensionValue, decorator: Google::Apis::DfareportingV4::DimensionValue::Representation
4072
4078
 
4079
+ property :allow_on_youtube, as: 'allowOnYoutube'
4073
4080
  property :campaign_id, :numeric_string => true, as: 'campaignId'
4074
4081
  property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV4::DimensionValue, decorator: Google::Apis::DfareportingV4::DimensionValue::Representation
4075
4082
 
@@ -4124,6 +4131,8 @@ module Google
4124
4131
 
4125
4132
  property :vpaid_adapter_choice, as: 'vpaidAdapterChoice'
4126
4133
  property :wrapping_opt_out, as: 'wrappingOptOut'
4134
+ property :youtube_settings, as: 'youtubeSettings', class: Google::Apis::DfareportingV4::YoutubeSettings, decorator: Google::Apis::DfareportingV4::YoutubeSettings::Representation
4135
+
4127
4136
  end
4128
4137
  end
4129
4138
 
@@ -5286,6 +5295,18 @@ module Google
5286
5295
 
5287
5296
  end
5288
5297
  end
5298
+
5299
+ class YoutubeSettings
5300
+ # @private
5301
+ class Representation < Google::Apis::Core::JsonRepresentation
5302
+ collection :business_logo_creative_ids, as: 'businessLogoCreativeIds'
5303
+ property :business_name, as: 'businessName'
5304
+ collection :call_to_actions, as: 'callToActions'
5305
+ collection :descriptions, as: 'descriptions'
5306
+ collection :headlines, as: 'headlines'
5307
+ collection :long_headlines, as: 'longHeadlines'
5308
+ end
5309
+ end
5289
5310
  end
5290
5311
  end
5291
5312
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dfareporting_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-dfareporting_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4
62
62
  rdoc_options: []
63
63
  require_paths: