google-cloud-cloud_quotas-v1 1.2.0 → 1.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e4172b0ef7c6f8c2db6a26bea40b02213dc9a22a97a97e4c3f8371d84000484
|
4
|
+
data.tar.gz: 6272f1fdaa4e45ef0fb5b389e234be0677ed7e676bc4ff0cf43559a8ee6e66a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6daf827388acbe9a173882fe5d990b0d7553e50805debdadff2abffeb31cef18b63646929ec51f3b0aa38873b4fec5d51a28e8eaca3b85e75b52d94cd4e09754
|
7
|
+
data.tar.gz: f628b73924cdf89d4e39e22ba2d31ff3622e70bdd7a72a6a85b9187e498908f0d84d7236006954ba40d936c61bd510f5d4276f2da746b616663f2679750c107c
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -857,6 +857,13 @@ module Google
|
|
857
857
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
858
858
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
859
859
|
# * (`nil`) indicating no credentials
|
860
|
+
#
|
861
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
862
|
+
# external source for authentication to Google Cloud, you must validate it before
|
863
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
864
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
865
|
+
# For more information, refer to [Validate credential configurations from external
|
866
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
860
867
|
# @return [::Object]
|
861
868
|
# @!attribute [rw] scope
|
862
869
|
# The OAuth scopes
|
@@ -804,6 +804,13 @@ module Google
|
|
804
804
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
805
805
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
806
806
|
# * (`nil`) indicating no credentials
|
807
|
+
#
|
808
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
809
|
+
# external source for authentication to Google Cloud, you must validate it before
|
810
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
811
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
812
|
+
# For more information, refer to [Validate credential configurations from external
|
813
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
807
814
|
# @return [::Object]
|
808
815
|
# @!attribute [rw] scope
|
809
816
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-cloud_quotas-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
|
@@ -87,7 +86,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
87
86
|
licenses:
|
88
87
|
- Apache-2.0
|
89
88
|
metadata: {}
|
90
|
-
post_install_message:
|
91
89
|
rdoc_options: []
|
92
90
|
require_paths:
|
93
91
|
- lib
|
@@ -95,15 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
93
|
requirements:
|
96
94
|
- - ">="
|
97
95
|
- !ruby/object:Gem::Version
|
98
|
-
version: '
|
96
|
+
version: '3.0'
|
99
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
100
98
|
requirements:
|
101
99
|
- - ">="
|
102
100
|
- !ruby/object:Gem::Version
|
103
101
|
version: '0'
|
104
102
|
requirements: []
|
105
|
-
rubygems_version: 3.
|
106
|
-
signing_key:
|
103
|
+
rubygems_version: 3.6.2
|
107
104
|
specification_version: 4
|
108
105
|
summary: Cloud Quotas API provides Google Cloud service consumers with management
|
109
106
|
and observability for resource usage, quotas, and restrictions of the services they
|