google-cloud-workstations-v1beta 0.1.1 → 0.1.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: 197a4c173d22b22f80ece44af66be16b7d8c32c0d0dd65a9def33c46541492ae
4
- data.tar.gz: e4c92cb5b993b7f6993586633b58e457f60204842317450878ee919a6e3270be
3
+ metadata.gz: 370e00d14b9c24b49c318e4bb15bf6763b8627bcd5c89df09acea1a68644a7a8
4
+ data.tar.gz: eaa8e7b970fbb4df698787669ce0a5a887d014926118593bad53e486201e7d60
5
5
  SHA512:
6
- metadata.gz: ad09025a5b7a414c02c7857cb12e663a3ad52fc91bff4871773b55d74fff22dffb025256db8f71cc25badd085ef38485823fdb8e19e9248f2c46a1669f48d80e
7
- data.tar.gz: 74eed45f328c2ec71bf340e5874932014092fba02a7a8de5cc4b5725ba8fc2f545ccdb095e441c6eda086122a7bec735819058aee0cbd12acc37dd9a5cc934c3
6
+ metadata.gz: 17834b4ddcd89a2b5d47eb86aee2e6bcfd2a45ece5bf96562d717aab7d52fb395342e0cb5c28b3fbda08860ed2d273a9921c58748a9479a7001d4096f30b9559
7
+ data.tar.gz: 0272e55701ba621400943ce4f5d24b95793be085f78aa915e0c2413bf8a703353f1dce885daa52f6dae23a50c2bd5a26579a240ae5e8908006c2e2ef3f62bac3
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workstations
23
23
  module V1beta
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.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-workstations-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.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-12 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