google-cloud-cloud_quotas-v1beta 0.1.0 → 0.2.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/cloud_quotas/v1beta/cloud_quotas/client.rb +7 -0
- data/lib/google/cloud/cloud_quotas/v1beta/cloud_quotas/rest/client.rb +7 -0
- data/lib/google/cloud/cloud_quotas/v1beta/quota_adjuster_settings_manager/client.rb +7 -0
- data/lib/google/cloud/cloud_quotas/v1beta/quota_adjuster_settings_manager/rest/client.rb +7 -0
- data/lib/google/cloud/cloud_quotas/v1beta/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc2dc9b44d1d25d2952a6c37db1bd2e47b314a899830ef3342d496d6f03a1410
|
|
4
|
+
data.tar.gz: aea49069f8b8e94ac15e3d080537479af4fcc4eae4945546a1ece35ef2f8c9c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 698ccdc8a6acf7a785088ae8b62612e46307286ab347bfd60bcdb705f9622032d06199333b227f799eb52f7edf174c1c7d9a512e3d1bb515bd7223c73d6e8515
|
|
7
|
+
data.tar.gz: d44d17a1b50c551508950613394c422dba95d97997d6611ae5592e7c5d9c92c191f642433c1da599dcf81a9229d8608e87d7eb7eac8cad263163f15e9b970541
|
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
|
|
@@ -419,6 +419,13 @@ module Google
|
|
|
419
419
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
420
420
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
421
421
|
# * (`nil`) indicating no credentials
|
|
422
|
+
#
|
|
423
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
424
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
425
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
426
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
427
|
+
# For more information, refer to [Validate credential configurations from external
|
|
428
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
422
429
|
# @return [::Object]
|
|
423
430
|
# @!attribute [rw] scope
|
|
424
431
|
# The OAuth scopes
|
|
@@ -396,6 +396,13 @@ module Google
|
|
|
396
396
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
397
397
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
398
398
|
# * (`nil`) indicating no credentials
|
|
399
|
+
#
|
|
400
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
401
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
402
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
403
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
404
|
+
# For more information, refer to [Validate credential configurations from external
|
|
405
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
399
406
|
# @return [::Object]
|
|
400
407
|
# @!attribute [rw] scope
|
|
401
408
|
# The OAuth scopes
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-cloud_quotas-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-01-
|
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: gapic-common
|
|
@@ -15,7 +15,7 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: 0.25.0
|
|
19
19
|
- - "<"
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: 2.a
|
|
@@ -25,7 +25,7 @@ dependencies:
|
|
|
25
25
|
requirements:
|
|
26
26
|
- - ">="
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.
|
|
28
|
+
version: 0.25.0
|
|
29
29
|
- - "<"
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
31
|
version: 2.a
|
|
@@ -103,7 +103,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
requirements:
|
|
104
104
|
- - ">="
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: '
|
|
106
|
+
version: '3.0'
|
|
107
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
109
|
- - ">="
|