google-cloud-bigtable-admin-v2 1.9.0 → 1.9.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: f04777fb57329fb05a2245272e814916ebff80cc2a0dfc6d74f0c2eb5656e762
4
- data.tar.gz: ed763e1343ddfd8f55eb3e228649d8ae5a8aa2f50f9fc1151a48d125e7e00361
3
+ metadata.gz: 5153d0be4928f0e0e9dc53a5dc806a601838d7c4e92d0566a15259f73f1b3bd5
4
+ data.tar.gz: eb495eccb463f1348a4c585d97b5aaafcfccbf2ef9e07bb0c6692febd35b3af8
5
5
  SHA512:
6
- metadata.gz: 5a269b35792e2bdcb1ccf88dd1e54bc0796d37d8676ecf0244cacfe3468906060fba2887ce9720029ace41dfc78a858f4feafb8305189aa24f8077286a1f441f
7
- data.tar.gz: e3fc4f34b425cf665a439c69d8ba6c1935b3110beb1cd772f997bf2b1ad50cd7aee6a08a31999e183529d55feb90b22471e433004d8c2ff76b08b9350dc941c7
6
+ metadata.gz: 56bc55f0aea4064f11c9847add55dc7b71dcefab5394249757dab2e35641bb53b53ae2816728dc1912d5347f84145154d62b1f165464f28989b95e343ca92fbe
7
+ data.tar.gz: e196e1eb38f556619696bcb0a8c46fc348f1639a5d768633eea21a29c0e0ddf613ca89b432a630ce49a8f9f28655432a987539008d546a56eb24435e8caeee4b
@@ -3388,8 +3388,8 @@ module Google
3388
3388
 
3389
3389
  config_attr :endpoint, nil, ::String, nil
3390
3390
  config_attr :credentials, nil do |value|
3391
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3392
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3391
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3392
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3393
3393
  allowed.any? { |klass| klass === value }
3394
3394
  end
3395
3395
  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
@@ -3439,8 +3439,8 @@ module Google
3439
3439
 
3440
3440
  config_attr :endpoint, nil, ::String, nil
3441
3441
  config_attr :credentials, nil do |value|
3442
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3443
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3442
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3443
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3444
3444
  allowed.any? { |klass| klass === value }
3445
3445
  end
3446
3446
  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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "1.9.0"
25
+ VERSION = "1.9.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-admin-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-25 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
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.6.5
135
+ rubygems_version: 3.6.8
136
136
  specification_version: 4
137
137
  summary: Administer your Cloud Bigtable tables and instances.
138
138
  test_files: []