google-cloud-spanner-admin-database-v1 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35ac7ff99d068312dba2120012c8b8643d9eea22bdf2aad9dc5417ca362b81fb
4
- data.tar.gz: f54eff5974c5974c8a3d8ed76fd8d61719ac3e6ea3fa6543372d670400b237e2
3
+ metadata.gz: 38ee8c5fec154d164e629a4f226041a9f69273fb639b262d9cd80e89d574320b
4
+ data.tar.gz: a5c0f2f770d548ba477bc53dca80096167cdacc0285fa50e48642817da65dde0
5
5
  SHA512:
6
- metadata.gz: f6993355f4abe62525940158a497fb6ba6d6f5c0f7b1157d4d0de1bc30b6dc206ed8291c4236d3a9e2bbde3fcc6de65bcaaafc20b5285f90685f0ee013ad103f
7
- data.tar.gz: cfbd3c7d78762e3132519754d904fedc9b1761c1647dda19234273d360c009ff4f5d76ea5adc4c45d59002ab41be784ec598d795d70187f9aa995b627aebf61b
6
+ metadata.gz: 48408879b14ffb4ceb7ff4f550ac0e951005b1d226ef956d5a583051223ac1ee990be29e19771806e96dc2afa4857e815f89788f42a15aaeac885ae8a92dbb3c
7
+ data.tar.gz: 842e7f21ba92b14c6667b29ecc95d80943dba1b75a07ce2ccb07728853296060790842cc3dc0d1804d1ba4819951354300299b55868af92e73aa52a8328e8ecc
@@ -23,7 +23,7 @@ module Google
23
23
  module Admin
24
24
  module Database
25
25
  module V1
26
- VERSION = "1.2.0"
26
+ VERSION = "1.2.1"
27
27
  end
28
28
  end
29
29
  end
@@ -196,9 +196,26 @@ module Google
196
196
  # @!attribute [rw] common
197
197
  # @return [::Google::Api::CommonLanguageSettings]
198
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
199
202
  class PythonSettings
200
203
  include ::Google::Protobuf::MessageExts
201
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
202
219
  end
203
220
 
204
221
  # Settings for Node client libraries.
metadata CHANGED
@@ -1,14 +1,14 @@
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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common