google-cloud-cloud_quotas-v1beta 0.3.1 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b14bfaf55ccc2331076ef2064ad42bae5c653b04eec30134ebecbf3d4f9bd87
4
- data.tar.gz: '0909ce3902403d1cd69387e3813d88c7bd9a087ba791296719aa5bac7a7d1922'
3
+ metadata.gz: 7e8337ab5655af599257b8786cec013152d3228675243d519db51acc4ebaa6e8
4
+ data.tar.gz: 7e04d371e4d18918861c0eae650ed36519ec745a518286daa0b1829b0b23d4a4
5
5
  SHA512:
6
- metadata.gz: 46d017c77913f4504fe2c50076833f8b0ad140f6715e7568c75e7929077ce94e95b7ed0aaab41ce03fe1c2818c9c4dd2da14b449ccfc645e3603a2f9e3c0410e
7
- data.tar.gz: 61b1ad46f83a0a9068ff942ead82ee8ff41d0247d46370d5f774224b416fafc8b23486da53b871d938961c4afa7a17b4140d8fdffdf72ea6679b7d7124c91ea2
6
+ metadata.gz: 93bb66b292f2c9c1ef720111ee7ee31e9708b004edd61f292eca447ffe73698eed84eee0fe8b995a696c08932ac253993b40f83ff86c6569a264fa42b0521fb7
7
+ data.tar.gz: caef853d51f73a4f8cede06d9ef3ff8a898b2c29895aea3e6163f2147f689e7cc40bdc6d94d65add8b083e9860b83f60f2a2b1c50d0c8a1cc7bc3b009b3fc829
@@ -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.4.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,34 +1,28 @@
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.4.0
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
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -103,14 +97,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
97
  requirements:
104
98
  - - ">="
105
99
  - !ruby/object:Gem::Version
106
- version: '3.0'
100
+ version: '3.1'
107
101
  required_rubygems_version: !ruby/object:Gem::Requirement
108
102
  requirements:
109
103
  - - ">="
110
104
  - !ruby/object:Gem::Version
111
105
  version: '0'
112
106
  requirements: []
113
- rubygems_version: 3.6.5
107
+ rubygems_version: 3.6.8
114
108
  specification_version: 4
115
109
  summary: Cloud Quotas API provides Google Cloud service consumers with management
116
110
  and observability for resource usage, quotas, and restrictions of the services they