google-apis-dataproc_v1 0.47.0 → 0.48.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataproc_v1/classes.rb +2 -2
- data/lib/google/apis/dataproc_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4691b0e469d0917d596ddc1c0d6a7baca5ac5959b0b517301624db235d63db90
|
|
4
|
+
data.tar.gz: 99339596536cdfd482334098ecb38a46cf70acb5a5fecffd0c94422054f8e490
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 850496c2b1ec324d3341d59063cd437444064d7bfddc3e5ffe750e45fb8c39e34ce710264ed72bea7d4c5444dc31908a64d3683459f89e9558f802a291ce8ae6
|
|
7
|
+
data.tar.gz: c557a44ec4ff418c18e08d1f62d32bbef894a69173f4cb53e5608cf1d458ffffaf396642ffce8039142aee48111b8f043f12477dae757fd0e781648b607a1cc6
|
data/CHANGELOG.md
CHANGED
|
@@ -4129,7 +4129,7 @@ module Google
|
|
|
4129
4129
|
class ResizeNodeGroupRequest
|
|
4130
4130
|
include Google::Apis::Core::Hashable
|
|
4131
4131
|
|
|
4132
|
-
# Optional. Timeout for graceful YARN
|
|
4132
|
+
# Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning (
|
|
4133
4133
|
# https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/scaling-
|
|
4134
4134
|
# clusters#graceful_decommissioning) allows the removal of nodes from the
|
|
4135
4135
|
# Compute Engine node group without interrupting jobs in progress. This timeout
|
|
@@ -4805,7 +4805,7 @@ module Google
|
|
|
4805
4805
|
|
|
4806
4806
|
# Required. Timeout for Spark graceful decommissioning of spark workers.
|
|
4807
4807
|
# Specifies the duration to wait for spark worker to complete spark
|
|
4808
|
-
#
|
|
4808
|
+
# decommissioning tasks before forcefully removing workers. Only applicable to
|
|
4809
4809
|
# downscaling operations.Bounds: 0s, 1d.
|
|
4810
4810
|
# Corresponds to the JSON property `gracefulDecommissionTimeout`
|
|
4811
4811
|
# @return [String]
|
|
@@ -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.48.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230410"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.48.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-
|
|
11
|
+
date: 2023-04-23 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.48.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: []
|