google-apis-dataproc_v1 0.29.0 → 0.30.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3923a49a2ca922f251b2ab0516729047bca03e6e6858d3ceb6bfea2dddac2981
|
4
|
+
data.tar.gz: cee86f03ae286f7f38637e8469b2450befff260632c586672269ddee37d02474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 453fa5e3cb93fc422bf178941616e87cc967e3152ce50718a14e6f5f66b8335bf09c8ba353d0ce3ceab7d850b06f8a54b6780853637a34391636e78a006af7f9
|
7
|
+
data.tar.gz: 133fd2877a7383c2e0bdead94134c753f508deb12a5b1aa912e71f57f10d7fcdb18473f2ac944392eb8e7463953e8951ad21c76d4749dcd2e1b09b00904135fb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
2
2
|
|
3
|
+
### v0.30.0 (2022-07-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220708
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.29.0 (2022-07-01)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220628
|
@@ -3732,6 +3732,17 @@ module Google
|
|
3732
3732
|
# @return [String]
|
3733
3733
|
attr_accessor :cluster_uuid
|
3734
3734
|
|
3735
|
+
# Optional. Timeout for graceful YARN decomissioning. Graceful decommissioning
|
3736
|
+
# facilitates the removal of cluster nodes without interrupting jobs in progress.
|
3737
|
+
# The timeout specifies the amount of time to wait for jobs finish before
|
3738
|
+
# forcefully removing nodes. The default timeout is 0 for forceful
|
3739
|
+
# decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping—
|
3740
|
+
# Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
|
3741
|
+
# graceful_decommission_timeout is supported in Dataproc image versions 1.2+.
|
3742
|
+
# Corresponds to the JSON property `gracefulDecommissionTimeout`
|
3743
|
+
# @return [String]
|
3744
|
+
attr_accessor :graceful_decommission_timeout
|
3745
|
+
|
3735
3746
|
# Optional. Node pools and corresponding repair action to be taken. All node
|
3736
3747
|
# pools should be unique in this request. i.e. Multiple entries for the same
|
3737
3748
|
# node pool id are not allowed.
|
@@ -3757,6 +3768,7 @@ module Google
|
|
3757
3768
|
# Update properties of this object
|
3758
3769
|
def update!(**args)
|
3759
3770
|
@cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
|
3771
|
+
@graceful_decommission_timeout = args[:graceful_decommission_timeout] if args.key?(:graceful_decommission_timeout)
|
3760
3772
|
@node_pools = args[:node_pools] if args.key?(:node_pools)
|
3761
3773
|
@request_id = args[:request_id] if args.key?(:request_id)
|
3762
3774
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DataprocV1
|
18
18
|
# Version of the google-apis-dataproc_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220708"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1640,6 +1640,7 @@ module Google
|
|
1640
1640
|
# @private
|
1641
1641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1642
1642
|
property :cluster_uuid, as: 'clusterUuid'
|
1643
|
+
property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
|
1643
1644
|
collection :node_pools, as: 'nodePools', class: Google::Apis::DataprocV1::NodePool, decorator: Google::Apis::DataprocV1::NodePool::Representation
|
1644
1645
|
|
1645
1646
|
property :request_id, as: 'requestId'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dataproc_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.30.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|