google-cloud-cloud_quotas-v1 2.0.0 → 2.0.1

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: 198baa412a792be6406217dd2c387336cc753b1ab96f11ba1a9e3cb662490d56
4
- data.tar.gz: b3e8c186c3ca932e86b6ff92f60bc956bba89cb154aa30513b60374b75b467b2
3
+ metadata.gz: 82fa7b1e27755a857718a46adfd86d83beb9e0d64b1f55e65c4c44bce086d251
4
+ data.tar.gz: 2a38c749d64967eeac17092b344e0b75390e3ee267616834ff18c97b90467a5b
5
5
  SHA512:
6
- metadata.gz: 79fd6de9900ea45b5f64517722db8279e811adc95d875d85186c79b048bafbcbc0820c513da471e0da9b4963983039d3753b3c49ddd1e19059e9d3de39885717
7
- data.tar.gz: 4eb2c5ec598aead8c36085837958394a58be3be125136cbe9b9871ef537a7438546051fd583b9ca4995402314f3c2180940782f5c8b7866166437f2078be14e5
6
+ metadata.gz: b4a6e7f5b66e09be276319758eabd4b0f1ff51b35799a259f264301c53cca096b3c090e907253bf2d4df4a36b6d1b8f5a57bc9de61510401fe3b4cba9185dd54
7
+ data.tar.gz: '0590bc68da04b4c1ffabd9b1cf00d72395ae7d7d8a82f949f017f8bcb01fec71ac03194b2d1fe4d919080b410ace311ff88bef210d43add3a25bcb2164fe3255'
@@ -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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudQuotas
23
23
  module V1
24
- VERSION = "2.0.0"
24
+ VERSION = "2.0.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +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: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 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
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.6.3
103
+ rubygems_version: 3.6.8
104
104
  specification_version: 4
105
105
  summary: Cloud Quotas API provides Google Cloud service consumers with management
106
106
  and observability for resource usage, quotas, and restrictions of the services they