google-cloud-workstations-v1 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: 11e8b8ea322cbfb544e06c91afe685fabd797eb0903f132d7cf97b4f087a5137
4
- data.tar.gz: 97126141c2fb632cfb7e982100b9f48802a0a802b08a0b20a343cd55174131aa
3
+ metadata.gz: 3390cb2c6ea64f0002ffd892e109b4cc89d95e6e73fc6f7963309b9ee1bba25a
4
+ data.tar.gz: 1443bea5e13a1f69c06f717ba97cff595353634821b5f26bbca51b1ef12a68ea
5
5
  SHA512:
6
- metadata.gz: 86455846281be7408d340e97c2c988095d97021415939052eb3dc5d52733fe5bfc348158dc7bd2fa2a481a898fff6d0e26784089d947fc64a965b7511fee2755
7
- data.tar.gz: 3da81fa924201ba0d57160c6347c0f22dfa1d1b028cc517eeca00b6d09ac1f655fb7d307b6ca7ced5f96a406af6b12fedccc8eec7e3df4a0209ebb8fdfff5f6c
6
+ metadata.gz: be44a077ff0e9e82de557ba46d82cd553f1bbe5cfa1ce4a7c1614d649460b5f26998cb60500e3ff279dd36013a2344d9f9a6098926de1c660c1e17b85c51d576
7
+ data.tar.gz: 0e83efe75111721f75bb3845338f6485e8116a5c14f0ed5aea27f9ba87aaa670c91bcd5018bf6e4ee4495eddd15b7505a3c84707dae9b58411557cfa17cf0820
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workstations
23
23
  module V1
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-v1
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