google-apis-displayvideo_v2 0.12.0 → 0.13.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: 7590f46787876878419dcf8ffda50a381b1f1befd71111b5865f0cf3e1cfcf95
4
- data.tar.gz: 14ea609729ff9299449fed7eb1ce81baf1a8357519b50f61f23ef259f6021ada
3
+ metadata.gz: f711207891d3dd45760784b49560d1ac605f0d256da96d88b358eb0634fa6f80
4
+ data.tar.gz: 7c547f65582c408eff28d99e1d8f926cf69216c6b5704545f1a0d0d537379552
5
5
  SHA512:
6
- metadata.gz: 8003c5e37df47f253c2a938b77976cd6dba82061046b5fb0d92b995db099162467712ba2e8ea4c5b66be12e128c5f129243223b4f1a0458e09218f57cefaa0a0
7
- data.tar.gz: b7159ee383cf7591397fe3bb04836266c149ca6dd835b9159f3b51644b30151f5269f387864d09b3b68690213da626642e46e7646cc674698cff9abc3b24c107
6
+ metadata.gz: d9ca69ec844c4e9388e56846a27080c67b73e1c8e2e7a418e0e16dfbecd978568bcd2c95b262a513e4a418942f1dc773be21efcb1fa074661032651d8940b74b
7
+ data.tar.gz: 5ade57d3e58ee0156e877487d7fccefefb35b3a51ec8c437601bdf06774434addf3659d6460adb81c38cc8930d8bf6c9515a2e960183e5d5b1fc8db405ed0ff5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.13.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230302
6
+
3
7
  ### v0.12.0 (2023-02-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230216
@@ -613,7 +613,12 @@ module Google
613
613
 
614
614
  # Media ID of the uploaded asset. This is a unique identifier for the asset.
615
615
  # This ID can be passed to other API calls, e.g. CreateCreative to associate the
616
- # asset with a creative.
616
+ # asset with a creative. **On April 5, 2023, the value of this ID will be
617
+ # updated. Before this date, we recommend that you stop using any cached media
618
+ # IDs when creating or updating creatives, and instead upload assets immediately
619
+ # before using them for creative production.** **After April 5, you can update
620
+ # cached media IDs to the new values by retrieving them from associated creative
621
+ # resources or re-uploading them.**
617
622
  # Corresponds to the JSON property `mediaId`
618
623
  # @return [Fixnum]
619
624
  attr_accessor :media_id
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-19 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []