google-cloud-dataproc-v1 1.0.1 → 1.0.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: 11a3aafad53af720d7ac375efeab2961ba8de3c6dce36658f0930d0597f65fc1
4
- data.tar.gz: 497e74f36869340af9399d5f5c1f228aec807b0ae614a483dfa93bb394c44585
3
+ metadata.gz: be47bab9c0b8c11c38a6eae7c9ac0ba8c5e8d553ffdf9556767a0abf66627b02
4
+ data.tar.gz: ce6fdca6a06cd25e09f25cc9ae7f57085badbf2e4a5cbe98c1aae0a73c80ce5d
5
5
  SHA512:
6
- metadata.gz: 9c91ce53e59224fbb69ee92d0c725488d90366978136d321cf739c0583fad97e90a2d60bd458c8a45c8603b139a74ccca08b58e6d5007999c63e45c64b5a5567
7
- data.tar.gz: f00e5bc69f5bdd5df37b5825dbc8905ce755130bb4b07a9815ab6a06733855d0b000689b3a780ffc307d6651a77a8bbc13dd15cd56906ed79a1a979a935c79ee
6
+ metadata.gz: 8301d73745b126176a15715d0f439cba4da2a2c8de1d37d18a2ec1859ff55dffa7973a852f5365d0cd5e7d38bb30d26812b53193ed202bc65e4c11d1f4170927
7
+ data.tar.gz: d2a68058be095bf7b737c2b0420fea03a2709b9538482c58053dabf1e1278cd1321b08f081a502d7f0323c02746d8fbc0b4cf86a23775ab65f000a4b47320d87
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataproc
23
23
  module V1
24
- VERSION = "1.0.1"
24
+ VERSION = "1.0.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-dataproc-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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