google-cloud-billing-v1 1.2.0 → 1.3.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/README.md +1 -1
- data/lib/google/cloud/billing/v1/cloud_billing/client.rb +7 -0
- data/lib/google/cloud/billing/v1/cloud_billing/rest/client.rb +7 -0
- data/lib/google/cloud/billing/v1/cloud_catalog/client.rb +7 -0
- data/lib/google/cloud/billing/v1/cloud_catalog/rest/client.rb +7 -0
- data/lib/google/cloud/billing/v1/version.rb +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d66cc5cd4177f18bd2d39afa9b59624d8f27d947abcd8ab185df98eebb020eb
|
4
|
+
data.tar.gz: 413f589a3928eb10aeae6f40b40d4cfeadad4d14687639f0b16bc9bfc99117f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 513ac4b53fe1343e38267996116f203f9a294fe88dc51b744a013b23b4ee401ea70edd234a9dfbdc856ab21ba1cf0ca0a2a0a72bc0ee0866fb27996f62e539ec
|
7
|
+
data.tar.gz: c121811154c0785a2e1c938b132175b47a774803012ce46d5b1b77af7fe1f7ea69b112776387ea2e5b9065a88bf3fe21eb4c48efb0cd35462efde9748d80ea8b
|
data/README.md
CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
85
85
|
|
86
86
|
## Supported Ruby Versions
|
87
87
|
|
88
|
-
This library is supported on Ruby
|
88
|
+
This library is supported on Ruby 3.0+.
|
89
89
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -1356,6 +1356,13 @@ module Google
|
|
1356
1356
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1357
1357
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1358
1358
|
# * (`nil`) indicating no credentials
|
1359
|
+
#
|
1360
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1361
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1362
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1363
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1364
|
+
# For more information, refer to [Validate credential configurations from external
|
1365
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1359
1366
|
# @return [::Object]
|
1360
1367
|
# @!attribute [rw] scope
|
1361
1368
|
# The OAuth scopes
|
@@ -1286,6 +1286,13 @@ module Google
|
|
1286
1286
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1287
1287
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1288
1288
|
# * (`nil`) indicating no credentials
|
1289
|
+
#
|
1290
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1291
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1292
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1293
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1294
|
+
# For more information, refer to [Validate credential configurations from external
|
1295
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1289
1296
|
# @return [::Object]
|
1290
1297
|
# @!attribute [rw] scope
|
1291
1298
|
# The OAuth scopes
|
@@ -436,6 +436,13 @@ module Google
|
|
436
436
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
437
437
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
438
438
|
# * (`nil`) indicating no credentials
|
439
|
+
#
|
440
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
441
|
+
# external source for authentication to Google Cloud, you must validate it before
|
442
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
443
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
444
|
+
# For more information, refer to [Validate credential configurations from external
|
445
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
439
446
|
# @return [::Object]
|
440
447
|
# @!attribute [rw] scope
|
441
448
|
# The OAuth scopes
|
@@ -421,6 +421,13 @@ module Google
|
|
421
421
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
422
422
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
423
423
|
# * (`nil`) indicating no credentials
|
424
|
+
#
|
425
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
426
|
+
# external source for authentication to Google Cloud, you must validate it before
|
427
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
428
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
429
|
+
# For more information, refer to [Validate credential configurations from external
|
430
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
424
431
|
# @return [::Object]
|
425
432
|
# @!attribute [rw] scope
|
426
433
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-billing-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -112,7 +111,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
112
111
|
licenses:
|
113
112
|
- Apache-2.0
|
114
113
|
metadata: {}
|
115
|
-
post_install_message:
|
116
114
|
rdoc_options: []
|
117
115
|
require_paths:
|
118
116
|
- lib
|
@@ -120,15 +118,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
118
|
requirements:
|
121
119
|
- - ">="
|
122
120
|
- !ruby/object:Gem::Version
|
123
|
-
version: '
|
121
|
+
version: '3.0'
|
124
122
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
125
123
|
requirements:
|
126
124
|
- - ">="
|
127
125
|
- !ruby/object:Gem::Version
|
128
126
|
version: '0'
|
129
127
|
requirements: []
|
130
|
-
rubygems_version: 3.
|
131
|
-
signing_key:
|
128
|
+
rubygems_version: 3.6.2
|
132
129
|
specification_version: 4
|
133
130
|
summary: Allows developers to manage billing for their Google Cloud Platform projects
|
134
131
|
programmatically.
|