google-apis-displayvideo_v2 0.43.0 → 0.44.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: 9a822cf686cb8e761e4e3ed313afc61b0cb63228efc3c270f9190f880a22a840
4
+ data.tar.gz: 8f56470e7387007bcb1ae1bea2a0dfce24843e52de3f64b0dd609e7a6d00d2fd
5
5
  SHA512:
6
- metadata.gz: ad1c74ed8510437214e7277fcca69ad6f7a34d52e6df802e8554cff1b0c486d2c49d55dda37dff6a7d185cb1b3a8eb6bb29a8e0d6694bc64f9ae0d5b3a9a3e64
7
- data.tar.gz: 3e5a0fed1e2258e87bb4c981e2c91d70aba6d1bcfe971feedc89fc0940aae2cfe3ee67b7bfd16edd2078b9cb653797215850e69c65a00ef2dfdf0cd576c7d61b
6
+ metadata.gz: 4c28480eb825f88af6d746cb84ae7a109418d721aa4b741ca593a7eaa7c438ccf0e39dd0ea795a50fa12d3cc75960b05d0a7b882de2979bc969b8fb27e4d8a52
7
+ data.tar.gz: 0dbddd7449235cd7121a4aca0f29288079a6c3b5091761c5d472b63ea9caa464be5e16dca8332d5a3c7fc5f8aad5ef70f29d2381f7d9d1c07a1e8f6621ec022d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.44.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250313
6
+
3
7
  ### v0.43.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250220
@@ -5358,25 +5358,16 @@ module Google
5358
5358
  attr_accessor :max_views
5359
5359
 
5360
5360
  # 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).
5361
+ # unlimited is `false`.
5365
5362
  # Corresponds to the JSON property `timeUnit`
5366
5363
  # @return [String]
5367
5364
  attr_accessor :time_unit
5368
5365
 
5369
5366
  # The number of time_unit the frequency cap will last. Required when unlimited
5370
5367
  # 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).
5368
+ # `TIME_UNIT_MONTHS` - must be 1 * `TIME_UNIT_WEEKS` - must be between 1 and 4 *
5369
+ # `TIME_UNIT_DAYS` - must be between 1 and 6 * `TIME_UNIT_HOURS` - must be
5370
+ # between 1 and 23 * `TIME_UNIT_MINUTES` - must be between 1 and 59
5380
5371
  # Corresponds to the JSON property `timeUnitCount`
5381
5372
  # @return [Fixnum]
5382
5373
  attr_accessor :time_unit_count
@@ -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.44.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 = "20250313"
26
26
  end
27
27
  end
28
28
  end
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.44.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-03-16 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.44.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: