google-apis-displayvideo_v2 0.43.0 → 0.45.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: b81397cc4a0a587315da9867c999c2e4f73471c4e95910b4de7928c1a1af8c68
4
- data.tar.gz: 931758d0413f4a878312788a95f0b19ceaae145f26ee6b1c0d078c16f81a45d9
3
+ metadata.gz: 87bd0318a5418b481daefdb001430e558b1102d22c7c51545de87218d6a43330
4
+ data.tar.gz: a3ed8d82e6dc88ab0b40034738ad8e709f5516a22b883e4851bacdb390417abe
5
5
  SHA512:
6
- metadata.gz: ad1c74ed8510437214e7277fcca69ad6f7a34d52e6df802e8554cff1b0c486d2c49d55dda37dff6a7d185cb1b3a8eb6bb29a8e0d6694bc64f9ae0d5b3a9a3e64
7
- data.tar.gz: 3e5a0fed1e2258e87bb4c981e2c91d70aba6d1bcfe971feedc89fc0940aae2cfe3ee67b7bfd16edd2078b9cb653797215850e69c65a00ef2dfdf0cd576c7d61b
6
+ metadata.gz: f964d9e46ef07fb6a5234437afa8859d12aebaecc25bc0db08aaf22e8cd1093f2beed0c3b6ccaffbca0e316fde43094e04302a1307e2bfe9bc1d33adfc9dfc4d
7
+ data.tar.gz: bb85db0e9b98634ed15f5eb738c71827997b68067d31c07dba17db754f89cad30f88f03da390f414c8d9985f6fac5ec7f03ece05274234af4d2a14d03d00662f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.45.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250424
6
+
7
+ ### v0.44.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250313
10
+
3
11
  ### v0.43.0 (2025-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20250220
@@ -111,11 +111,11 @@ module Google
111
111
  end
112
112
  end
113
113
 
114
- # Details of Adloox brand safety settings.
114
+ # Details of Scope3 (previously known as Adloox) brand safety settings.
115
115
  class Adloox
116
116
  include Google::Apis::Core::Hashable
117
117
 
118
- # Adloox categories to exclude.
118
+ # Scope3 categories to exclude.
119
119
  # Corresponds to the JSON property `excludedAdlooxCategories`
120
120
  # @return [Array<String>]
121
121
  attr_accessor :excluded_adloox_categories
@@ -3312,13 +3312,10 @@ module Google
3312
3312
 
3313
3313
  # The Floodlight activity configs used to track conversions. The number of
3314
3314
  # conversions counted is the sum of all of the conversions counted by all of the
3315
- # Floodlight activity IDs specified in this field. *Warning*: Starting **April 1,
3316
- # 2025**, this field will no longer be writable while a custom bidding
3317
- # algorithm is assigned to the line item. If you set this field and assign a
3318
- # custom bidding algorithm in the same request, the floodlight activities must
3319
- # match the ones used by the custom bidding algorithm. [Read more about this
3320
- # announced change](/display-video/api/deprecations#features.
3321
- # custom_bidding_floodlight).
3315
+ # Floodlight activity IDs specified in this field. This field can't be updated
3316
+ # if a custom bidding algorithm is assigned to the line item. If you set this
3317
+ # field and assign a custom bidding algorithm in the same request, the
3318
+ # floodlight activities must match the ones used by the custom bidding algorithm.
3322
3319
  # Corresponds to the JSON property `floodlightActivityConfigs`
3323
3320
  # @return [Array<Google::Apis::DisplayvideoV2::TrackingFloodlightActivityConfig>]
3324
3321
  attr_accessor :floodlight_activity_configs
@@ -5358,25 +5355,16 @@ module Google
5358
5355
  attr_accessor :max_views
5359
5356
 
5360
5357
  # The time unit in which the frequency cap will be applied. Required when
5361
- # unlimited is `false`. *Warning*: On **February 28, 2025**, frequency cap time
5362
- # periods greater than 30 days will no longer be accepted. This field will no
5363
- # longer accept the value `TIME_UNIT_LIFETIME`. [Read more about this announced
5364
- # change](/display-video/api/deprecations#features.lifetime_frequency_cap).
5358
+ # unlimited is `false`.
5365
5359
  # Corresponds to the JSON property `timeUnit`
5366
5360
  # @return [String]
5367
5361
  attr_accessor :time_unit
5368
5362
 
5369
5363
  # The number of time_unit the frequency cap will last. Required when unlimited
5370
5364
  # is `false`. The following restrictions apply based on the value of time_unit: *
5371
- # `TIME_UNIT_LIFETIME` - this field is output only and will default to 1 * `
5372
- # TIME_UNIT_MONTHS` - must be between 1 and 2 * `TIME_UNIT_WEEKS` - must be
5373
- # between 1 and 4 * `TIME_UNIT_DAYS` - must be between 1 and 6 * `
5374
- # TIME_UNIT_HOURS` - must be between 1 and 23 * `TIME_UNIT_MINUTES` - must be
5375
- # between 1 and 59 *Warning*: On **February 28, 2025**, frequency cap time
5376
- # periods greater than 30 days will no longer be accepted. This field will no
5377
- # longer accept the value 2 if the value of time_unit is `TIME_UNIT_MONTHS`. [
5378
- # Read more about this announced change](/display-video/api/deprecations#
5379
- # features.lifetime_frequency_cap).
5365
+ # `TIME_UNIT_MONTHS` - must be 1 * `TIME_UNIT_WEEKS` - must be between 1 and 4 *
5366
+ # `TIME_UNIT_DAYS` - must be between 1 and 6 * `TIME_UNIT_HOURS` - must be
5367
+ # between 1 and 23 * `TIME_UNIT_MINUTES` - must be between 1 and 59
5380
5368
  # Corresponds to the JSON property `timeUnitCount`
5381
5369
  # @return [Fixnum]
5382
5370
  attr_accessor :time_unit_count
@@ -8359,11 +8347,9 @@ module Google
8359
8347
 
8360
8348
  # The ID of the Custom Bidding Algorithm used by this strategy. Only applicable
8361
8349
  # when performance_goal_type is set to `
8362
- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. *Warning*: Starting **
8363
- # April 1, 2025**, assigning a custom bidding algorithm that uses floodlight
8364
- # activities not identified in floodlightActivityConfigs will return an error. [
8365
- # Read more about this announced change](/display-video/api/deprecations#
8366
- # features.custom_bidding_floodlight).
8350
+ # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom
8351
+ # bidding algorithm that uses floodlight activities not identified in
8352
+ # floodlightActivityConfigs will return an error.
8367
8353
  # Corresponds to the JSON property `customBiddingAlgorithmId`
8368
8354
  # @return [Fixnum]
8369
8355
  attr_accessor :custom_bidding_algorithm_id
@@ -9364,11 +9350,9 @@ module Google
9364
9350
 
9365
9351
  # The ID of the Custom Bidding Algorithm used by this strategy. Only applicable
9366
9352
  # when performance_goal_type is set to `
9367
- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. *Warning*: Starting **
9368
- # April 1, 2025**, assigning a custom bidding algorithm that uses floodlight
9369
- # activities not identified in floodlightActivityConfigs will return an error. [
9370
- # Read more about this announced change](/display-video/api/deprecations#
9371
- # features.custom_bidding_floodlight).
9353
+ # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom
9354
+ # bidding algorithm that uses floodlight activities not identified in
9355
+ # floodlightActivityConfigs will return an error.
9372
9356
  # Corresponds to the JSON property `customBiddingAlgorithmId`
9373
9357
  # @return [Fixnum]
9374
9358
  attr_accessor :custom_bidding_algorithm_id
@@ -10024,8 +10008,7 @@ module Google
10024
10008
  end
10025
10009
  end
10026
10010
 
10027
- # Type for the response returned by [SdfDownloadTaskService.
10028
- # CreateSdfDownloadTask].
10011
+ # Type for the response returned by SdfDownloadTaskService.CreateSdfDownloadTask.
10029
10012
  class SdfDownloadTask
10030
10013
  include Google::Apis::Core::Hashable
10031
10014
 
@@ -10047,8 +10030,7 @@ module Google
10047
10030
  end
10048
10031
  end
10049
10032
 
10050
- # Type for the metadata returned by [SdfDownloadTaskService.
10051
- # CreateSdfDownloadTask].
10033
+ # Type for the metadata returned by SdfDownloadTaskService.CreateSdfDownloadTask.
10052
10034
  class SdfDownloadTaskMetadata
10053
10035
  include Google::Apis::Core::Hashable
10054
10036
 
@@ -10783,7 +10765,7 @@ module Google
10783
10765
  class ThirdPartyVerifierAssignedTargetingOptionDetails
10784
10766
  include Google::Apis::Core::Hashable
10785
10767
 
10786
- # Details of Adloox brand safety settings.
10768
+ # Details of Scope3 (previously known as Adloox) brand safety settings.
10787
10769
  # Corresponds to the JSON property `adloox`
10788
10770
  # @return [Google::Apis::DisplayvideoV2::Adloox]
10789
10771
  attr_accessor :adloox
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV2
18
18
  # Version of the google-apis-displayvideo_v2 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250220"
25
+ REVISION = "20250424"
26
26
  end
27
27
  end
28
28
  end
@@ -4099,10 +4099,8 @@ module Google
4099
4099
  end
4100
4100
 
4101
4101
  # Updates an existing custom bidding algorithm. Returns the updated custom
4102
- # bidding algorithm if successful. *Warning*: Starting **April 1, 2025**,
4103
- # requests updating custom bidding algorithms that are assigned to line items
4104
- # will return an error. [Read more about this announced change](/display-video/
4105
- # api/deprecations#features.custom_bidding_floodlight).
4102
+ # bidding algorithm if successful. Requests updating a custom bidding algorithm
4103
+ # assigned to a line item will return an error.
4106
4104
  # @param [Fixnum] custom_bidding_algorithm_id
4107
4105
  # Output only. The unique ID of the custom bidding algorithm. Assigned by the
4108
4106
  # system.
@@ -4180,10 +4178,8 @@ module Google
4180
4178
  end
4181
4179
 
4182
4180
  # Creates a new custom bidding script. Returns the newly created script if
4183
- # successful. *Warning*: Starting **April 1, 2025**, requests updating custom
4184
- # bidding algorithms that are assigned to line items will return an error. [Read
4185
- # more about this announced change](/display-video/api/deprecations#features.
4186
- # custom_bidding_floodlight).
4181
+ # successful. Requests creating a custom bidding script under an algorithm
4182
+ # assigned to a line item will return an error.
4187
4183
  # @param [Fixnum] custom_bidding_algorithm_id
4188
4184
  # Required. The ID of the custom bidding algorithm that owns the script.
4189
4185
  # @param [Google::Apis::DisplayvideoV2::CustomBiddingScript] custom_bidding_script_object
@@ -6294,8 +6290,8 @@ module Google
6294
6290
  # SdfDownloadTaskMetadata. If the request is successful, the response type of
6295
6291
  # the operation is SdfDownloadTask. The response will not include the download
6296
6292
  # files, which must be retrieved with media.download. The state of operation can
6297
- # be retrieved with sdfdownloadtask.operations.get. Any errors can be found in
6298
- # the error.message. Note that error.details is expected to be empty.
6293
+ # be retrieved with `sdfdownloadtasks.operations.get`. Any errors can be found
6294
+ # in the error.message. Note that error.details is expected to be empty.
6299
6295
  # @param [Google::Apis::DisplayvideoV2::CreateSdfDownloadTaskRequest] create_sdf_download_task_request_object
6300
6296
  # @param [String] fields
6301
6297
  # 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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-04-27 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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.45.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
62
62
  rdoc_options: []
63
63
  require_paths: