google-apis-displayvideo_v4 0.4.0 → 0.6.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: '07930cd4d0606d954b368b393cb607ce17faedb3f24acb15ac5704d58f1d4d78'
4
- data.tar.gz: 1888bebb0ffdff22a959c04a21607eeead1527b07d85ee4c7a2d8ed7525c5b7b
3
+ metadata.gz: 6867b7cbfc8875b290b4956bb05ba802aaa14017867ed40a8892569c567ec767
4
+ data.tar.gz: c8e9cd936d9c39d4c87f35921d4e9926ac4e41cf00cc0a6c7f8b4bbd30b5a96d
5
5
  SHA512:
6
- metadata.gz: 17ba6669e3edf6373bfbc91764e92846a440f3b04294f834a67d9e400ebf964d171a94cd8990caf73e82310733c232075761c07d26d19d4430aa0c72b9cb502e
7
- data.tar.gz: 57e1c0618e04f83917b9754911648eb37bb4a4c609c6bcc2bb6162c7c2047528ee0186023171c19f8b887a622307c94785781b49d9c35d0212d079cda4ff97e2
6
+ metadata.gz: 5c2bf705ce01131e7cb81228ea86b49ce1c1c0bfe2f656d261e3714edecc0afd877e0ea4bef8e9378288c63b013bce910ed6f03ab2b0f850e07dcc42c2c669a3
7
+ data.tar.gz: 4cb145d154ec0b8c4151c58128007d003c5f9202245a5a6f9c26ccea000ccfa3a6ce4b0629928f835394d077036934b12c3e98a18aaa2b608be118dbc182e953
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.6.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250501
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.5.0 (2025-04-27)
9
+
10
+ * Regenerated from discovery document revision 20250424
11
+
3
12
  ### v0.4.0 (2025-03-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20250320
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::DisplayvideoV4::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::DisplayvideoV4::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::DisplayvideoV4::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
@@ -4084,13 +4163,10 @@ module Google
4084
4163
 
4085
4164
  # The Floodlight activity configs used to track conversions. The number of
4086
4165
  # conversions counted is the sum of all of the conversions counted by all of the
4087
- # Floodlight activity IDs specified in this field. *Warning*: Starting **April 1,
4088
- # 2025**, this field will no longer be writable while a custom bidding
4089
- # algorithm is assigned to the line item. If you set this field and assign a
4090
- # custom bidding algorithm in the same request, the floodlight activities must
4091
- # match the ones used by the custom bidding algorithm. [Read more about this
4092
- # announced change](/display-video/api/deprecations#features.
4093
- # custom_bidding_floodlight).
4166
+ # Floodlight activity IDs specified in this field. This field can't be updated
4167
+ # if a custom bidding algorithm is assigned to the line item. If you set this
4168
+ # field and assign a custom bidding algorithm in the same request, the
4169
+ # floodlight activities must match the ones used by the custom bidding algorithm.
4094
4170
  # Corresponds to the JSON property `floodlightActivityConfigs`
4095
4171
  # @return [Array<Google::Apis::DisplayvideoV4::TrackingFloodlightActivityConfig>]
4096
4172
  attr_accessor :floodlight_activity_configs
@@ -6244,16 +6320,10 @@ module Google
6244
6320
  attr_accessor :gmail_audience_size
6245
6321
 
6246
6322
  # Output only. The duration in days that an entry remains in the audience after
6247
- # the qualifying event. If the audience has no expiration, set the value of this
6248
- # field to 10000. Otherwise, the set value must be greater than 0 and less than
6249
- # or equal to 540. Only applicable to first party audiences. This field is
6250
- # required if one of the following audience_type is used: * `
6251
- # CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` *Warning*: Starting
6252
- # on **April 7, 2025**, audiences will no longer be able to have infinite
6253
- # membership duration. This field will no longer accept the value 10000 and all
6254
- # audiences with membership durations greater than 540 days will be updated to a
6255
- # membership duration of 540 days. [Read more about this announced change](/
6256
- # display-video/api/deprecations#features.audience_duration).
6323
+ # the qualifying event. The set value must be greater than 0 and less than or
6324
+ # equal to 540. Only applicable to first party audiences. This field is required
6325
+ # if one of the following audience_type is used: * `CUSTOMER_MATCH_CONTACT_INFO`
6326
+ # * `CUSTOMER_MATCH_DEVICE_ID`
6257
6327
  # Corresponds to the JSON property `membershipDurationDays`
6258
6328
  # @return [Fixnum]
6259
6329
  attr_accessor :membership_duration_days
@@ -9568,11 +9638,9 @@ module Google
9568
9638
 
9569
9639
  # The ID of the Custom Bidding Algorithm used by this strategy. Only applicable
9570
9640
  # when performance_goal_type is set to `
9571
- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. *Warning*: Starting **
9572
- # April 1, 2025**, assigning a custom bidding algorithm that uses floodlight
9573
- # activities not identified in floodlightActivityConfigs will return an error. [
9574
- # Read more about this announced change](/display-video/api/deprecations#
9575
- # features.custom_bidding_floodlight).
9641
+ # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom
9642
+ # bidding algorithm that uses floodlight activities not identified in
9643
+ # floodlightActivityConfigs will return an error.
9576
9644
  # Corresponds to the JSON property `customBiddingAlgorithmId`
9577
9645
  # @return [Fixnum]
9578
9646
  attr_accessor :custom_bidding_algorithm_id
@@ -10625,11 +10693,9 @@ module Google
10625
10693
 
10626
10694
  # The ID of the Custom Bidding Algorithm used by this strategy. Only applicable
10627
10695
  # when performance_goal_type is set to `
10628
- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. *Warning*: Starting **
10629
- # April 1, 2025**, assigning a custom bidding algorithm that uses floodlight
10630
- # activities not identified in floodlightActivityConfigs will return an error. [
10631
- # Read more about this announced change](/display-video/api/deprecations#
10632
- # features.custom_bidding_floodlight).
10696
+ # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom
10697
+ # bidding algorithm that uses floodlight activities not identified in
10698
+ # floodlightActivityConfigs will return an error.
10633
10699
  # Corresponds to the JSON property `customBiddingAlgorithmId`
10634
10700
  # @return [Fixnum]
10635
10701
  attr_accessor :custom_bidding_algorithm_id
@@ -11254,8 +11320,7 @@ module Google
11254
11320
  end
11255
11321
  end
11256
11322
 
11257
- # Type for the response returned by [SdfDownloadTaskService.
11258
- # CreateSdfDownloadTask].
11323
+ # Type for the response returned by SdfDownloadTaskService.CreateSdfDownloadTask.
11259
11324
  class SdfDownloadTask
11260
11325
  include Google::Apis::Core::Hashable
11261
11326
 
@@ -11277,8 +11342,7 @@ module Google
11277
11342
  end
11278
11343
  end
11279
11344
 
11280
- # Type for the metadata returned by [SdfDownloadTaskService.
11281
- # CreateSdfDownloadTask].
11345
+ # Type for the metadata returned by SdfDownloadTaskService.CreateSdfDownloadTask.
11282
11346
  class SdfDownloadTaskMetadata
11283
11347
  include Google::Apis::Core::Hashable
11284
11348
 
@@ -12076,7 +12140,7 @@ module Google
12076
12140
  class ThirdPartyVerifierAssignedTargetingOptionDetails
12077
12141
  include Google::Apis::Core::Hashable
12078
12142
 
12079
- # Details of Adloox brand safety settings.
12143
+ # Details of Scope3 (previously known as Adloox) brand safety settings.
12080
12144
  # Corresponds to the JSON property `adloox`
12081
12145
  # @return [Google::Apis::DisplayvideoV4::Adloox]
12082
12146
  attr_accessor :adloox
@@ -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.4.0"
19
+ GEM_VERSION = "0.6.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 = "20250320"
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
 
@@ -2229,8 +2235,11 @@ module Google
2229
2235
  class AlgorithmRules
2230
2236
  # @private
2231
2237
  class Representation < Google::Apis::Core::JsonRepresentation
2238
+ property :attribution_model_id, :numeric_string => true, as: 'attributionModelId'
2232
2239
  property :impression_signal_ruleset, as: 'impressionSignalRuleset', class: Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset, decorator: Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset::Representation
2233
2240
 
2241
+ property :post_impression_signal_ruleset, as: 'postImpressionSignalRuleset', class: Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset, decorator: Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset::Representation
2242
+
2234
2243
  end
2235
2244
  end
2236
2245
 
@@ -2249,6 +2258,16 @@ module Google
2249
2258
  property :int64_value, :numeric_string => true, as: 'int64Value'
2250
2259
  property :on_screen_position_value, as: 'onScreenPositionValue'
2251
2260
  property :string_value, as: 'stringValue'
2261
+ property :video_player_size_value, as: 'videoPlayerSizeValue'
2262
+ end
2263
+ end
2264
+
2265
+ class AlgorithmRulesFloodlightActivityConversionSignal
2266
+ # @private
2267
+ class Representation < Google::Apis::Core::JsonRepresentation
2268
+ property :conversion_counting, as: 'conversionCounting'
2269
+ property :counting_method, as: 'countingMethod'
2270
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
2252
2271
  end
2253
2272
  end
2254
2273
 
@@ -2285,6 +2304,8 @@ module Google
2285
2304
  class AlgorithmRulesSignal
2286
2305
  # @private
2287
2306
  class Representation < Google::Apis::Core::JsonRepresentation
2307
+ property :active_view_signal, as: 'activeViewSignal'
2308
+ property :click_signal, as: 'clickSignal'
2288
2309
  property :impression_signal, as: 'impressionSignal'
2289
2310
  end
2290
2311
  end
@@ -2303,6 +2324,9 @@ module Google
2303
2324
  class AlgorithmRulesSignalValue
2304
2325
  # @private
2305
2326
  class Representation < Google::Apis::Core::JsonRepresentation
2327
+ property :active_view_signal, as: 'activeViewSignal'
2328
+ property :floodlight_activity_conversion_signal, as: 'floodlightActivityConversionSignal', class: Google::Apis::DisplayvideoV4::AlgorithmRulesFloodlightActivityConversionSignal, decorator: Google::Apis::DisplayvideoV4::AlgorithmRulesFloodlightActivityConversionSignal::Representation
2329
+
2306
2330
  property :number, as: 'number'
2307
2331
  end
2308
2332
  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`.
@@ -3509,7 +3509,8 @@ module Google
3509
3509
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3510
3510
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3511
3511
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
3512
- # `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
3512
+ # `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` * `
3513
+ # TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
3513
3514
  # @param [String] assigned_targeting_option_id
3514
3515
  # Required. An identifier unique to the targeting type in this advertiser that
3515
3516
  # identifies the assigned targeting option being requested.
@@ -3550,7 +3551,8 @@ module Google
3550
3551
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3551
3552
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3552
3553
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
3553
- # `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
3554
+ # `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` * `
3555
+ # TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
3554
3556
  # @param [String] filter
3555
3557
  # Allows filtering by assigned targeting option fields. Supported syntax: *
3556
3558
  # Filter expressions are made up of one or more restrictions. * Restrictions can
@@ -3838,10 +3840,8 @@ module Google
3838
3840
  end
3839
3841
 
3840
3842
  # Updates an existing custom bidding algorithm. Returns the updated custom
3841
- # bidding algorithm if successful. *Warning*: Starting **April 1, 2025**,
3842
- # requests updating custom bidding algorithms that are assigned to line items
3843
- # will return an error. [Read more about this announced change](/display-video/
3844
- # api/deprecations#features.custom_bidding_floodlight).
3843
+ # bidding algorithm if successful. Requests updating a custom bidding algorithm
3844
+ # assigned to a line item will return an error.
3845
3845
  # @param [Fixnum] custom_bidding_algorithm_id
3846
3846
  # Output only. The unique ID of the custom bidding algorithm. Assigned by the
3847
3847
  # system.
@@ -3958,10 +3958,8 @@ module Google
3958
3958
  end
3959
3959
 
3960
3960
  # Creates a new rules resource. Returns the newly created rules resource if
3961
- # successful. *Warning*: Starting **April 1, 2025**, requests updating custom
3962
- # bidding algorithms that are assigned to line items will return an error. [Read
3963
- # more about this announced change](/display-video/api/deprecations#features.
3964
- # custom_bidding_floodlight).
3961
+ # successful. Requests creating a custom bidding rules resource under an
3962
+ # algorithm assigned to a line item will return an error.
3965
3963
  # @param [Fixnum] custom_bidding_algorithm_id
3966
3964
  # Required. The ID of the custom bidding algorithm that owns the rules resource.
3967
3965
  # @param [Google::Apis::DisplayvideoV4::CustomBiddingAlgorithmRules] custom_bidding_algorithm_rules_object
@@ -4094,10 +4092,8 @@ module Google
4094
4092
  end
4095
4093
 
4096
4094
  # Creates a new custom bidding script. Returns the newly created script if
4097
- # successful. *Warning*: Starting **April 1, 2025**, requests updating custom
4098
- # bidding algorithms that are assigned to line items will return an error. [Read
4099
- # more about this announced change](/display-video/api/deprecations#features.
4100
- # custom_bidding_floodlight).
4095
+ # successful. Requests creating a custom bidding script under an algorithm
4096
+ # assigned to a line item will return an error.
4101
4097
  # @param [Fixnum] custom_bidding_algorithm_id
4102
4098
  # Required. The ID of the custom bidding algorithm that owns the script.
4103
4099
  # @param [Google::Apis::DisplayvideoV4::CustomBiddingScript] custom_bidding_script_object
@@ -6431,8 +6427,8 @@ module Google
6431
6427
  # SdfDownloadTaskMetadata. If the request is successful, the response type of
6432
6428
  # the operation is SdfDownloadTask. The response will not include the download
6433
6429
  # files, which must be retrieved with media.download. The state of operation can
6434
- # be retrieved with sdfdownloadtask.operations.get. Any errors can be found in
6435
- # the error.message. Note that error.details is expected to be empty.
6430
+ # be retrieved with `sdfdownloadtasks.operations.get`. Any errors can be found
6431
+ # in the error.message. Note that error.details is expected to be empty.
6436
6432
  # @param [Google::Apis::DisplayvideoV4::CreateSdfDownloadTaskRequest] create_sdf_download_task_request_object
6437
6433
  # @param [String] fields
6438
6434
  # 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_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-23 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_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.4.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.6.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:
@@ -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 V4
79
79
  test_files: []