google-apis-displayvideo_v1 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8de1d9be1605a455bf547590d02fa833444ebd7fa461bb19203758517ce5f158
4
- data.tar.gz: f54023c145c1389f9152505f6422e39e7ae67c65b48fb15aea35e76e23e5cec2
3
+ metadata.gz: df431a99de9fcae97aca5ded4244d714ee11aab660801d6aed8e65bbc99aca18
4
+ data.tar.gz: e64b7a53c748a7b4295a9910019a1ac1fe595495344521f0e0bd9f96f72e55ef
5
5
  SHA512:
6
- metadata.gz: b8e14fc5a085a95751ab51a7f65a976bc871a5d992d16dfef14b68f50ddb19320f4eca3e50c542f8532efa2e62b98af54ddb022d1446595d8e7cfdeada6543c7
7
- data.tar.gz: de38e35e5a6ec34b489471ef8bfafbf8ab1a4169a7c24b1ff3bcb6a960b86118821f64ae74eb6d10f4614bc7c8da518f459151c0406d2af10e9d44d5acce51bd
6
+ metadata.gz: d3984f641d397e0b25914b912dbeba3b17262c370723b7d7e7c704271a3a1295a874a3b0e4d453e2d88b456457de34d1a30c319e3667fbba702064ff056345bb
7
+ data.tar.gz: b28ee693cdc952c200a72990a092c82dab838cba3e6693b11f8332dfe40b5d2c8781e59f40acf82fa447bcb3704be57853f4a30baa98e28aa387719929a77cee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.5.0 (2021-03-05)
4
+
5
+ * Regenerated from discovery document revision 20210304
6
+ * Unspecified changes
7
+
3
8
  ### v0.4.0 (2021-02-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20210225
@@ -4254,18 +4254,18 @@ module Google
4254
4254
  include Google::Apis::Core::Hashable
4255
4255
 
4256
4256
  # The maximum number of times a user may be shown with the same ad during this
4257
- # period. Must be greater than 0. Applicable when unlimited is `false`.
4257
+ # period. Must be greater than 0. Required when unlimited is `false`.
4258
4258
  # Corresponds to the JSON property `maxImpressions`
4259
4259
  # @return [Fixnum]
4260
4260
  attr_accessor :max_impressions
4261
4261
 
4262
- # The time unit in which the frequency cap will be applied. Applicable when
4262
+ # The time unit in which the frequency cap will be applied. Required when
4263
4263
  # unlimited is `false`.
4264
4264
  # Corresponds to the JSON property `timeUnit`
4265
4265
  # @return [String]
4266
4266
  attr_accessor :time_unit
4267
4267
 
4268
- # The number of time_unit the frequency cap will last. Applicable when unlimited
4268
+ # The number of time_unit the frequency cap will last. Required when unlimited
4269
4269
  # is `false`. The following restrictions apply based on the value of time_unit: *
4270
4270
  # `TIME_UNIT_LIFETIME` - this field is output only and will default to 1 * `
4271
4271
  # TIME_UNIT_MONTHS` - must be between 1 and 2 * `TIME_UNIT_WEEKS` - must be
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV1
18
18
  # Version of the google-apis-displayvideo_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210225"
25
+ REVISION = "20210304"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-01 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.11
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Display & Video 360 API V1