google-cloud-alloy_db-v1beta 0.14.0 → 0.14.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: f3e6152f477e66754acf0a740dec1ddb1ad130b8efdd70b341e3cc5ae89a52dc
4
- data.tar.gz: 8e062b5fe48d9c2f2b0dbd14fa2d5a7a3fdde50121faaf4d1aaa1ae1bd93e5ad
3
+ metadata.gz: 2da3f3750938145ec45c88a962c48e606697e539414e32ddc84040eb8194cf44
4
+ data.tar.gz: ffc1c7e3a80db325c6db28486317e456280346f989b8ebd77510055eb5921fca
5
5
  SHA512:
6
- metadata.gz: 53b07871f752e9cdd41c974e1bed5be05ebcafd5f301da3c0533093462cfae50e719e3b37a0b05c1869205730536f4cb50159ff2371d597189e74c1f6a1d2bef
7
- data.tar.gz: 9fecab47f7e83d5850072b7c29a3fb20d9526f2d9622b6cb160a0035e87b818b58ef8dcfdce2e79351379f379da95c490b35ed98b1306ba1ff75045168337036
6
+ metadata.gz: e4b356e687a851c9dfbedf56296b69819d433d36c8b0efc3bb8306f1230c991f564cf7c8297b4f2f1e8b3a96cf973ce6dcebb67b173e275876e36f16c41f9f54
7
+ data.tar.gz: 1305be4f87a0aeb49826cc2de4667345f8943a8ec8cf901aa448c545bce01890078c7983e90de9ebc8fafdc398dac117b08f45e4509665f47103a7a634ea9407
@@ -4352,8 +4352,8 @@ module Google
4352
4352
 
4353
4353
  config_attr :endpoint, nil, ::String, nil
4354
4354
  config_attr :credentials, nil do |value|
4355
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4356
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
4355
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4356
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
4357
4357
  allowed.any? { |klass| klass === value }
4358
4358
  end
4359
4359
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -4085,7 +4085,7 @@ module Google
4085
4085
 
4086
4086
  config_attr :endpoint, nil, ::String, nil
4087
4087
  config_attr :credentials, nil do |value|
4088
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4088
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4089
4089
  allowed.any? { |klass| klass === value }
4090
4090
  end
4091
4091
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AlloyDB
23
23
  module V1beta
24
- VERSION = "0.14.0"
24
+ VERSION = "0.14.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-alloy_db-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-18 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
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
- rubygems_version: 3.6.5
167
+ rubygems_version: 3.6.8
168
168
  specification_version: 4
169
169
  summary: AlloyDB for PostgreSQL is an open source-compatible database service that
170
170
  provides a powerful option for migrating, modernizing, or building commercial-grade