google-cloud-cloud_quotas-v1beta 0.3.1 → 0.3.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b14bfaf55ccc2331076ef2064ad42bae5c653b04eec30134ebecbf3d4f9bd87
4
- data.tar.gz: '0909ce3902403d1cd69387e3813d88c7bd9a087ba791296719aa5bac7a7d1922'
3
+ metadata.gz: d6fd5bf2f9267fad478eb3b1543757666f54323c55cb2e0459c5f9b682ae356b
4
+ data.tar.gz: ed4800c7a8a51826ac5a7cf34e907829a2a23eed6820b71291d7dbc7798ab675
5
5
  SHA512:
6
- metadata.gz: 46d017c77913f4504fe2c50076833f8b0ad140f6715e7568c75e7929077ce94e95b7ed0aaab41ce03fe1c2818c9c4dd2da14b449ccfc645e3603a2f9e3c0410e
7
- data.tar.gz: 61b1ad46f83a0a9068ff942ead82ee8ff41d0247d46370d5f774224b416fafc8b23486da53b871d938961c4afa7a17b4140d8fdffdf72ea6679b7d7124c91ea2
6
+ metadata.gz: cb0e5ce310c34903be5ad1b0df7cb2903698449f58b0f98dd3f4cb7d0e88fb80b9aca6d01a318d05c19a6e607087a7d28df51b4cf725e8c238eda796499e68b8
7
+ data.tar.gz: 29783568418a7821f0d4dd36f4691f0af4961df49011772b09f297fb548709ed3d2438efaf4ee1882b05f3ab25a3b68327fb587908d820a3a7dc715cf897be4b
@@ -918,8 +918,8 @@ module Google
918
918
 
919
919
  config_attr :endpoint, nil, ::String, nil
920
920
  config_attr :credentials, nil do |value|
921
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
922
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
921
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
922
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
923
923
  allowed.any? { |klass| klass === value }
924
924
  end
925
925
  config_attr :scope, nil, ::String, ::Array, nil
@@ -860,7 +860,7 @@ module Google
860
860
 
861
861
  config_attr :endpoint, nil, ::String, nil
862
862
  config_attr :credentials, nil do |value|
863
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
863
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
864
864
  allowed.any? { |klass| klass === value }
865
865
  end
866
866
  config_attr :scope, nil, ::String, ::Array, nil
@@ -480,8 +480,8 @@ module Google
480
480
 
481
481
  config_attr :endpoint, nil, ::String, nil
482
482
  config_attr :credentials, nil do |value|
483
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
484
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
483
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
484
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
485
485
  allowed.any? { |klass| klass === value }
486
486
  end
487
487
  config_attr :scope, nil, ::String, ::Array, nil
@@ -450,7 +450,7 @@ module Google
450
450
 
451
451
  config_attr :endpoint, nil, ::String, nil
452
452
  config_attr :credentials, nil do |value|
453
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
453
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
454
454
  allowed.any? { |klass| klass === value }
455
455
  end
456
456
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudQuotas
23
23
  module V1beta
24
- VERSION = "0.3.1"
24
+ VERSION = "0.3.2"
25
25
  end
26
26
  end
27
27
  end
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.6.5
113
+ rubygems_version: 3.6.8
114
114
  specification_version: 4
115
115
  summary: Cloud Quotas API provides Google Cloud service consumers with management
116
116
  and observability for resource usage, quotas, and restrictions of the services they