google-cloud-spanner-admin-database-v1 1.6.0 → 1.6.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: 00ba777be345b2b47f6d54153e19b38fec1109b386d652e9658b4ca61e41af59
4
- data.tar.gz: d8dcab634826914f8eb8fb61b5e2ca3d4e3801b5b4ea3aa7bb6cd72116efd079
3
+ metadata.gz: c9d56ae8e2cb00fa2869e91d10241b80c7ff3e194428fe1dee713001be05af9b
4
+ data.tar.gz: 8bdc9a29e900b1a5ebc9a4f6048af036e1128226980e9f6f4454eea2bc70be11
5
5
  SHA512:
6
- metadata.gz: ad8fb4922061c877693f2ed18e223415dc5995cd6669064bdeca2e231b858d7b81a16fa7578b641bae39c12eed5f74e79c395db0c40d494d17a34cba5edf7c28
7
- data.tar.gz: e21ccd67e8e3a30f7819bdd6a1809df9192f188e83aa0b60f46cf5d7617c6eeae34dcbdf17da313bf9127719ec19d53eb2b1c74d800318f445cef5d423aae95e
6
+ metadata.gz: ab11c4e34899fd5f1c623d9fbf7df89cdbd7c0bb7a8a29ae18ab06fadb2b228e616879ee550b78e7cec909a8806d7a2c89e51cc93952cb63acc766bdea5f3a8d
7
+ data.tar.gz: 2cc73f036d7a5c263657fbbc6f03780b21ed3e968e9d79f159e1e155ddd39e2220340c531c5f970c024da027722621738eeb2471dedde475ca234b686262573f
@@ -3283,8 +3283,8 @@ module Google
3283
3283
 
3284
3284
  config_attr :endpoint, nil, ::String, nil
3285
3285
  config_attr :credentials, nil do |value|
3286
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3287
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3286
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3287
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3288
3288
  allowed.any? { |klass| klass === value }
3289
3289
  end
3290
3290
  config_attr :scope, nil, ::String, ::Array, nil
@@ -703,8 +703,8 @@ module Google
703
703
 
704
704
  config_attr :endpoint, nil, ::String, nil
705
705
  config_attr :credentials, nil do |value|
706
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
707
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
706
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
707
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
708
708
  allowed.any? { |klass| klass === value }
709
709
  end
710
710
  config_attr :scope, nil, ::String, ::Array, nil
@@ -3083,7 +3083,7 @@ module Google
3083
3083
 
3084
3084
  config_attr :endpoint, nil, ::String, nil
3085
3085
  config_attr :credentials, nil do |value|
3086
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3086
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3087
3087
  allowed.any? { |klass| klass === value }
3088
3088
  end
3089
3089
  config_attr :scope, nil, ::String, ::Array, nil
@@ -558,7 +558,7 @@ module Google
558
558
 
559
559
  config_attr :endpoint, nil, ::String, nil
560
560
  config_attr :credentials, nil do |value|
561
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
561
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
562
562
  allowed.any? { |klass| klass === value }
563
563
  end
564
564
  config_attr :scope, nil, ::String, ::Array, nil
@@ -23,7 +23,7 @@ module Google
23
23
  module Admin
24
24
  module Database
25
25
  module V1
26
- VERSION = "1.6.0"
26
+ VERSION = "1.6.1"
27
27
  end
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-admin-database-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-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
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.6.3
130
+ rubygems_version: 3.6.8
131
131
  specification_version: 4
132
132
  summary: Cloud Spanner is a managed, mission-critical, globally consistent and scalable
133
133
  relational database service.