google-apis-dataproc_v1 0.19.0 → 0.20.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 +12 -12
- 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: 9692cc02dabfc8b9f70502c74e471e674da59ab3b95419f12ba1b4ed3198934e
|
|
4
|
+
data.tar.gz: fd4d7967084c09cf50fbf53f388073366b7830218da737b561752aaf722e3e47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae1b213a1699284b7b5d312cbe5b34ee36213faf34ad51eb1d80576cb21d739e3c0db6d3b7755789e5e9f5dfd2e489ed8fa5b50063a82707869daec3bef340fc
|
|
7
|
+
data.tar.gz: 0ab023688f4a39174b27c0b0ec4c0c1b234a9645ba3aee1097b2b1afc3167702ef87261878d1fa53b2e53c57b74e69cede862ab82b4f3c0f062add01598afc87
|
data/CHANGELOG.md
CHANGED
|
@@ -299,7 +299,7 @@ module Google
|
|
|
299
299
|
# @return [Google::Apis::DataprocV1::RuntimeInfo]
|
|
300
300
|
attr_accessor :runtime_info
|
|
301
301
|
|
|
302
|
-
# A configuration for running an Apache Spark (
|
|
302
|
+
# A configuration for running an Apache Spark (https://spark.apache.org/) batch
|
|
303
303
|
# workload.
|
|
304
304
|
# Corresponds to the JSON property `sparkBatch`
|
|
305
305
|
# @return [Google::Apis::DataprocV1::SparkBatch]
|
|
@@ -311,7 +311,7 @@ module Google
|
|
|
311
311
|
# @return [Google::Apis::DataprocV1::SparkRBatch]
|
|
312
312
|
attr_accessor :spark_r_batch
|
|
313
313
|
|
|
314
|
-
# A configuration for running Apache Spark SQL (
|
|
314
|
+
# A configuration for running Apache Spark SQL (https://spark.apache.org/sql/)
|
|
315
315
|
# queries as a batch workload.
|
|
316
316
|
# Corresponds to the JSON property `sparkSqlBatch`
|
|
317
317
|
# @return [Google::Apis::DataprocV1::SparkSqlBatch]
|
|
@@ -1011,8 +1011,8 @@ module Google
|
|
|
1011
1011
|
|
|
1012
1012
|
# Optional. Interface type of local SSDs (default is "scsi"). Valid values: "
|
|
1013
1013
|
# scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
|
|
1014
|
-
# See SSD
|
|
1015
|
-
# performance).
|
|
1014
|
+
# See local SSD performance (https://cloud.google.com/compute/docs/disks/local-
|
|
1015
|
+
# ssd#performance).
|
|
1016
1016
|
# Corresponds to the JSON property `localSsdInterface`
|
|
1017
1017
|
# @return [String]
|
|
1018
1018
|
attr_accessor :local_ssd_interface
|
|
@@ -1931,7 +1931,7 @@ module Google
|
|
|
1931
1931
|
# @return [Google::Apis::DataprocV1::JobScheduling]
|
|
1932
1932
|
attr_accessor :scheduling
|
|
1933
1933
|
|
|
1934
|
-
# A Dataproc job for running Apache Spark (
|
|
1934
|
+
# A Dataproc job for running Apache Spark (https://spark.apache.org/)
|
|
1935
1935
|
# applications on YARN.
|
|
1936
1936
|
# Corresponds to the JSON property `sparkJob`
|
|
1937
1937
|
# @return [Google::Apis::DataprocV1::SparkJob]
|
|
@@ -1943,7 +1943,7 @@ module Google
|
|
|
1943
1943
|
# @return [Google::Apis::DataprocV1::SparkRJob]
|
|
1944
1944
|
attr_accessor :spark_r_job
|
|
1945
1945
|
|
|
1946
|
-
# A Dataproc job for running Apache Spark SQL (
|
|
1946
|
+
# A Dataproc job for running Apache Spark SQL (https://spark.apache.org/sql/)
|
|
1947
1947
|
# queries.
|
|
1948
1948
|
# Corresponds to the JSON property `sparkSqlJob`
|
|
1949
1949
|
# @return [Google::Apis::DataprocV1::SparkSqlJob]
|
|
@@ -2799,7 +2799,7 @@ module Google
|
|
|
2799
2799
|
# @return [Google::Apis::DataprocV1::JobScheduling]
|
|
2800
2800
|
attr_accessor :scheduling
|
|
2801
2801
|
|
|
2802
|
-
# A Dataproc job for running Apache Spark (
|
|
2802
|
+
# A Dataproc job for running Apache Spark (https://spark.apache.org/)
|
|
2803
2803
|
# applications on YARN.
|
|
2804
2804
|
# Corresponds to the JSON property `sparkJob`
|
|
2805
2805
|
# @return [Google::Apis::DataprocV1::SparkJob]
|
|
@@ -2811,7 +2811,7 @@ module Google
|
|
|
2811
2811
|
# @return [Google::Apis::DataprocV1::SparkRJob]
|
|
2812
2812
|
attr_accessor :spark_r_job
|
|
2813
2813
|
|
|
2814
|
-
# A Dataproc job for running Apache Spark SQL (
|
|
2814
|
+
# A Dataproc job for running Apache Spark SQL (https://spark.apache.org/sql/)
|
|
2815
2815
|
# queries.
|
|
2816
2816
|
# Corresponds to the JSON property `sparkSqlJob`
|
|
2817
2817
|
# @return [Google::Apis::DataprocV1::SparkSqlJob]
|
|
@@ -3626,7 +3626,7 @@ module Google
|
|
|
3626
3626
|
end
|
|
3627
3627
|
end
|
|
3628
3628
|
|
|
3629
|
-
# A configuration for running an Apache Spark (
|
|
3629
|
+
# A configuration for running an Apache Spark (https://spark.apache.org/) batch
|
|
3630
3630
|
# workload.
|
|
3631
3631
|
class SparkBatch
|
|
3632
3632
|
include Google::Apis::Core::Hashable
|
|
@@ -3703,7 +3703,7 @@ module Google
|
|
|
3703
3703
|
end
|
|
3704
3704
|
end
|
|
3705
3705
|
|
|
3706
|
-
# A Dataproc job for running Apache Spark (
|
|
3706
|
+
# A Dataproc job for running Apache Spark (https://spark.apache.org/)
|
|
3707
3707
|
# applications on YARN.
|
|
3708
3708
|
class SparkJob
|
|
3709
3709
|
include Google::Apis::Core::Hashable
|
|
@@ -3875,7 +3875,7 @@ module Google
|
|
|
3875
3875
|
end
|
|
3876
3876
|
end
|
|
3877
3877
|
|
|
3878
|
-
# A configuration for running Apache Spark SQL (
|
|
3878
|
+
# A configuration for running Apache Spark SQL (https://spark.apache.org/sql/)
|
|
3879
3879
|
# queries as a batch workload.
|
|
3880
3880
|
class SparkSqlBatch
|
|
3881
3881
|
include Google::Apis::Core::Hashable
|
|
@@ -3909,7 +3909,7 @@ module Google
|
|
|
3909
3909
|
end
|
|
3910
3910
|
end
|
|
3911
3911
|
|
|
3912
|
-
# A Dataproc job for running Apache Spark SQL (
|
|
3912
|
+
# A Dataproc job for running Apache Spark SQL (https://spark.apache.org/sql/)
|
|
3913
3913
|
# queries.
|
|
3914
3914
|
class SparkSqlJob
|
|
3915
3915
|
include Google::Apis::Core::Hashable
|
|
@@ -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.20.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220122"
|
|
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.20.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-01-
|
|
11
|
+
date: 2022-01-31 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.20.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: []
|