google-cloud-vmware_engine-v1 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06ea0d01909c72b9ed01f44d0c76c4c6af37c5649281710017e65643704a55fd
4
- data.tar.gz: 5c929e75b328e15d14678f1c235affafd558c936c0922d97e355fd6e0fcb9068
3
+ metadata.gz: fb730e6ef75129e8632f09a2d5158e62bc1493fbc5f8203bb0b8523f16fd67cf
4
+ data.tar.gz: 7b987191da80069ca0432c1520c8bae205e69f87875d138adcc856e617f3a83b
5
5
  SHA512:
6
- metadata.gz: b4390d87e8358171f55cdd8e20987a611677ad948a6e9179074034af05ec9c98aad0fc15476ffc0ad054e5dd38c717f551e0088cc0e51c9c147c2044e68667c1
7
- data.tar.gz: 88ce616f2e6d6f60d34232187dd2f27263205623f07aa0fc2422a5db3133d85dd0d3d8074d3c58ebeb91aa13e18a2a4011acc394e4bfe971aee5afad1578b1d0
6
+ metadata.gz: 0c72d9c8b71147cf67e36293b101cc579f93f151196a33579e58e3b10f6dea4b49ed470c719154251f8ec008f9fdd923af9f2c6c62cbf238cf1150a5e841dc8a
7
+ data.tar.gz: dcbbb7f5e8be979dadf9416d4bc7c91cbe2d1a384a4304abead49acfb4b7cd2f5bf0c12004946938071d5144c4b2e33182c9939dd87601406205da7a698af941
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VmwareEngine
23
23
  module V1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
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-vmware_engine-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.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-07-22 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