google-cloud-alloy_db-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: ea31832b84b96ef1db566d9dc9a1a228d63a9d3f4773fa3f264e7d6032af4010
4
- data.tar.gz: e13b9683631dd66771eb6b79b2d35ccac62738a0c931be08e98d490ef9b0d03a
3
+ metadata.gz: '04154817269e88a9b0859ac01f61f1198fb4d66ea51193eaee9353f692d571ae'
4
+ data.tar.gz: bb7b4d4062d40cf62ba00a114f9fca24a6dd9b62cb14258495899e4b0f9596fe
5
5
  SHA512:
6
- metadata.gz: 2ffb9f65a536f106a87e860c380a2c4b39040bdcff56a169244211b699f6a8b89fe5056f240a24bff122bb2afa9d82c0208f6ff5ee5ee1a645e8020a071f498d
7
- data.tar.gz: 6a9b5d120d989d5492de928f3b0e057c14578bd33195b3d9cd2143e33b6cfbed48fa9d87915f541691d60c83161881aa5c6346d172f8b4fb933e81b52165046c
6
+ metadata.gz: 6353fc49b473cb1c72a1f0c46d413a6835e2dfa261b93b31b8d9e3efe7e58dad4377bc7abb1bf7a171a1c044edb247f1b47832cdcf5cd3c609bcbfa0345ad0cb
7
+ data.tar.gz: 8669f898cf50d53c060b8ef9c5c6b52e912556361a220b1e4de4ef6122aa5c883e8e533303ffa8096ad22f1e2886c61e30f31b38fb4ee6c1fd146a54b5d4a319
@@ -4104,8 +4104,8 @@ module Google
4104
4104
 
4105
4105
  config_attr :endpoint, nil, ::String, nil
4106
4106
  config_attr :credentials, nil do |value|
4107
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4108
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
4107
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4108
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
4109
4109
  allowed.any? { |klass| klass === value }
4110
4110
  end
4111
4111
  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
@@ -3851,7 +3851,7 @@ module Google
3851
3851
 
3852
3852
  config_attr :endpoint, nil, ::String, nil
3853
3853
  config_attr :credentials, nil do |value|
3854
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3854
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3855
3855
  allowed.any? { |klass| klass === value }
3856
3856
  end
3857
3857
  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 V1
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
25
25
  end
26
26
  end
27
27
  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-alloy_db-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
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  - !ruby/object:Gem::Version
161
161
  version: '0'
162
162
  requirements: []
163
- rubygems_version: 3.6.3
163
+ rubygems_version: 3.6.8
164
164
  specification_version: 4
165
165
  summary: AlloyDB for PostgreSQL is an open source-compatible database service that
166
166
  provides a powerful option for migrating, modernizing, or building commercial-grade