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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 181bc5a34940aa778e7d7a13a74502eb1b488f2bbd8d57723640e8d7fb78b884
|
4
|
+
data.tar.gz: 3990c7493f3b5f57fcecc57121056854a1915a2fbb35d34c9ef7e735dd26b60e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33410692e1805f6483c89df94128396dc489fe926f09bee684dc964169398b1f762f62db8af0d47a1d3bf7b6863dbf4415dc26890d47114e9553ec6f94ed3b07
|
7
|
+
data.tar.gz: a825581f6b51bd1dd4a87da60f615c1e50b1c213c0ceac1435b656931526ba52cc16ee1df02a1d46684dff2e80167fafb76c6101e7d2f6b9aa0ee69dac38e34c
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|