google-apis-displayvideo_v1 0.26.0 → 0.27.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: 3f8b1b4e75759ba6690fef1a0e5d920a1ea6748f77f796580a629752afe4fa70
4
- data.tar.gz: 2303e68c36a0a8db275e4a0685bc262df962303afe855aba322be273256cd7aa
3
+ metadata.gz: e61f1015bb78a73014077ae209d467b9734b68361b28dffc487acff01b92bcf6
4
+ data.tar.gz: 28a37bedb272ed9dffa2e81c19a3962940d878deffed1d3735ca336453b629f4
5
5
  SHA512:
6
- metadata.gz: 19b440d78a7f4b3db43971ca569886171ad866e3fbf1ac41cdc55518019cb1293b9bf8b9a7c573dc8b1a2fe4efe95b754d77ec697e115f0b74f5e5a762c2cdc2
7
- data.tar.gz: dc22bcb177d54a1942af19db0918fc954c922e3d3be40782fe621be6881b4ebe306411393799bd83feccca1f198009d756508534cbb225516208a40f2a26ddfe
6
+ metadata.gz: e4c76858cfdb92d004d26099d4d2d2b4f5136d6ee504f165b8c3854cebed049fcf8abfde4899159258e8c9f9db6919cb476f217513e1e11c9f2bd4125f9328fe
7
+ data.tar.gz: 6c833f9def95f9ebdc8a2392632b15b326164e9a9907caea6df2354f0eae5b0186d61b16516a8491c5fa96ea44fabe96d02bf14f20ebd7f3efd16d2fa35cbd69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.27.0 (2022-02-18)
4
+
5
+ * Regenerated from discovery document revision 20220217
6
+
3
7
  ### v0.26.0 (2022-02-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220211
@@ -3524,7 +3524,9 @@ module Google
3524
3524
  class CreativeConfig
3525
3525
  include Google::Apis::Core::Hashable
3526
3526
 
3527
- # The type of creative that can be assigned to the inventory source.
3527
+ # The type of creative that can be assigned to the inventory source. Only the
3528
+ # following types are supported: * `CREATIVE_TYPE_STANDARD` * `
3529
+ # CREATIVE_TYPE_VIDEO`
3528
3530
  # Corresponds to the JSON property `creativeType`
3529
3531
  # @return [String]
3530
3532
  attr_accessor :creative_type
@@ -4915,8 +4917,9 @@ module Google
4915
4917
  class FrequencyCap
4916
4918
  include Google::Apis::Core::Hashable
4917
4919
 
4918
- # The maximum number of times a user may be shown with the same ad during this
4919
- # period. Must be greater than 0. Required when unlimited is `false`.
4920
+ # The maximum number of times a user may be shown the same ad during this period.
4921
+ # Must be greater than 0. Required when unlimited is `false` and max_views is
4922
+ # not set.
4920
4923
  # Corresponds to the JSON property `maxImpressions`
4921
4924
  # @return [Fixnum]
4922
4925
  attr_accessor :max_impressions
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220211"
25
+ REVISION = "20220217"
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.26.0
4
+ version: 0.27.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: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v1
63
63
  post_install_message:
64
64
  rdoc_options: []