google-apis-realtimebidding_v1 0.4.0 → 0.8.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: a04041e877cfe684097502a676f9e1d9ac41b34084ab0c0fb043949e7ece7fa7
4
- data.tar.gz: c916188fc8cf4949101936b7799b9ec75da6a3fff4c65fb2478aa0ab06730999
3
+ metadata.gz: ff987294fa7f77e5ad1df3e205ca6e4eb87628814a03af14149d940c1e6a74fe
4
+ data.tar.gz: 6297627e72bf9e39251525ab4af8cd97c0686b44790d41a7af46d48fe1452625
5
5
  SHA512:
6
- metadata.gz: 0a0763232fab69a6189654ce5b82b48fea8e7b06b9d0437db04e0490647fbd72f7cb1270e7ec23d2e26329e6e9a9ec0c0ffafe42fde66efc5b55f5b167a6a823
7
- data.tar.gz: 396a9eb8252228a213a7d1a48b709e2224340c9bdf4d9ab614e810eab2c5a4e4082759766949366ac87de28f2988eb72842c30d60c198c84b7ee91f4d062d16f
6
+ metadata.gz: 76fb6f2e2b6617a4edcc124decae09c7560f742713d84fbf376ea69c916ae56e6c667f70811c77e99dc3d115e1fba293df885e0378cc2f01889472b7166267e3
7
+ data.tar.gz: c874cf91882f0734fb73fc5eeac48c88a81d1125df3ac2dbc1f9199c7a660ea0967965c5ac72fe0c6ae85eead995c5b9c41f5c3be5e15b64151aa79d6abcf4ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.8.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20211002
6
+
7
+ ### v0.7.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.6.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.5.0 (2021-06-02)
16
+
17
+ * Regenerated from discovery document revision 20210529
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.4.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
@@ -1399,6 +1399,11 @@ module Google
1399
1399
  # @return [String]
1400
1400
  attr_accessor :video_url
1401
1401
 
1402
+ # The contents of a VAST document for a native video ad.
1403
+ # Corresponds to the JSON property `videoVastXml`
1404
+ # @return [String]
1405
+ attr_accessor :video_vast_xml
1406
+
1402
1407
  def initialize(**args)
1403
1408
  update!(**args)
1404
1409
  end
@@ -1417,6 +1422,7 @@ module Google
1417
1422
  @price_display_text = args[:price_display_text] if args.key?(:price_display_text)
1418
1423
  @star_rating = args[:star_rating] if args.key?(:star_rating)
1419
1424
  @video_url = args[:video_url] if args.key?(:video_url)
1425
+ @video_vast_xml = args[:video_vast_xml] if args.key?(:video_vast_xml)
1420
1426
  end
1421
1427
  end
1422
1428
 
@@ -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.4.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210311"
25
+ REVISION = "20211002"
26
26
  end
27
27
  end
28
28
  end
@@ -696,6 +696,7 @@ module Google
696
696
  property :price_display_text, as: 'priceDisplayText'
697
697
  property :star_rating, as: 'starRating'
698
698
  property :video_url, as: 'videoUrl'
699
+ property :video_vast_xml, as: 'videoVastXml'
699
700
  end
700
701
  end
701
702
 
@@ -145,7 +145,9 @@ module Google
145
145
  # @param [String] page_token
146
146
  # A token identifying a page of results the server should return. Typically,
147
147
  # this is the value of ListCreativesResponse.nextPageToken returned from the
148
- # previous call to the 'ListCreatives' method.
148
+ # previous call to the 'ListCreatives' method. Page tokens for continued pages
149
+ # are valid for up to five hours, counting from the call to 'ListCreatives' for
150
+ # the first page.
149
151
  # @param [String] view
150
152
  # Controls the amount of information included in the response. By default only
151
153
  # creativeServingDecision is included. To retrieve the entire creative resource (
@@ -946,7 +948,9 @@ module Google
946
948
  # @param [String] page_token
947
949
  # A token identifying a page of results the server should return. Typically,
948
950
  # this is the value of ListCreativesResponse.nextPageToken returned from the
949
- # previous call to the 'ListCreatives' method.
951
+ # previous call to the 'ListCreatives' method. Page tokens for continued pages
952
+ # are valid for up to five hours, counting from the call to 'ListCreatives' for
953
+ # the first page.
950
954
  # @param [String] view
951
955
  # Controls the amount of information included in the response. By default only
952
956
  # creativeServingDecision is included. To retrieve the entire creative resource (
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-realtimebidding_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.8.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Real-time Bidding API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-realtimebidding_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-realtimebidding_v1
57
63
  post_install_message:
58
64
  rdoc_options: []