google-cloud-memcache-v1beta2 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: 514f445be4e5dd055ef9b7b284fb8114111d6cc80edafecb5bd8ecd14f523a23
4
- data.tar.gz: fe14f94217744135c28a22bd0b073eaef9bc44a002a3b6531bb14500cc0b2a75
3
+ metadata.gz: d5283fbf98efbe4ca965305b0b6d434212ae3ff42961d886a5f8955c295e61b4
4
+ data.tar.gz: dc0e25b81b1caf2bd1d4e6bb730b565d96530d4f4d1b967d83c914914454abb4
5
5
  SHA512:
6
- metadata.gz: aadf0a7edde8a06f4ccc1c40bb231543620e41914c4c7bd4f8e3dd5b12a320de99b9285e074793eb59605b5aa72a8c0732eec1b71275f7707b8c01d6b1ced433
7
- data.tar.gz: 75221e744929256f23f57ba716f8493bba5e4ea4b10f57d47ef790fecc2f19b31b90c15bb7b5fde5ecdf464efad2372427bbb43f4a38b53ef6f72ad4cf9311c8
6
+ metadata.gz: e27a3ba451c486bd49c7ca257ce2bbfdc020a528f6191896563e49f0f4ffc80ad46bd55152c4efd8c27a071758409e212813d3c67a4a36c6707361d01a0fa220
7
+ data.tar.gz: e556e61d05b80b903fb502dd25d1e26527c573ab13f396054e20867b27fc4223d8bf19d2d43550577fbb3aa003e466980d3ae1ca9c7cf962ab199253ab447513
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Memcache
23
23
  module V1beta2
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-memcache-v1beta2
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