google-apis-displayvideo_v3 0.32.0 → 0.34.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: 6462ef34c1c6e64b5c95b722ed72b7b0de0c4e4631c489b5fc417bedfee4e70a
4
- data.tar.gz: 9a204776142cc9d2d87db3b5fb9658dc7b396e4e4840d8ba1c1d14db2aec6a39
3
+ metadata.gz: c52b51e155e35fb1558c8202079b196809c0a29bda52bc68faf8a2f052b6ee8c
4
+ data.tar.gz: c0f0dfc34854ec0faf8d8891c143ffea2bb41582df97e326bb48dadbf0e2a0a9
5
5
  SHA512:
6
- metadata.gz: daf108018c168267381f3938e6d9f884f1d4cab00eab9b22bcf1c5ae6a3c7c58bb9cc72c9e8ef921e44698bb64928b58647171b5e7ca6fec27526f8b02ba2ffe
7
- data.tar.gz: ec0dd089cc540c22a0baa8d9adb97b7e62398aeee912919d1590bf4425852b7f3cf073aace8687b0caa6651dc4d084e6d4527a78f30e79d996efb09813c6e6a9
6
+ metadata.gz: 49e068b70950789170d11926253039564ded9c793c3820565c810f86dfcf8321be27c9188742def23148daa5c796e843f75d4ca75a14798343643198d11558d5
7
+ data.tar.gz: ea8ac638f1610143a53e3d889b798659e4d594b7f26388e45359280932ffd2b99fe8367ac8bc0fcdd0259fb27f07f75f9a9167ada429c1e597bcfb43193f610a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.34.0 (2025-09-28)
4
+
5
+ * Regenerated from discovery document revision 20250925
6
+
7
+ ### v0.33.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250819
10
+
3
11
  ### v0.32.0 (2025-08-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20250812
@@ -446,6 +446,17 @@ module Google
446
446
  # @return [Google::Apis::DisplayvideoV3::AdvertiserBillingConfig]
447
447
  attr_accessor :billing_config
448
448
 
449
+ # Optional. Whether this advertiser contains line items that serve European
450
+ # Union political ads. If this field is set to `
451
+ # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING`, then the following will happen: *
452
+ # Any new line items created under this advertiser will be assigned `
453
+ # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. * Any
454
+ # existing line items under this advertiser that do not have a set value be
455
+ # updated to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` within a day.
456
+ # Corresponds to the JSON property `containsEuPoliticalAds`
457
+ # @return [String]
458
+ attr_accessor :contains_eu_political_ads
459
+
449
460
  # Creatives related settings of an advertiser.
450
461
  # Corresponds to the JSON property `creativeConfig`
451
462
  # @return [Google::Apis::DisplayvideoV3::AdvertiserCreativeConfig]
@@ -523,6 +534,7 @@ module Google
523
534
  @ad_server_config = args[:ad_server_config] if args.key?(:ad_server_config)
524
535
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
525
536
  @billing_config = args[:billing_config] if args.key?(:billing_config)
537
+ @contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
526
538
  @creative_config = args[:creative_config] if args.key?(:creative_config)
527
539
  @data_access_config = args[:data_access_config] if args.key?(:data_access_config)
528
540
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -851,6 +863,21 @@ module Google
851
863
  attr_accessor :bool_value
852
864
  alias_method :bool_value?, :bool_value
853
865
 
866
+ # Video content duration value.
867
+ # Corresponds to the JSON property `contentDurationValue`
868
+ # @return [String]
869
+ attr_accessor :content_duration_value
870
+
871
+ # Video genre id value.
872
+ # Corresponds to the JSON property `contentGenreIdValue`
873
+ # @return [Fixnum]
874
+ attr_accessor :content_genre_id_value
875
+
876
+ # Video delivery type value.
877
+ # Corresponds to the JSON property `contentStreamTypeValue`
878
+ # @return [String]
879
+ attr_accessor :content_stream_type_value
880
+
854
881
  # Dimensions.
855
882
  # Corresponds to the JSON property `creativeDimensionValue`
856
883
  # @return [Google::Apis::DisplayvideoV3::Dimensions]
@@ -908,6 +935,9 @@ module Google
908
935
  # Update properties of this object
909
936
  def update!(**args)
910
937
  @bool_value = args[:bool_value] if args.key?(:bool_value)
938
+ @content_duration_value = args[:content_duration_value] if args.key?(:content_duration_value)
939
+ @content_genre_id_value = args[:content_genre_id_value] if args.key?(:content_genre_id_value)
940
+ @content_stream_type_value = args[:content_stream_type_value] if args.key?(:content_stream_type_value)
911
941
  @creative_dimension_value = args[:creative_dimension_value] if args.key?(:creative_dimension_value)
912
942
  @day_and_time_value = args[:day_and_time_value] if args.key?(:day_and_time_value)
913
943
  @device_type_value = args[:device_type_value] if args.key?(:device_type_value)
@@ -2951,8 +2981,7 @@ module Google
2951
2981
  attr_accessor :target_line_item
2952
2982
 
2953
2983
  # Required. A field mask identifying which fields to update. Only the following
2954
- # fields are currently supported: * entityStatus *
2955
- # containsEuPoliticalAdvertising
2984
+ # fields are currently supported: * entityStatus * containsEuPoliticalAds
2956
2985
  # Corresponds to the JSON property `updateMask`
2957
2986
  # @return [String]
2958
2987
  attr_accessor :update_mask
@@ -5822,6 +5851,17 @@ module Google
5822
5851
  class DuplicateLineItemRequest
5823
5852
  include Google::Apis::Core::Hashable
5824
5853
 
5854
+ # Whether this line item will serve European Union political ads. If
5855
+ # contains_eu_political_ads has been set to `
5856
+ # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
5857
+ # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
5858
+ # otherwise specified. This field can then be updated using the UI, API, or
5859
+ # Structured Data Files. This field must be assigned when creating a new line
5860
+ # item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
5861
+ # Corresponds to the JSON property `containsEuPoliticalAds`
5862
+ # @return [String]
5863
+ attr_accessor :contains_eu_political_ads
5864
+
5825
5865
  # The display name of the new line item. Must be UTF-8 encoded with a maximum
5826
5866
  # size of 240 bytes.
5827
5867
  # Corresponds to the JSON property `targetDisplayName`
@@ -5834,6 +5874,7 @@ module Google
5834
5874
 
5835
5875
  # Update properties of this object
5836
5876
  def update!(**args)
5877
+ @contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
5837
5878
  @target_display_name = args[:target_display_name] if args.key?(:target_display_name)
5838
5879
  end
5839
5880
  end
@@ -6742,6 +6783,17 @@ module Google
6742
6783
  class GenerateDefaultLineItemRequest
6743
6784
  include Google::Apis::Core::Hashable
6744
6785
 
6786
+ # Whether this line item will serve European Union political ads. If
6787
+ # contains_eu_political_ads has been set to `
6788
+ # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
6789
+ # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
6790
+ # otherwise specified. This field can then be updated using the UI, API, or
6791
+ # Structured Data Files. This field must be assigned when creating a new line
6792
+ # item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
6793
+ # Corresponds to the JSON property `containsEuPoliticalAds`
6794
+ # @return [String]
6795
+ attr_accessor :contains_eu_political_ads
6796
+
6745
6797
  # Required. The display name of the line item. Must be UTF-8 encoded with a
6746
6798
  # maximum size of 240 bytes.
6747
6799
  # Corresponds to the JSON property `displayName`
@@ -6769,6 +6821,7 @@ module Google
6769
6821
 
6770
6822
  # Update properties of this object
6771
6823
  def update!(**args)
6824
+ @contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
6772
6825
  @display_name = args[:display_name] if args.key?(:display_name)
6773
6826
  @insertion_order_id = args[:insertion_order_id] if args.key?(:insertion_order_id)
6774
6827
  @line_item_type = args[:line_item_type] if args.key?(:line_item_type)
@@ -8357,6 +8410,17 @@ module Google
8357
8410
  # @return [Fixnum]
8358
8411
  attr_accessor :campaign_id
8359
8412
 
8413
+ # Whether this line item will serve European Union political ads. If
8414
+ # contains_eu_political_ads has been set to `
8415
+ # DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
8416
+ # field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
8417
+ # otherwise specified. This field can then be updated using the UI, API, or
8418
+ # Structured Data Files. This field must be assigned when creating a new line
8419
+ # item. Otherwise, **the `advertisers.lineItems.create` request will fail**.
8420
+ # Corresponds to the JSON property `containsEuPoliticalAds`
8421
+ # @return [String]
8422
+ attr_accessor :contains_eu_political_ads
8423
+
8360
8424
  # Settings that control how conversions are counted. All post-click conversions
8361
8425
  # will be counted. A percentage value can be set for post-view conversions
8362
8426
  # counting.
@@ -8491,6 +8555,7 @@ module Google
8491
8555
  @bid_strategy = args[:bid_strategy] if args.key?(:bid_strategy)
8492
8556
  @budget = args[:budget] if args.key?(:budget)
8493
8557
  @campaign_id = args[:campaign_id] if args.key?(:campaign_id)
8558
+ @contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
8494
8559
  @conversion_counting = args[:conversion_counting] if args.key?(:conversion_counting)
8495
8560
  @creative_ids = args[:creative_ids] if args.key?(:creative_ids)
8496
8561
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -12965,9 +13030,10 @@ module Google
12965
13030
  # The value used by the bidding strategy. When the bidding strategy is assigned
12966
13031
  # at the line item level, this field is only applicable for the following
12967
13032
  # strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
12968
- # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding
12969
- # strategy is assigned at the ad group level, this field is only applicable for
12970
- # the following strategy types: * `
13033
+ # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` * `
13034
+ # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the
13035
+ # bidding strategy is assigned at the ad group level, this field is only
13036
+ # applicable for the following strategy types: * `
12971
13037
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `
12972
13038
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `
12973
13039
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV3
18
18
  # Version of the google-apis-displayvideo_v3 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.34.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 = "20250812"
25
+ REVISION = "20250925"
26
26
  end
27
27
  end
28
28
  end
@@ -2175,6 +2175,7 @@ module Google
2175
2175
  property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2176
2176
  property :billing_config, as: 'billingConfig', class: Google::Apis::DisplayvideoV3::AdvertiserBillingConfig, decorator: Google::Apis::DisplayvideoV3::AdvertiserBillingConfig::Representation
2177
2177
 
2178
+ property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
2178
2179
  property :creative_config, as: 'creativeConfig', class: Google::Apis::DisplayvideoV3::AdvertiserCreativeConfig, decorator: Google::Apis::DisplayvideoV3::AdvertiserCreativeConfig::Representation
2179
2180
 
2180
2181
  property :data_access_config, as: 'dataAccessConfig', class: Google::Apis::DisplayvideoV3::AdvertiserDataAccessConfig, decorator: Google::Apis::DisplayvideoV3::AdvertiserDataAccessConfig::Representation
@@ -2283,6 +2284,9 @@ module Google
2283
2284
  # @private
2284
2285
  class Representation < Google::Apis::Core::JsonRepresentation
2285
2286
  property :bool_value, as: 'boolValue'
2287
+ property :content_duration_value, as: 'contentDurationValue'
2288
+ property :content_genre_id_value, :numeric_string => true, as: 'contentGenreIdValue'
2289
+ property :content_stream_type_value, as: 'contentStreamTypeValue'
2286
2290
  property :creative_dimension_value, as: 'creativeDimensionValue', class: Google::Apis::DisplayvideoV3::Dimensions, decorator: Google::Apis::DisplayvideoV3::Dimensions::Representation
2287
2291
 
2288
2292
  property :day_and_time_value, as: 'dayAndTimeValue', class: Google::Apis::DisplayvideoV3::DayAndTime, decorator: Google::Apis::DisplayvideoV3::DayAndTime::Representation
@@ -3621,6 +3625,7 @@ module Google
3621
3625
  class DuplicateLineItemRequest
3622
3626
  # @private
3623
3627
  class Representation < Google::Apis::Core::JsonRepresentation
3628
+ property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
3624
3629
  property :target_display_name, as: 'targetDisplayName'
3625
3630
  end
3626
3631
  end
@@ -3867,6 +3872,7 @@ module Google
3867
3872
  class GenerateDefaultLineItemRequest
3868
3873
  # @private
3869
3874
  class Representation < Google::Apis::Core::JsonRepresentation
3875
+ property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
3870
3876
  property :display_name, as: 'displayName'
3871
3877
  property :insertion_order_id, :numeric_string => true, as: 'insertionOrderId'
3872
3878
  property :line_item_type, as: 'lineItemType'
@@ -4273,6 +4279,7 @@ module Google
4273
4279
  property :budget, as: 'budget', class: Google::Apis::DisplayvideoV3::LineItemBudget, decorator: Google::Apis::DisplayvideoV3::LineItemBudget::Representation
4274
4280
 
4275
4281
  property :campaign_id, :numeric_string => true, as: 'campaignId'
4282
+ property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
4276
4283
  property :conversion_counting, as: 'conversionCounting', class: Google::Apis::DisplayvideoV3::ConversionCountingConfig, decorator: Google::Apis::DisplayvideoV3::ConversionCountingConfig::Representation
4277
4284
 
4278
4285
  collection :creative_ids, as: 'creativeIds'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.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_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.34.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
62
62
  rdoc_options: []
63
63
  require_paths: