google-apis-realtimebidding_v1 0.34.0 → 0.35.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: 57fd22ecf391b04e327ec5525aa11537bb046ca7ab730d4fcd194d6f9920a6ee
|
4
|
+
data.tar.gz: 7f5d51cc08bd59df91ffa23ac81aeb66fe117cb58af0dc972a41af0ed2608fdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e07495c09ca81d384674ecdc2e854136ce532ff28ef07fffe06e5ea647dbe622233dda68d2c3a42f09c61cf93507d95e9156d7cf4191a5a8210f53795bd5500e
|
7
|
+
data.tar.gz: ef7106a698240ecc9716ef541a686f71c3e51d5a45ffe3bd43cc062140acc91bc93a384bcbb10fb94b66a9857d6f683030376900b7cfac8c7d1fdb30d24a4f9c
|
data/CHANGELOG.md
CHANGED
@@ -2243,13 +2243,14 @@ module Google
|
|
2243
2243
|
# @return [Google::Apis::RealtimebiddingV1::VideoMetadata]
|
2244
2244
|
attr_accessor :video_metadata
|
2245
2245
|
|
2246
|
-
# The URL to fetch a video ad.
|
2246
|
+
# The URL to fetch a video ad. The URL should return an XML response that
|
2247
|
+
# conforms to the VAST 2.0, 3.0 or 4.x standard.
|
2247
2248
|
# Corresponds to the JSON property `videoUrl`
|
2248
2249
|
# @return [String]
|
2249
2250
|
attr_accessor :video_url
|
2250
2251
|
|
2251
2252
|
# The contents of a VAST document for a video ad. This document should conform
|
2252
|
-
# to the VAST 2.0
|
2253
|
+
# to the VAST 2.0, 3.0, or 4.x standard.
|
2253
2254
|
# Corresponds to the JSON property `videoVastXml`
|
2254
2255
|
# @return [String]
|
2255
2256
|
attr_accessor :video_vast_xml
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RealtimebiddingV1
|
18
18
|
# Version of the google-apis-realtimebidding_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240930"
|
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-realtimebidding_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.35.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: 2024-
|
11
|
+
date: 2024-10-06 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-realtimebidding_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.35.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|