google-apis-displayvideo_v1 0.45.0 → 0.46.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: 4eca8286f8855b629f1dbb3e668dad676ea4d5b64bad4e0fe44dc78e9457a35f
4
- data.tar.gz: 6c530665795fe6453e2e72b9bda28fd08dc4af8949ee2b0c8f8fd7feef6cd5cb
3
+ metadata.gz: 181bc5a34940aa778e7d7a13a74502eb1b488f2bbd8d57723640e8d7fb78b884
4
+ data.tar.gz: 3990c7493f3b5f57fcecc57121056854a1915a2fbb35d34c9ef7e735dd26b60e
5
5
  SHA512:
6
- metadata.gz: 22b8529d9649ee4f9271241a00b8616e071d6d5a3fc8cc247d15f28fdd281e4fce7801174166a45e7fb5eb27996b857a020a7f6e8613e166f0bcb74b32966b11
7
- data.tar.gz: 1a2d044a750d3d655543efada12c5f221280b1b2f7f1df140de8630d9c75651ef96026cc0bc5f88cc3f16100af05cdd73bcf99df9f290ad09a139c837d0d41f9
6
+ metadata.gz: 33410692e1805f6483c89df94128396dc489fe926f09bee684dc964169398b1f762f62db8af0d47a1d3bf7b6863dbf4415dc26890d47114e9553ec6f94ed3b07
7
+ data.tar.gz: a825581f6b51bd1dd4a87da60f615c1e50b1c213c0ceac1435b656931526ba52cc16ee1df02a1d46684dff2e80167fafb76c6101e7d2f6b9aa0ee69dac38e34c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.46.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230302
6
+
3
7
  ### v0.45.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230216
@@ -568,7 +568,12 @@ module Google
568
568
 
569
569
  # Media ID of the uploaded asset. This is a unique identifier for the asset.
570
570
  # This ID can be passed to other API calls, e.g. CreateCreative to associate the
571
- # asset with a creative.
571
+ # asset with a creative. **On April 5, 2023, the value of this ID will be
572
+ # updated. Before this date, we recommend that you stop using any cached media
573
+ # IDs when creating or updating creatives, and instead upload assets immediately
574
+ # before using them for creative production.** **After April 5, you can update
575
+ # cached media IDs to the new values by retrieving them from associated creative
576
+ # resources or re-uploading them.**
572
577
  # Corresponds to the JSON property `mediaId`
573
578
  # @return [Fixnum]
574
579
  attr_accessor :media_id
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230216"
25
+ REVISION = "20230302"
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.45.0
4
+ version: 0.46.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: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.46.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: []