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: 35f55130bb26722ebe4b85abc646966b2c1cc7762242ee479db65b279ffa903b
4
- data.tar.gz: 7083d180c5947c1a55102f2205a7c3fdac31c6fcab482fd6458d1b5dafa6bd41
3
+ metadata.gz: 57fd22ecf391b04e327ec5525aa11537bb046ca7ab730d4fcd194d6f9920a6ee
4
+ data.tar.gz: 7f5d51cc08bd59df91ffa23ac81aeb66fe117cb58af0dc972a41af0ed2608fdd
5
5
  SHA512:
6
- metadata.gz: 5d9b56fb78018b8c96e537521a2064dafc715452664d60d5b8ba5463b331bb8484dafa9756f2b327dbc97e7d38cefe89d35e38671f2b7077b1339453946cea97
7
- data.tar.gz: 66d9de6c04b4005808453d29993cd7188900eda30578c5a0068254566285d3069fafdb088d282c3efe67e666fd9857199f1466e5733b52d2c2e5b3578dd8a0fe
6
+ metadata.gz: e07495c09ca81d384674ecdc2e854136ce532ff28ef07fffe06e5ea647dbe622233dda68d2c3a42f09c61cf93507d95e9156d7cf4191a5a8210f53795bd5500e
7
+ data.tar.gz: ef7106a698240ecc9716ef541a686f71c3e51d5a45ffe3bd43cc062140acc91bc93a384bcbb10fb94b66a9857d6f683030376900b7cfac8c7d1fdb30d24a4f9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.35.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20240930
6
+
3
7
  ### v0.34.0 (2024-08-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20240806
@@ -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 or 3.0 standard.
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.34.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 = "20240806"
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.34.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-08-11 00:00:00.000000000 Z
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.34.0
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: []