google-cloud-redis-cluster-v1 1.0.0 → 1.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: bb774b1615a85cda1ff7b311540cc466295991ee9498d79a5c872027693f1aaa
4
- data.tar.gz: 558576fe2545a243bb167b4574dc693be440ebe114636a99f3536114a88b5fb5
3
+ metadata.gz: baab8023d62f3767e615aaf1457e9ff95f6b1e50d3d45ac5f69447ad535913c3
4
+ data.tar.gz: caf935dc9337c11764fa754db798f32145c860bc71916424f8d31dac4d3583c3
5
5
  SHA512:
6
- metadata.gz: 69e18cc746d23ad10087b03eb023a6bb5a28555f7e70777f338fe0c6b7826c9550d9e595db491324a2549e0822903162c87a842c5dbf03a198402bbd1d0a7c9b
7
- data.tar.gz: 8ed5d29cffb7430ce791234ebf88fd1b9f89c2d47d08a217a7b974f81dae4ea397a4df817645768d983f09396f22b0a4bcd3a9aed9139cd7060d56d3abd88404
6
+ metadata.gz: 32232088c2962717babf10d3fc497d18dab3ca8f7fd777c0936b559cbeb38b07f09ad914e3f7b7b757386d2e7a7f9f32da79f56e9df0d7de3c6390e944177f34
7
+ data.tar.gz: a3a1093979bc3e4b87ff8a0118fe8a405ab8c43ac6ddcdc0594dfc64da33bea886922b8535bbce085634812263d8a5d3045a52c6e7203bd55eea45771274eb11
@@ -1765,8 +1765,8 @@ module Google
1765
1765
 
1766
1766
  config_attr :endpoint, nil, ::String, nil
1767
1767
  config_attr :credentials, nil do |value|
1768
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1769
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1768
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1769
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1770
1770
  allowed.any? { |klass| klass === value }
1771
1771
  end
1772
1772
  config_attr :scope, nil, ::String, ::Array, nil
@@ -702,8 +702,8 @@ module Google
702
702
 
703
703
  config_attr :endpoint, nil, ::String, nil
704
704
  config_attr :credentials, nil do |value|
705
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
706
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
705
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
706
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
707
707
  allowed.any? { |klass| klass === value }
708
708
  end
709
709
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1652,7 +1652,7 @@ module Google
1652
1652
 
1653
1653
  config_attr :endpoint, nil, ::String, nil
1654
1654
  config_attr :credentials, nil do |value|
1655
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1655
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1656
1656
  allowed.any? { |klass| klass === value }
1657
1657
  end
1658
1658
  config_attr :scope, nil, ::String, ::Array, nil
@@ -557,7 +557,7 @@ module Google
557
557
 
558
558
  config_attr :endpoint, nil, ::String, nil
559
559
  config_attr :credentials, nil do |value|
560
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
560
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
561
561
  allowed.any? { |klass| klass === value }
562
562
  end
563
563
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Redis
23
23
  module Cluster
24
24
  module V1
25
- VERSION = "1.0.0"
25
+ VERSION = "1.0.1"
26
26
  end
27
27
  end
28
28
  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-redis-cluster-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.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
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.6.3
129
+ rubygems_version: 3.6.8
130
130
  specification_version: 4
131
131
  summary: Creates and manages Redis instances on the Google Cloud Platform.
132
132
  test_files: []