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 +4 -4
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb +2 -2
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/operations.rb +2 -2
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/rest/client.rb +1 -1
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/rest/operations.rb +1 -1
- data/lib/google/cloud/alloy_db/v1beta/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2da3f3750938145ec45c88a962c48e606697e539414e32ddc84040eb8194cf44
|
4
|
+
data.tar.gz: ffc1c7e3a80db325c6db28486317e456280346f989b8ebd77510055eb5921fca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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
|