google-apis-realtimebidding_v1 0.7.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: be031d29df988c4971d089ef51ac3205c5fee4787935ee9c776e5109816250f9
4
- data.tar.gz: bfd90e34f4736620b9e4d6b6f8f1ea392066d4c003d707b329cc285a91ae1c3f
3
+ metadata.gz: ff987294fa7f77e5ad1df3e205ca6e4eb87628814a03af14149d940c1e6a74fe
4
+ data.tar.gz: 6297627e72bf9e39251525ab4af8cd97c0686b44790d41a7af46d48fe1452625
5
5
  SHA512:
6
- metadata.gz: f8a01a21dfcc7af21c92d99bcade85cda4483d3a2691db78cbdf16d3152064fd7098ee7ba749b6b8986b72dca9bea4e5617eca5e281244394c72093e0587dafe
7
- data.tar.gz: 7277f100b3567d2791c4000c3a770326d60acfdc77b45c719ed14bf2cea0fab47b9f51b07044f9ad3e6773ecb3b58533d5cd4935a2cef3ad28c534a7f4f8c7e9
6
+ metadata.gz: 76fb6f2e2b6617a4edcc124decae09c7560f742713d84fbf376ea69c916ae56e6c667f70811c77e99dc3d115e1fba293df885e0378cc2f01889472b7166267e3
7
+ data.tar.gz: c874cf91882f0734fb73fc5eeac48c88a81d1125df3ac2dbc1f9199c7a660ea0967965c5ac72fe0c6ae85eead995c5b9c41f5c3be5e15b64151aa79d6abcf4ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.7.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210529"
25
+ REVISION = "20211002"
26
26
  end
27
27
  end
28
28
  end
@@ -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,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.7.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-07-05 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
@@ -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/master/generated/google-apis-realtimebidding_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-realtimebidding_v1
63
63
  post_install_message:
64
64
  rdoc_options: []