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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f711207891d3dd45760784b49560d1ac605f0d256da96d88b358eb0634fa6f80
|
|
4
|
+
data.tar.gz: 7c547f65582c408eff28d99e1d8f926cf69216c6b5704545f1a0d0d537379552
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9ca69ec844c4e9388e56846a27080c67b73e1c8e2e7a418e0e16dfbecd978568bcd2c95b262a513e4a418942f1dc773be21efcb1fa074661032651d8940b74b
|
|
7
|
+
data.tar.gz: 5ade57d3e58ee0156e877487d7fccefefb35b3a51ec8c437601bdf06774434addf3659d6460adb81c38cc8930d8bf6c9515a2e960183e5d5b1fc8db405ed0ff5
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|