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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f52435a0d9ebcea09dcb77f566859cd19c0f87269482a82f61b09625568c699
4
- data.tar.gz: 132fc3f30ea917f4e56ac659f9f1f15c65768ee6a7ee079d0b8f3c38ae03fa00
3
+ metadata.gz: 4691b0e469d0917d596ddc1c0d6a7baca5ac5959b0b517301624db235d63db90
4
+ data.tar.gz: 99339596536cdfd482334098ecb38a46cf70acb5a5fecffd0c94422054f8e490
5
5
  SHA512:
6
- metadata.gz: 23f01ab9aa4c5b8633c188606d33c8e9e6d63b3bdb9a9476afd23416d05aae6f1e31f76c003cce34c16fb72657918f0615364a52c0a9ab1a13464c81aad39977
7
- data.tar.gz: eab59921a49e7e10636a4b7461e4b28602900134c6e14c4e3e960175628be40790f78b67075d4e73cb1e9f11be24f87b82243837ef2cae3f3a764eef4123e646
6
+ metadata.gz: 850496c2b1ec324d3341d59063cd437444064d7bfddc3e5ffe750e45fb8c39e34ce710264ed72bea7d4c5444dc31908a64d3683459f89e9558f802a291ce8ae6
7
+ data.tar.gz: c557a44ec4ff418c18e08d1f62d32bbef894a69173f4cb53e5608cf1d458ffffaf396642ffce8039142aee48111b8f043f12477dae757fd0e781648b607a1cc6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.48.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230410
6
+
3
7
  ### v0.47.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230309
@@ -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 decomissioning. Graceful decommissioning (
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
- # decomissioning tasks before forcefully removing workers. Only applicable to
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.47.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 = "20230309"
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.47.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-03-26 00:00:00.000000000 Z
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.47.0
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: []