google-cloud-spanner-admin-instance-v1 2.0.0 → 2.1.0

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: bf75e79dc6992f78f469f612fb12aee20e517db5a9b49e7e7e64a8069e2e33dc
4
- data.tar.gz: 5f024a5cb570eb39a95900fe55f711b543427d516189658d4d061285937f21f1
3
+ metadata.gz: 1fe9545d3ef4a44b2336552b2027c9bb5db94e07f5568eef063832890a75f734
4
+ data.tar.gz: 62b0fa667018b1140da020bd19d231ad3c714d4ece095b052daef98f3542c124
5
5
  SHA512:
6
- metadata.gz: 883618bbc695994ed05b142876b734310a6197cb42b86dc39a7f1e65e3575c11178a72e8800e8d318474f9a5c97bc6a6e5f1150697930983142a4c9b5c5f518e
7
- data.tar.gz: a268fd86d430f882c432a9ec4d1d38135a5436548f3faca0b490562c83188627be78100550c42adf8d199600bddb6990e0dea8166fd31eb9242ef1809d601102
6
+ metadata.gz: 3180a2b8a940d0a5820818de639da397e14bdc195f9801727e1e3e26f7ce309881207723fd7959dd686e406ba7c5d23d67468fd60aeb9fb655817dced530c6ca
7
+ data.tar.gz: 2d253024dac5f342331f6e609d7fde53f5516c85ed6b6934d1ccf679bb086960a4c1a1886f4bcfbf5f34caf7a30d6fe71996e552ca0a4b1bc21621f2c853a415
@@ -2897,8 +2897,8 @@ module Google
2897
2897
 
2898
2898
  config_attr :endpoint, nil, ::String, nil
2899
2899
  config_attr :credentials, nil do |value|
2900
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2901
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2900
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2901
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2902
2902
  allowed.any? { |klass| klass === value }
2903
2903
  end
2904
2904
  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
@@ -2732,7 +2732,7 @@ module Google
2732
2732
 
2733
2733
  config_attr :endpoint, nil, ::String, nil
2734
2734
  config_attr :credentials, nil do |value|
2735
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2735
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2736
2736
  allowed.any? { |klass| klass === value }
2737
2737
  end
2738
2738
  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 Instance
25
25
  module V1
26
- VERSION = "2.0.0"
26
+ VERSION = "2.1.0"
27
27
  end
28
28
  end
29
29
  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,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-admin-instance-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
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
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -49,14 +43,14 @@ dependencies:
49
43
  requirements:
50
44
  - - "~>"
51
45
  - !ruby/object:Gem::Version
52
- version: '1.1'
46
+ version: '1.11'
53
47
  type: :runtime
54
48
  prerelease: false
55
49
  version_requirements: !ruby/object:Gem::Requirement
56
50
  requirements:
57
51
  - - "~>"
58
52
  - !ruby/object:Gem::Version
59
- version: '1.1'
53
+ version: '1.11'
60
54
  description: Cloud Spanner is a managed, mission-critical, globally consistent and
61
55
  scalable relational database service. Note that google-cloud-spanner-admin-instance-v1
62
56
  is a version-specific client library. For most uses, we recommend installing the
@@ -115,14 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
109
  requirements:
116
110
  - - ">="
117
111
  - !ruby/object:Gem::Version
118
- version: '3.0'
112
+ version: '3.1'
119
113
  required_rubygems_version: !ruby/object:Gem::Requirement
120
114
  requirements:
121
115
  - - ">="
122
116
  - !ruby/object:Gem::Version
123
117
  version: '0'
124
118
  requirements: []
125
- rubygems_version: 3.6.3
119
+ rubygems_version: 3.6.8
126
120
  specification_version: 4
127
121
  summary: API Client library for the Cloud Spanner Instance Admin V1 API
128
122
  test_files: []