google-cloud-alloy_db-v1 0.9.1 → 0.9.2

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: '0851b99802b449dda5587f1f79647345ef74a0f7b67205c9c56ebecd73373b1e'
4
- data.tar.gz: 4b238117b87b7370272ad70c4c53581ba9ca97d4156e2ad36d0c47829f324e3e
3
+ metadata.gz: e26ab7fa39c133b497aa0af89afc7797a46865ce617e876de3b4db1210fcb7d5
4
+ data.tar.gz: 11602d492dde8106213ea89fcdebca2271f0717e242931d8f15fb80cb287b748
5
5
  SHA512:
6
- metadata.gz: d1ff9e1383b80446aedc77f8ea50a84952a342955cca530b0c809bf8640e8ba3f73e0ba5ad68bb7be8a1ce020c4b8d6083e2004f68d51eec85a239c96cc6d7b4
7
- data.tar.gz: f4afa390e07d2a5c108abb1c6277fe30c56e0a161c6b97a7c105dae505ccdb2f9180a402d19320d8b8911f5328902a498ce5ccb1bd533affe68114d32e3dd88c
6
+ metadata.gz: e8cc6e099d93f9ba16c18bc14a2ffb6f9280b25d7c5c8d2b3719132681ef7e2be1db98832bd9ee2ff7cbbce40b0611d50938b6079dfeb5d2060ab8b5ffbf4efa
7
+ data.tar.gz: ea84b2261650e18ac86052fdb77c0abd85cf394a1fe9a918c0b0c3e88fde9541e846be7f08aacf4c785b3854fe9db94245183e875a5b94b8c7bb2e231b25975e
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AlloyDB
23
23
  module V1
24
- VERSION = "0.9.1"
24
+ VERSION = "0.9.2"
25
25
  end
26
26
  end
27
27
  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-alloy_db-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
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-09 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