google-cloud-notebooks-v2 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: 00da3f18ff0a037425f272f477441381e0b5d3d5a7cc4bcf2e54beae31a940e1
4
- data.tar.gz: ae1da84407c742eb64ed36e63cb1b73be65024e46ba6052fd4919c925b711df6
3
+ metadata.gz: 4f75b8903bc01ff26d1872718dd807a197f3619c232eaab35ef2d249450d264d
4
+ data.tar.gz: b7bf9a23a376408f3204e9d873b776537d55c1c34104810aec0646b44bf21073
5
5
  SHA512:
6
- metadata.gz: a8cc8e97e3e3465538c29feb3adb270637ee5fbd70f15b4abbf55356aa2dfe330a104b427b71fd903e0b2ea461445746f628e3e84cb992d1cdb10ebec4116b93
7
- data.tar.gz: 44a610b6d64dd2957d0f17fa060c59d1373288ce31f8b0a818db0326ec47911e2464e54960fa2eacc7c52ceaac45e71bc388fdefc3bfb45d99799c67b56453d7
6
+ metadata.gz: cdb4c1f183413c18be695fa033e4a510708acc97a6c632b07bfc42af2b46780239731b5af350e62aebc0f2fe7e9e403cdc804aa62b0323a5ff5e61c5b09414e3
7
+ data.tar.gz: 01a0bfd504ccd934f828b6c22ebdfb2948ee4e144523fea4637c83e4d7160d4769ef9e969bd9de92efbe5162795797210d0a43b47a05bc652bb60485f7f23a3c
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Notebooks
23
23
  module V2
24
- VERSION = "0.4.1"
24
+ VERSION = "0.4.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-notebooks-v2
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