google-apis-realtimebidding_v1 0.15.0 → 0.18.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: 73abf1daa8c146b98a85bbc307c450704eb175e7571a8f2b9032abb96872bba2
4
- data.tar.gz: 03d2f696b766ef2b93bc3518b7183588c6695cdaf07e562771a733df48852376
3
+ metadata.gz: 4a8c7bbb8622f667508c142c9d6bd2dec671732a79820f52b205c732f45a3311
4
+ data.tar.gz: 660f5edc59201fee781e724226b730ce8a8ce6d487b32d470b6b58e67a3338b6
5
5
  SHA512:
6
- metadata.gz: 3c8083fe1807ac3635a033f3253b966f5cc8cab5b822efadb167844a28d8c6f1b957fe78fedae9742d0d601202d6758191673841f3d09ae30dba78293048cdf4
7
- data.tar.gz: 65d7fb027c3ff9bb348ea43f9580aaf12893cbda33d694208a93b9aedba35b835c7906d6865b4d1d9b6a1b25bd112e47ed15b10a5631cc33a73bc6d55be93b4d
6
+ metadata.gz: 524ca0a1fc1f22326cac0b58544ce25a482e0f8b8ff67fb556eddab4a53d0bb0e1543c5c118aa6d80902690d6d19414ccb386fafae0224226e102fe73186688a
7
+ data.tar.gz: 33f82a74d604cffcc5cd25ec11b8692e29e11c411757f06e8996ae081464bb631c94b1e92cab268d730a401411ff50b592987ebbf929c980e6e57f3a5fdba65c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.18.0 (2022-07-02)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.17.0 (2022-06-19)
8
+
9
+ * Regenerated using generator version 0.7.0
10
+
11
+ ### v0.16.0 (2022-06-09)
12
+
13
+ * Regenerated from discovery document revision 20220608
14
+ * Regenerated using generator version 0.5.0
15
+
3
16
  ### v0.15.0 (2022-05-04)
4
17
 
5
18
  * Regenerated from discovery document revision 20220503
@@ -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.15.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220503"
25
+ REVISION = "20220608"
26
26
  end
27
27
  end
28
28
  end
@@ -119,7 +119,12 @@ module Google
119
119
  execute_or_queue_command(command, &block)
120
120
  end
121
121
 
122
- # Lists creatives.
122
+ # Lists creatives as they are at the time of the initial request. This call may
123
+ # take multiple hours to complete. For large, paginated requests, this method
124
+ # returns a snapshot of creatives at the time of request for the first page. `
125
+ # lastStatusUpdate` and `creativeServingDecision` may be outdated for creatives
126
+ # on sequential pages. We recommend [Google Cloud Pub/Sub](//cloud.google.com/
127
+ # pubsub/docs/overview) to view the latest status.
123
128
  # @param [String] parent
124
129
  # Required. Name of the parent buyer that owns the creatives. The pattern for
125
130
  # this resource is either `buyers/`buyerAccountId`` or `bidders/`bidderAccountId`
@@ -1117,7 +1122,12 @@ module Google
1117
1122
  execute_or_queue_command(command, &block)
1118
1123
  end
1119
1124
 
1120
- # Lists creatives.
1125
+ # Lists creatives as they are at the time of the initial request. This call may
1126
+ # take multiple hours to complete. For large, paginated requests, this method
1127
+ # returns a snapshot of creatives at the time of request for the first page. `
1128
+ # lastStatusUpdate` and `creativeServingDecision` may be outdated for creatives
1129
+ # on sequential pages. We recommend [Google Cloud Pub/Sub](//cloud.google.com/
1130
+ # pubsub/docs/overview) to view the latest status.
1121
1131
  # @param [String] parent
1122
1132
  # Required. Name of the parent buyer that owns the creatives. The pattern for
1123
1133
  # this resource is either `buyers/`buyerAccountId`` or `bidders/`bidderAccountId`
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.15.0
4
+ version: 0.18.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: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.18.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Real-time Bidding API V1