google-apis-dataproc_v1 0.41.0 → 0.42.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: 74cbb6304c01196e55169e4cca219904f95444c7aadf55f0ac70e29e34cf9cae
4
- data.tar.gz: 45b28c80359cb369568970ea23cf5bf55023216a535ce05ac1698db3170038b9
3
+ metadata.gz: f04d626177a0a61dbbb3a05575b8f0e416f03b8c8a04ba25c219073ca1a5a2ce
4
+ data.tar.gz: 500e684935425d091dc694942c65a99bb1ff83c08d759204485fd2219960f8be
5
5
  SHA512:
6
- metadata.gz: d8f08f78e451e5e06bc724ec48ad719a8130a83600606dbe9c53a8fd12cd2d1f981be1859114ee69276b7d5c44ad216db451af9625e713410ce670c7644b3f2e
7
- data.tar.gz: 48b64bee907c90f0d235557f68754ef89d2a5f1bc1213226e7643f47329ac7bab73f7bc40a30b167aa4279a0248f71146a90b575397b03887f1100e1882f33df
6
+ metadata.gz: f40e01371d67ab3530b959039742dc9b1991dcf2ce9a02cadb3ed03ea322b8ff4570476b9aa31a4261b28ee7f6b7abf1d6190dbaa69354821cd296e7675452e6
7
+ data.tar.gz: 0bf947e6a1e4fb43ce122baf43d193f736058eabcea44e5ece925a150ffa57874eb4450dae85e49f089b03b1f9418de565b346e363bfd8f23e4f3ffa02dacdda
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.42.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230103
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.41.0 (2022-12-14)
4
9
 
5
10
  * Regenerated from discovery document revision 20221207
@@ -1268,7 +1268,9 @@ module Google
1268
1268
  # this threshold will cause the session to be terminated. Minimum value is 10
1269
1269
  # minutes; maximum value is 14 days (see JSON representation of Duration (https:/
1270
1270
  # /developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 4
1271
- # hours if not set.
1271
+ # hours if not set. If both ttl and idle_ttl are specified, the conditions are
1272
+ # treated as and OR: the workload will be terminated when it has been idle for
1273
+ # idle_ttl or when the ttl has passed, whichever comes first.
1272
1274
  # Corresponds to the JSON property `idleTtl`
1273
1275
  # @return [String]
1274
1276
  attr_accessor :idle_ttl
@@ -3943,7 +3945,7 @@ module Google
3943
3945
  # @return [String]
3944
3946
  attr_accessor :cluster_uuid
3945
3947
 
3946
- # Optional. Timeout for graceful YARN decomissioning. Graceful decommissioning
3948
+ # Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning
3947
3949
  # facilitates the removal of cluster nodes without interrupting jobs in progress.
3948
3950
  # The timeout specifies the amount of time to wait for jobs finish before
3949
3951
  # forcefully removing nodes. The default timeout is 0 for forceful
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221207"
25
+ REVISION = "20230103"
26
26
  end
27
27
  end
28
28
  end
@@ -1709,7 +1709,7 @@ module Google
1709
1709
  # Required. The cluster name.
1710
1710
  # @param [Google::Apis::DataprocV1::Cluster] cluster_object
1711
1711
  # @param [String] graceful_decommission_timeout
1712
- # Optional. Timeout for graceful YARN decomissioning. Graceful decommissioning
1712
+ # Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning
1713
1713
  # allows removing nodes from the cluster without interrupting jobs in progress.
1714
1714
  # Timeout specifies how long to wait for jobs in progress to finish before
1715
1715
  # forcefully removing nodes (and potentially interrupting jobs). Default timeout
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.41.0
4
+ version: 0.42.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: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-15 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.42.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Dataproc API V1