google-apis-dataproc_v1 0.29.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e38221ccb0169e45da4eb79495f49586b99fceae8680277c6923be92c1d5ee7
4
- data.tar.gz: e786cd4cfa9659874061ee029314dabbfc23f4535e975432511bba04bc6f4581
3
+ metadata.gz: 3923a49a2ca922f251b2ab0516729047bca03e6e6858d3ceb6bfea2dddac2981
4
+ data.tar.gz: cee86f03ae286f7f38637e8469b2450befff260632c586672269ddee37d02474
5
5
  SHA512:
6
- metadata.gz: 6dd9d836030df77083928f51c7091c9df733b48f7f98a6087a7936ae30a59872e664659ce9f047048b5194d88ad5658c373069b69c39d4703f067a07a949bb09
7
- data.tar.gz: a4a25a285cafd27bdaa0637f64390f8fc465d78c1e904d445c88f492424fb9a17772ab880080b63bb110729f7c1b7e5a394d744e4d5765fdd046930b0485344b
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.29.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.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220628"
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.29.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-04 00:00:00.000000000 Z
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.29.0
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: []