google-cloud-alloy_db-v1alpha 0.7.1 → 0.7.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: 320d3b3ae170d016f97cd662b1dbb1657daefa9000e798411ef62d61141f92fb
4
- data.tar.gz: 4401056a0b2bf165570795d1c4900c808d32b0257a9eb18b425a7b425e748dd1
3
+ metadata.gz: 3306e6840cb29ffe8acc32e08ab587204df71fcee486c11d569d103a5141a642
4
+ data.tar.gz: 31705a99943dbb87f26dbb751dfe5a09f82f5758e1d2861fdbf3edb7ca5e00b6
5
5
  SHA512:
6
- metadata.gz: 36795629cb5bf82059ea067d5713bbfde7168a819da7b2c60ecb7edffa720f78e717b9a10bdcd9da6694e995cba375d411da87d6e492cc34cfd08802600b4bfa
7
- data.tar.gz: 2a10faa2996e7b66b087a509401323cf6399094237633e81ec12d6ef97f4635c04f4ef7a3d3ab6c0e2ea620482d00f448c5df666e075251d3ec16a9b6cc78417
6
+ metadata.gz: da5367574a1afab362301281dabacd66e0c302433e6dc6a97524f929d03b638fd82bfb5b76904d3c0874c8704b4c82687ade7d31e3df7ea014e7d422c832fed1
7
+ data.tar.gz: 9b70cd4bf694123247db66afb6a9a5ad33fe640a25c76a9ab34ed79386f2cb18cff28109abb38a2d902c493d7b352b1fa69ea00011f597e89751671ee3bb941a
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AlloyDB
23
23
  module V1alpha
24
- VERSION = "0.7.1"
24
+ VERSION = "0.7.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-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.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