google-cloud-billing-v1 0.9.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +1 -1
- data/README.md +2 -2
- data/lib/google/cloud/billing/v1/cloud_billing/client.rb +37 -31
- data/lib/google/cloud/billing/v1/cloud_billing/credentials.rb +2 -0
- data/lib/google/cloud/billing/v1/cloud_billing/rest/client.rb +1143 -0
- data/lib/google/cloud/billing/v1/cloud_billing/rest/service_stub.rb +639 -0
- data/lib/google/cloud/billing/v1/cloud_billing/rest.rb +53 -0
- data/lib/google/cloud/billing/v1/cloud_billing.rb +9 -2
- data/lib/google/cloud/billing/v1/cloud_billing_services_pb.rb +19 -13
- data/lib/google/cloud/billing/v1/cloud_catalog/client.rb +8 -12
- data/lib/google/cloud/billing/v1/cloud_catalog/credentials.rb +2 -0
- data/lib/google/cloud/billing/v1/cloud_catalog/rest/client.rb +450 -0
- data/lib/google/cloud/billing/v1/cloud_catalog/rest/service_stub.rb +164 -0
- data/lib/google/cloud/billing/v1/cloud_catalog/rest.rb +54 -0
- data/lib/google/cloud/billing/v1/cloud_catalog.rb +7 -1
- data/lib/google/cloud/billing/v1/cloud_catalog_pb.rb +15 -2
- data/lib/google/cloud/billing/v1/cloud_catalog_services_pb.rb +1 -2
- data/lib/google/cloud/billing/v1/rest.rb +38 -0
- data/lib/google/cloud/billing/v1/version.rb +1 -1
- data/lib/google/cloud/billing/v1.rb +7 -2
- data/proto_docs/google/api/client.rb +318 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/cloud/billing/v1/cloud_billing.rb +26 -21
- data/proto_docs/google/cloud/billing/v1/cloud_catalog.rb +48 -15
- data/proto_docs/google/protobuf/duration.rb +98 -0
- metadata +19 -8
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-billing-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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:
|
11
|
+
date: 2023-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.18.0
|
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:
|
29
|
+
version: 0.18.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -64,14 +64,14 @@ dependencies:
|
|
64
64
|
requirements:
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: 1.26.
|
67
|
+
version: 1.26.3
|
68
68
|
type: :development
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: 1.26.
|
74
|
+
version: 1.26.3
|
75
75
|
- !ruby/object:Gem::Dependency
|
76
76
|
name: minitest
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -189,23 +189,33 @@ files:
|
|
189
189
|
- lib/google/cloud/billing/v1/cloud_billing/client.rb
|
190
190
|
- lib/google/cloud/billing/v1/cloud_billing/credentials.rb
|
191
191
|
- lib/google/cloud/billing/v1/cloud_billing/paths.rb
|
192
|
+
- lib/google/cloud/billing/v1/cloud_billing/rest.rb
|
193
|
+
- lib/google/cloud/billing/v1/cloud_billing/rest/client.rb
|
194
|
+
- lib/google/cloud/billing/v1/cloud_billing/rest/service_stub.rb
|
192
195
|
- lib/google/cloud/billing/v1/cloud_billing_pb.rb
|
193
196
|
- lib/google/cloud/billing/v1/cloud_billing_services_pb.rb
|
194
197
|
- lib/google/cloud/billing/v1/cloud_catalog.rb
|
195
198
|
- lib/google/cloud/billing/v1/cloud_catalog/client.rb
|
196
199
|
- lib/google/cloud/billing/v1/cloud_catalog/credentials.rb
|
197
200
|
- lib/google/cloud/billing/v1/cloud_catalog/paths.rb
|
201
|
+
- lib/google/cloud/billing/v1/cloud_catalog/rest.rb
|
202
|
+
- lib/google/cloud/billing/v1/cloud_catalog/rest/client.rb
|
203
|
+
- lib/google/cloud/billing/v1/cloud_catalog/rest/service_stub.rb
|
198
204
|
- lib/google/cloud/billing/v1/cloud_catalog_pb.rb
|
199
205
|
- lib/google/cloud/billing/v1/cloud_catalog_services_pb.rb
|
206
|
+
- lib/google/cloud/billing/v1/rest.rb
|
200
207
|
- lib/google/cloud/billing/v1/version.rb
|
201
208
|
- proto_docs/README.md
|
209
|
+
- proto_docs/google/api/client.rb
|
202
210
|
- proto_docs/google/api/field_behavior.rb
|
211
|
+
- proto_docs/google/api/launch_stage.rb
|
203
212
|
- proto_docs/google/api/resource.rb
|
204
213
|
- proto_docs/google/cloud/billing/v1/cloud_billing.rb
|
205
214
|
- proto_docs/google/cloud/billing/v1/cloud_catalog.rb
|
206
215
|
- proto_docs/google/iam/v1/iam_policy.rb
|
207
216
|
- proto_docs/google/iam/v1/options.rb
|
208
217
|
- proto_docs/google/iam/v1/policy.rb
|
218
|
+
- proto_docs/google/protobuf/duration.rb
|
209
219
|
- proto_docs/google/protobuf/field_mask.rb
|
210
220
|
- proto_docs/google/protobuf/timestamp.rb
|
211
221
|
- proto_docs/google/type/expr.rb
|
@@ -229,8 +239,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
229
239
|
- !ruby/object:Gem::Version
|
230
240
|
version: '0'
|
231
241
|
requirements: []
|
232
|
-
rubygems_version: 3.
|
242
|
+
rubygems_version: 3.4.2
|
233
243
|
signing_key:
|
234
244
|
specification_version: 4
|
235
|
-
summary:
|
245
|
+
summary: Allows developers to manage billing for their Google Cloud Platform projects
|
246
|
+
programmatically.
|
236
247
|
test_files: []
|