google-cloud-redis-cluster-v1 0.4.1 → 0.4.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: 4ccc1fd146413bb007fc65c9e88a2b004a29fc01f1780c97259ceb12a2cdadae
4
- data.tar.gz: a2146dff8081b12a2a7739f73153f1195fc34faf47778de8467986241cf12af5
3
+ metadata.gz: 5d77867888887796936a76150cb268ce16fc0d3b35a5aafe472068fa10f2a504
4
+ data.tar.gz: 9fb1a872b8859ea0c285dae55bc38f4ef974b5fb7ec7b76253e84ea757be32df
5
5
  SHA512:
6
- metadata.gz: 40bad6997ce21bf5db594d8bd3921f99539f9f90bdc5fdb356497602b3f7427d6e4a6cd3d5664a9f7b037020f5144c3200be9f11629e60332a2c10a6a13e7b43
7
- data.tar.gz: e8117b2d8275039264dcabcca6d929b71a6a91b1f5b76cbacd152bf8860ab82d492b74c0fd617e121fce355458325d4f28fcaf1676f84221ea1e306d0609b580
6
+ metadata.gz: 99cd724b0936513d694573ebd559c0b3ec2731aa9a17df1730fb8e56a5fef5682e81c95e369f98f5a98d00f6f0b856d65e832b5b064d1d3ceed92f4ae76eb142
7
+ data.tar.gz: 76414ff062107633fa547903bf4b8a2a3f39a23a40450e7040c4d87192e97a790f45e20b8a791b53c8aeee382ad05417f83f7ac7c7b6bd34cc9109d1c3a8e643
@@ -22,7 +22,7 @@ module Google
22
22
  module Redis
23
23
  module Cluster
24
24
  module V1
25
- VERSION = "0.4.1"
25
+ VERSION = "0.4.2"
26
26
  end
27
27
  end
28
28
  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-redis-cluster-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.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