google-apis-displayvideo_v3 0.26.0 → 0.28.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: 6b7d1211e81b2ad9cdafb8545232a36408b5d9c38d65510f20ced560276664bd
4
- data.tar.gz: ab5eb112459e0b45c3776f32ebf233e99a06761b781b5e599ed63ff6681bee9b
3
+ metadata.gz: c471ee7a1118fe15192e36940f92b3e2853673e4526626adf17c8af87cdb64e6
4
+ data.tar.gz: 728cff6972e0b1e9d68093090f8ea8636379d632ada7296c6c9e0f21796dbdae
5
5
  SHA512:
6
- metadata.gz: c904ff6c81b0d3ad760464c6f5911e772325eaee36bf2a9be3723e6c08a20f83ff1fb03ceaff562476c1ceaf6d52a8dcb051ab206bb385ff22366e1effadca59
7
- data.tar.gz: fc6a6fe122e163642ed1639aef31c4557ed5bb92534a315dd5ba0b57cede4de0255e7ca1150e0754d6a0513e36a8ea6ac059f35558806ff26bde16dde409f69b
6
+ metadata.gz: fa94042b11ee35b28937abd43c8c9dc702fd635bd5d6c4fc09d4ce3e769d192ff0f0a9569fd605d0c3f4e6ef221039cfee881cef63baa075e4f7ee7971651795
7
+ data.tar.gz: 8af0180955347aff36453e1e00c41f20576ffb06144d75531cdcfc16c04cacb9081a71c83ec01654706df2c74203a113892262c7cd79af5b87d8307a7935b3b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.28.0 (2025-05-11)
4
+
5
+ * Regenerated from discovery document revision 20250501
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.27.0 (2025-04-27)
9
+
10
+ * Regenerated from discovery document revision 20250424
11
+
3
12
  ### v0.26.0 (2025-04-13)
4
13
 
5
14
  * Regenerated from discovery document revision 20250410
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/display-video/) may pr
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -306,7 +306,7 @@ module Google
306
306
  end
307
307
  end
308
308
 
309
- # Details of Adloox brand safety settings.
309
+ # Details of Scope3 (previously known as Adloox) brand safety settings.
310
310
  class Adloox
311
311
  include Google::Apis::Core::Hashable
312
312
 
@@ -345,12 +345,12 @@ module Google
345
345
  # @return [String]
346
346
  attr_accessor :display_iab_viewability
347
347
 
348
- # Adloox categories to exclude.
348
+ # Scope3 categories to exclude.
349
349
  # Corresponds to the JSON property `excludedAdlooxCategories`
350
350
  # @return [Array<String>]
351
351
  attr_accessor :excluded_adloox_categories
352
352
 
353
- # Optional. Adloox's fraud IVT MFA categories to exclude.
353
+ # Optional. Scope3's fraud IVT MFA categories to exclude.
354
354
  # Corresponds to the JSON property `excludedFraudIvtMfaCategories`
355
355
  # @return [Array<String>]
356
356
  attr_accessor :excluded_fraud_ivt_mfa_categories
@@ -811,19 +811,33 @@ module Google
811
811
  class AlgorithmRules
812
812
  include Google::Apis::Core::Hashable
813
813
 
814
+ # Attribution model for the algorithm. This field is only supported for
815
+ # allowlisted partners.
816
+ # Corresponds to the JSON property `attributionModelId`
817
+ # @return [Fixnum]
818
+ attr_accessor :attribution_model_id
819
+
814
820
  # A ruleset consisting of a list of rules and how to aggregate the resulting
815
821
  # values.
816
822
  # Corresponds to the JSON property `impressionSignalRuleset`
817
823
  # @return [Google::Apis::DisplayvideoV3::AlgorithmRulesRuleset]
818
824
  attr_accessor :impression_signal_ruleset
819
825
 
826
+ # A ruleset consisting of a list of rules and how to aggregate the resulting
827
+ # values.
828
+ # Corresponds to the JSON property `postImpressionSignalRuleset`
829
+ # @return [Google::Apis::DisplayvideoV3::AlgorithmRulesRuleset]
830
+ attr_accessor :post_impression_signal_ruleset
831
+
820
832
  def initialize(**args)
821
833
  update!(**args)
822
834
  end
823
835
 
824
836
  # Update properties of this object
825
837
  def update!(**args)
838
+ @attribution_model_id = args[:attribution_model_id] if args.key?(:attribution_model_id)
826
839
  @impression_signal_ruleset = args[:impression_signal_ruleset] if args.key?(:impression_signal_ruleset)
840
+ @post_impression_signal_ruleset = args[:post_impression_signal_ruleset] if args.key?(:post_impression_signal_ruleset)
827
841
  end
828
842
  end
829
843
 
@@ -882,6 +896,11 @@ module Google
882
896
  # @return [String]
883
897
  attr_accessor :string_value
884
898
 
899
+ # Video player size value. This field is only supported for allowlisted partners.
900
+ # Corresponds to the JSON property `videoPlayerSizeValue`
901
+ # @return [String]
902
+ attr_accessor :video_player_size_value
903
+
885
904
  def initialize(**args)
886
905
  update!(**args)
887
906
  end
@@ -898,6 +917,40 @@ module Google
898
917
  @int64_value = args[:int64_value] if args.key?(:int64_value)
899
918
  @on_screen_position_value = args[:on_screen_position_value] if args.key?(:on_screen_position_value)
900
919
  @string_value = args[:string_value] if args.key?(:string_value)
920
+ @video_player_size_value = args[:video_player_size_value] if args.key?(:video_player_size_value)
921
+ end
922
+ end
923
+
924
+ # The rule to score impressions based on Floodlight conversion events.
925
+ class AlgorithmRulesFloodlightActivityConversionSignal
926
+ include Google::Apis::Core::Hashable
927
+
928
+ # Required. The type of conversions to be used in impression value computation,
929
+ # for example, post-click conversions.
930
+ # Corresponds to the JSON property `conversionCounting`
931
+ # @return [String]
932
+ attr_accessor :conversion_counting
933
+
934
+ # Required. The way to acquire value from the floodlight activity, for example,
935
+ # count of the conversion.
936
+ # Corresponds to the JSON property `countingMethod`
937
+ # @return [String]
938
+ attr_accessor :counting_method
939
+
940
+ # Required. Id of the floodlight activity.
941
+ # Corresponds to the JSON property `floodlightActivityId`
942
+ # @return [Fixnum]
943
+ attr_accessor :floodlight_activity_id
944
+
945
+ def initialize(**args)
946
+ update!(**args)
947
+ end
948
+
949
+ # Update properties of this object
950
+ def update!(**args)
951
+ @conversion_counting = args[:conversion_counting] if args.key?(:conversion_counting)
952
+ @counting_method = args[:counting_method] if args.key?(:counting_method)
953
+ @floodlight_activity_id = args[:floodlight_activity_id] if args.key?(:floodlight_activity_id)
901
954
  end
902
955
  end
903
956
 
@@ -991,6 +1044,17 @@ module Google
991
1044
  class AlgorithmRulesSignal
992
1045
  include Google::Apis::Core::Hashable
993
1046
 
1047
+ # Signal based on active views. This field is only supported for allowlisted
1048
+ # partners.
1049
+ # Corresponds to the JSON property `activeViewSignal`
1050
+ # @return [String]
1051
+ attr_accessor :active_view_signal
1052
+
1053
+ # Signal based on clicks. This field is only supported for allowlisted partners.
1054
+ # Corresponds to the JSON property `clickSignal`
1055
+ # @return [String]
1056
+ attr_accessor :click_signal
1057
+
994
1058
  # Signal based on impressions.
995
1059
  # Corresponds to the JSON property `impressionSignal`
996
1060
  # @return [String]
@@ -1002,6 +1066,8 @@ module Google
1002
1066
 
1003
1067
  # Update properties of this object
1004
1068
  def update!(**args)
1069
+ @active_view_signal = args[:active_view_signal] if args.key?(:active_view_signal)
1070
+ @click_signal = args[:click_signal] if args.key?(:click_signal)
1005
1071
  @impression_signal = args[:impression_signal] if args.key?(:impression_signal)
1006
1072
  end
1007
1073
  end
@@ -1045,6 +1111,17 @@ module Google
1045
1111
  class AlgorithmRulesSignalValue
1046
1112
  include Google::Apis::Core::Hashable
1047
1113
 
1114
+ # Signal based on active views. Only `TIME_ON_SCREEN` is supported. This field
1115
+ # is only supported for allowlisted partners.
1116
+ # Corresponds to the JSON property `activeViewSignal`
1117
+ # @return [String]
1118
+ attr_accessor :active_view_signal
1119
+
1120
+ # The rule to score impressions based on Floodlight conversion events.
1121
+ # Corresponds to the JSON property `floodlightActivityConversionSignal`
1122
+ # @return [Google::Apis::DisplayvideoV3::AlgorithmRulesFloodlightActivityConversionSignal]
1123
+ attr_accessor :floodlight_activity_conversion_signal
1124
+
1048
1125
  # Value to use as result.
1049
1126
  # Corresponds to the JSON property `number`
1050
1127
  # @return [Float]
@@ -1056,6 +1133,8 @@ module Google
1056
1133
 
1057
1134
  # Update properties of this object
1058
1135
  def update!(**args)
1136
+ @active_view_signal = args[:active_view_signal] if args.key?(:active_view_signal)
1137
+ @floodlight_activity_conversion_signal = args[:floodlight_activity_conversion_signal] if args.key?(:floodlight_activity_conversion_signal)
1059
1138
  @number = args[:number] if args.key?(:number)
1060
1139
  end
1061
1140
  end
@@ -4142,13 +4221,10 @@ module Google
4142
4221
 
4143
4222
  # The Floodlight activity configs used to track conversions. The number of
4144
4223
  # conversions counted is the sum of all of the conversions counted by all of the
4145
- # Floodlight activity IDs specified in this field. *Warning*: Starting **April 1,
4146
- # 2025**, this field will no longer be writable while a custom bidding
4147
- # algorithm is assigned to the line item. If you set this field and assign a
4148
- # custom bidding algorithm in the same request, the floodlight activities must
4149
- # match the ones used by the custom bidding algorithm. [Read more about this
4150
- # announced change](/display-video/api/deprecations#features.
4151
- # custom_bidding_floodlight).
4224
+ # Floodlight activity IDs specified in this field. This field can't be updated
4225
+ # if a custom bidding algorithm is assigned to the line item. If you set this
4226
+ # field and assign a custom bidding algorithm in the same request, the
4227
+ # floodlight activities must match the ones used by the custom bidding algorithm.
4152
4228
  # Corresponds to the JSON property `floodlightActivityConfigs`
4153
4229
  # @return [Array<Google::Apis::DisplayvideoV3::TrackingFloodlightActivityConfig>]
4154
4230
  attr_accessor :floodlight_activity_configs
@@ -6302,16 +6378,10 @@ module Google
6302
6378
  attr_accessor :gmail_audience_size
6303
6379
 
6304
6380
  # The duration in days that an entry remains in the audience after the
6305
- # qualifying event. If the audience has no expiration, set the value of this
6306
- # field to 10000. Otherwise, the set value must be greater than 0 and less than
6307
- # or equal to 540. Only applicable to first party audiences. This field is
6308
- # required if one of the following audience_type is used: * `
6309
- # CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` *Warning*: Starting
6310
- # on **April 7, 2025**, audiences will no longer be able to have infinite
6311
- # membership duration. This field will no longer accept the value 10000 and all
6312
- # audiences with membership durations greater than 540 days will be updated to a
6313
- # membership duration of 540 days. [Read more about this announced change](/
6314
- # display-video/api/deprecations#features.audience_duration).
6381
+ # qualifying event. The set value must be greater than 0 and less than or equal
6382
+ # to 540. Only applicable to first party audiences. This field is required if
6383
+ # one of the following audience_type is used: * `CUSTOMER_MATCH_CONTACT_INFO` * `
6384
+ # CUSTOMER_MATCH_DEVICE_ID`
6315
6385
  # Corresponds to the JSON property `membershipDurationDays`
6316
6386
  # @return [Fixnum]
6317
6387
  attr_accessor :membership_duration_days
@@ -9682,11 +9752,9 @@ module Google
9682
9752
 
9683
9753
  # The ID of the Custom Bidding Algorithm used by this strategy. Only applicable
9684
9754
  # when performance_goal_type is set to `
9685
- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. *Warning*: Starting **
9686
- # April 1, 2025**, assigning a custom bidding algorithm that uses floodlight
9687
- # activities not identified in floodlightActivityConfigs will return an error. [
9688
- # Read more about this announced change](/display-video/api/deprecations#
9689
- # features.custom_bidding_floodlight).
9755
+ # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom
9756
+ # bidding algorithm that uses floodlight activities not identified in
9757
+ # floodlightActivityConfigs will return an error.
9690
9758
  # Corresponds to the JSON property `customBiddingAlgorithmId`
9691
9759
  # @return [Fixnum]
9692
9760
  attr_accessor :custom_bidding_algorithm_id
@@ -10739,11 +10807,9 @@ module Google
10739
10807
 
10740
10808
  # The ID of the Custom Bidding Algorithm used by this strategy. Only applicable
10741
10809
  # when performance_goal_type is set to `
10742
- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. *Warning*: Starting **
10743
- # April 1, 2025**, assigning a custom bidding algorithm that uses floodlight
10744
- # activities not identified in floodlightActivityConfigs will return an error. [
10745
- # Read more about this announced change](/display-video/api/deprecations#
10746
- # features.custom_bidding_floodlight).
10810
+ # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom
10811
+ # bidding algorithm that uses floodlight activities not identified in
10812
+ # floodlightActivityConfigs will return an error.
10747
10813
  # Corresponds to the JSON property `customBiddingAlgorithmId`
10748
10814
  # @return [Fixnum]
10749
10815
  attr_accessor :custom_bidding_algorithm_id
@@ -11399,8 +11465,7 @@ module Google
11399
11465
  end
11400
11466
  end
11401
11467
 
11402
- # Type for the response returned by [SdfDownloadTaskService.
11403
- # CreateSdfDownloadTask].
11468
+ # Type for the response returned by SdfDownloadTaskService.CreateSdfDownloadTask.
11404
11469
  class SdfDownloadTask
11405
11470
  include Google::Apis::Core::Hashable
11406
11471
 
@@ -11422,8 +11487,7 @@ module Google
11422
11487
  end
11423
11488
  end
11424
11489
 
11425
- # Type for the metadata returned by [SdfDownloadTaskService.
11426
- # CreateSdfDownloadTask].
11490
+ # Type for the metadata returned by SdfDownloadTaskService.CreateSdfDownloadTask.
11427
11491
  class SdfDownloadTaskMetadata
11428
11492
  include Google::Apis::Core::Hashable
11429
11493
 
@@ -12221,7 +12285,7 @@ module Google
12221
12285
  class ThirdPartyVerifierAssignedTargetingOptionDetails
12222
12286
  include Google::Apis::Core::Hashable
12223
12287
 
12224
- # Details of Adloox brand safety settings.
12288
+ # Details of Scope3 (previously known as Adloox) brand safety settings.
12225
12289
  # Corresponds to the JSON property `adloox`
12226
12290
  # @return [Google::Apis::DisplayvideoV3::Adloox]
12227
12291
  attr_accessor :adloox
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250410"
25
+ REVISION = "20250501"
26
26
  end
27
27
  end
28
28
  end
@@ -130,6 +130,12 @@ module Google
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
+ class AlgorithmRulesFloodlightActivityConversionSignal
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
133
139
  class AlgorithmRulesRule
134
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
141
 
@@ -2259,8 +2265,11 @@ module Google
2259
2265
  class AlgorithmRules
2260
2266
  # @private
2261
2267
  class Representation < Google::Apis::Core::JsonRepresentation
2268
+ property :attribution_model_id, :numeric_string => true, as: 'attributionModelId'
2262
2269
  property :impression_signal_ruleset, as: 'impressionSignalRuleset', class: Google::Apis::DisplayvideoV3::AlgorithmRulesRuleset, decorator: Google::Apis::DisplayvideoV3::AlgorithmRulesRuleset::Representation
2263
2270
 
2271
+ property :post_impression_signal_ruleset, as: 'postImpressionSignalRuleset', class: Google::Apis::DisplayvideoV3::AlgorithmRulesRuleset, decorator: Google::Apis::DisplayvideoV3::AlgorithmRulesRuleset::Representation
2272
+
2264
2273
  end
2265
2274
  end
2266
2275
 
@@ -2279,6 +2288,16 @@ module Google
2279
2288
  property :int64_value, :numeric_string => true, as: 'int64Value'
2280
2289
  property :on_screen_position_value, as: 'onScreenPositionValue'
2281
2290
  property :string_value, as: 'stringValue'
2291
+ property :video_player_size_value, as: 'videoPlayerSizeValue'
2292
+ end
2293
+ end
2294
+
2295
+ class AlgorithmRulesFloodlightActivityConversionSignal
2296
+ # @private
2297
+ class Representation < Google::Apis::Core::JsonRepresentation
2298
+ property :conversion_counting, as: 'conversionCounting'
2299
+ property :counting_method, as: 'countingMethod'
2300
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
2282
2301
  end
2283
2302
  end
2284
2303
 
@@ -2315,6 +2334,8 @@ module Google
2315
2334
  class AlgorithmRulesSignal
2316
2335
  # @private
2317
2336
  class Representation < Google::Apis::Core::JsonRepresentation
2337
+ property :active_view_signal, as: 'activeViewSignal'
2338
+ property :click_signal, as: 'clickSignal'
2318
2339
  property :impression_signal, as: 'impressionSignal'
2319
2340
  end
2320
2341
  end
@@ -2333,6 +2354,9 @@ module Google
2333
2354
  class AlgorithmRulesSignalValue
2334
2355
  # @private
2335
2356
  class Representation < Google::Apis::Core::JsonRepresentation
2357
+ property :active_view_signal, as: 'activeViewSignal'
2358
+ property :floodlight_activity_conversion_signal, as: 'floodlightActivityConversionSignal', class: Google::Apis::DisplayvideoV3::AlgorithmRulesFloodlightActivityConversionSignal, decorator: Google::Apis::DisplayvideoV3::AlgorithmRulesFloodlightActivityConversionSignal::Representation
2359
+
2336
2360
  property :number, as: 'number'
2337
2361
  end
2338
2362
  end
@@ -244,10 +244,10 @@ module Google
244
244
  # Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/
245
245
  # filters) guide for more information.
246
246
  # @param [String] order_by
247
- # Field by which to sort the list. Acceptable values are: * `displayName` (
248
- # default) * `entityStatus` * `updateTime` The default sorting order is
249
- # ascending. To specify descending order for a field, a suffix "desc" should be
250
- # added to the field name. For example, `displayName desc`.
247
+ # Field by which to sort the list. Acceptable values are: * `advertiserId` (
248
+ # default) * `displayName` * `entityStatus` * `updateTime` The default sorting
249
+ # order is ascending. To specify descending order for a field, a suffix "desc"
250
+ # should be added to the field name. For example, `displayName desc`.
251
251
  # @param [Fixnum] page_size
252
252
  # Requested page size. Must be between `1` and `200`. If unspecified will
253
253
  # default to `100`.
@@ -4043,7 +4043,8 @@ module Google
4043
4043
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
4044
4044
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
4045
4045
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
4046
- # `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
4046
+ # `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` * `
4047
+ # TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
4047
4048
  # @param [String] assigned_targeting_option_id
4048
4049
  # Required. An identifier unique to the targeting type in this advertiser that
4049
4050
  # identifies the assigned targeting option being requested.
@@ -4084,7 +4085,8 @@ module Google
4084
4085
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
4085
4086
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
4086
4087
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
4087
- # `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
4088
+ # `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` * `
4089
+ # TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
4088
4090
  # @param [String] filter
4089
4091
  # Allows filtering by assigned targeting option fields. Supported syntax: *
4090
4092
  # Filter expressions are made up of one or more restrictions. * Restrictions can
@@ -4372,10 +4374,8 @@ module Google
4372
4374
  end
4373
4375
 
4374
4376
  # Updates an existing custom bidding algorithm. Returns the updated custom
4375
- # bidding algorithm if successful. *Warning*: Starting **April 1, 2025**,
4376
- # requests updating custom bidding algorithms that are assigned to line items
4377
- # will return an error. [Read more about this announced change](/display-video/
4378
- # api/deprecations#features.custom_bidding_floodlight).
4377
+ # bidding algorithm if successful. Requests updating a custom bidding algorithm
4378
+ # assigned to a line item will return an error.
4379
4379
  # @param [Fixnum] custom_bidding_algorithm_id
4380
4380
  # Output only. The unique ID of the custom bidding algorithm. Assigned by the
4381
4381
  # system.
@@ -4492,10 +4492,8 @@ module Google
4492
4492
  end
4493
4493
 
4494
4494
  # Creates a new rules resource. Returns the newly created rules resource if
4495
- # successful. *Warning*: Starting **April 1, 2025**, requests updating custom
4496
- # bidding algorithms that are assigned to line items will return an error. [Read
4497
- # more about this announced change](/display-video/api/deprecations#features.
4498
- # custom_bidding_floodlight).
4495
+ # successful. Requests creating a custom bidding rules resource under an
4496
+ # algorithm assigned to a line item will return an error.
4499
4497
  # @param [Fixnum] custom_bidding_algorithm_id
4500
4498
  # Required. The ID of the custom bidding algorithm that owns the rules resource.
4501
4499
  # @param [Google::Apis::DisplayvideoV3::CustomBiddingAlgorithmRules] custom_bidding_algorithm_rules_object
@@ -4628,10 +4626,8 @@ module Google
4628
4626
  end
4629
4627
 
4630
4628
  # Creates a new custom bidding script. Returns the newly created script if
4631
- # successful. *Warning*: Starting **April 1, 2025**, requests updating custom
4632
- # bidding algorithms that are assigned to line items will return an error. [Read
4633
- # more about this announced change](/display-video/api/deprecations#features.
4634
- # custom_bidding_floodlight).
4629
+ # successful. Requests creating a custom bidding script under an algorithm
4630
+ # assigned to a line item will return an error.
4635
4631
  # @param [Fixnum] custom_bidding_algorithm_id
4636
4632
  # Required. The ID of the custom bidding algorithm that owns the script.
4637
4633
  # @param [Google::Apis::DisplayvideoV3::CustomBiddingScript] custom_bidding_script_object
@@ -6965,8 +6961,8 @@ module Google
6965
6961
  # SdfDownloadTaskMetadata. If the request is successful, the response type of
6966
6962
  # the operation is SdfDownloadTask. The response will not include the download
6967
6963
  # files, which must be retrieved with media.download. The state of operation can
6968
- # be retrieved with sdfdownloadtask.operations.get. Any errors can be found in
6969
- # the error.message. Note that error.details is expected to be empty.
6964
+ # be retrieved with `sdfdownloadtasks.operations.get`. Any errors can be found
6965
+ # in the error.message. Note that error.details is expected to be empty.
6970
6966
  # @param [Google::Apis::DisplayvideoV3::CreateSdfDownloadTaskRequest] create_sdf_download_task_request_object
6971
6967
  # @param [String] fields
6972
6968
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-16 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.28.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Display & Video 360 API V3
79
79
  test_files: []