google-apis-dataproc_v1 0.60.0 → 0.61.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c721c1cb93eaff12668d366f256dad840193215bb09f06d937617313f0a7bf0a
|
4
|
+
data.tar.gz: 1f9175f7d9ed1d09be8b1a2474a0e382e54f72cb7d88efbabedad1f81bf602ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ed4c6cd253b9a4d9683f751c9e31233ff79bdd7bb61d84938b08fcf0683ce108c4aedf638874978fa77e39e02c68f74765abd4d733fc8f1ce87a295af5df7e5
|
7
|
+
data.tar.gz: 7ae2567e51b62a0c88e9de91d7068440aef84225a2dc5f415dca832e853c1fdbf4633571e69514ecbb4bdd08743f2f0318dd90d00067cd89c864ee370c7f8ce6
|
data/CHANGELOG.md
CHANGED
@@ -1243,14 +1243,32 @@ module Google
|
|
1243
1243
|
class EncryptionConfig
|
1244
1244
|
include Google::Apis::Core::Hashable
|
1245
1245
|
|
1246
|
-
# Optional. The Cloud KMS key name to use for
|
1247
|
-
# instances in the cluster.
|
1246
|
+
# Optional. The Cloud KMS key resource name to use for persistent disk
|
1247
|
+
# encryption for all instances in the cluster. See Use CMEK with cluster data (
|
1248
|
+
# https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-
|
1249
|
+
# managed-encryption#use_cmek_with_cluster_data) for more information.
|
1248
1250
|
# Corresponds to the JSON property `gcePdKmsKeyName`
|
1249
1251
|
# @return [String]
|
1250
1252
|
attr_accessor :gce_pd_kms_key_name
|
1251
1253
|
|
1252
|
-
# Optional. The Cloud KMS key name to use for
|
1253
|
-
#
|
1254
|
+
# Optional. The Cloud KMS key resource name to use for cluster persistent disk
|
1255
|
+
# and job argument encryption. See Use CMEK with cluster data (https://cloud.
|
1256
|
+
# google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-
|
1257
|
+
# encryption#use_cmek_with_cluster_data) for more information.When this key
|
1258
|
+
# resource name is provided, the following job arguments of the following job
|
1259
|
+
# types submitted to the cluster are encrypted using CMEK: FlinkJob args (https:/
|
1260
|
+
# /cloud.google.com/dataproc/docs/reference/rest/v1/FlinkJob) HadoopJob args (
|
1261
|
+
# https://cloud.google.com/dataproc/docs/reference/rest/v1/HadoopJob) SparkJob
|
1262
|
+
# args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkJob)
|
1263
|
+
# SparkRJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/
|
1264
|
+
# SparkRJob) PySparkJob args (https://cloud.google.com/dataproc/docs/reference/
|
1265
|
+
# rest/v1/PySparkJob) SparkSqlJob (https://cloud.google.com/dataproc/docs/
|
1266
|
+
# reference/rest/v1/SparkSqlJob) scriptVariables and queryList.queries HiveJob (
|
1267
|
+
# https://cloud.google.com/dataproc/docs/reference/rest/v1/HiveJob)
|
1268
|
+
# scriptVariables and queryList.queries PigJob (https://cloud.google.com/
|
1269
|
+
# dataproc/docs/reference/rest/v1/PigJob) scriptVariables and queryList.queries
|
1270
|
+
# PrestoJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PrestoJob)
|
1271
|
+
# scriptVariables and queryList.queries
|
1254
1272
|
# Corresponds to the JSON property `kmsKey`
|
1255
1273
|
# @return [String]
|
1256
1274
|
attr_accessor :kms_key
|
@@ -1954,11 +1972,28 @@ module Google
|
|
1954
1972
|
end
|
1955
1973
|
end
|
1956
1974
|
|
1957
|
-
# Encryption settings for
|
1975
|
+
# Encryption settings for encrypting workflow template job arguments.
|
1958
1976
|
class GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig
|
1959
1977
|
include Google::Apis::Core::Hashable
|
1960
1978
|
|
1961
|
-
# Optional. The Cloud KMS key name to use for encrypting
|
1979
|
+
# Optional. The Cloud KMS key name to use for encrypting workflow template job
|
1980
|
+
# arguments.When this this key is provided, the following workflow template job
|
1981
|
+
# arguments (https://cloud.google.com/dataproc/docs/concepts/workflows/use-
|
1982
|
+
# workflows#adding_jobs_to_a_template), if present, are CMEK encrypted (https://
|
1983
|
+
# cloud.google.com/dataproc/docs/concepts/configuring-clusters/customer-managed-
|
1984
|
+
# encryption#use_cmek_with_workflow_template_data): FlinkJob args (https://cloud.
|
1985
|
+
# google.com/dataproc/docs/reference/rest/v1/FlinkJob) HadoopJob args (https://
|
1986
|
+
# cloud.google.com/dataproc/docs/reference/rest/v1/HadoopJob) SparkJob args (
|
1987
|
+
# https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkJob) SparkRJob
|
1988
|
+
# args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkRJob)
|
1989
|
+
# PySparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/
|
1990
|
+
# PySparkJob) SparkSqlJob (https://cloud.google.com/dataproc/docs/reference/rest/
|
1991
|
+
# v1/SparkSqlJob) scriptVariables and queryList.queries HiveJob (https://cloud.
|
1992
|
+
# google.com/dataproc/docs/reference/rest/v1/HiveJob) scriptVariables and
|
1993
|
+
# queryList.queries PigJob (https://cloud.google.com/dataproc/docs/reference/
|
1994
|
+
# rest/v1/PigJob) scriptVariables and queryList.queries PrestoJob (https://cloud.
|
1995
|
+
# google.com/dataproc/docs/reference/rest/v1/PrestoJob) scriptVariables and
|
1996
|
+
# queryList.queries
|
1962
1997
|
# Corresponds to the JSON property `kmsKey`
|
1963
1998
|
# @return [String]
|
1964
1999
|
attr_accessor :kms_key
|
@@ -2960,7 +2995,7 @@ module Google
|
|
2960
2995
|
# @return [String]
|
2961
2996
|
attr_accessor :keystore_uri
|
2962
2997
|
|
2963
|
-
# Optional. The
|
2998
|
+
# Optional. The URI of the KMS key used to encrypt sensitive files.
|
2964
2999
|
# Corresponds to the JSON property `kmsKeyUri`
|
2965
3000
|
# @return [String]
|
2966
3001
|
attr_accessor :kms_key_uri
|
@@ -3173,6 +3208,13 @@ module Google
|
|
3173
3208
|
# @return [String]
|
3174
3209
|
attr_accessor :next_page_token
|
3175
3210
|
|
3211
|
+
# Output only. List of Batches that could not be included in the response.
|
3212
|
+
# Attempting to get one of these resources may indicate why it was not included
|
3213
|
+
# in the list response.
|
3214
|
+
# Corresponds to the JSON property `unreachable`
|
3215
|
+
# @return [Array<String>]
|
3216
|
+
attr_accessor :unreachable
|
3217
|
+
|
3176
3218
|
def initialize(**args)
|
3177
3219
|
update!(**args)
|
3178
3220
|
end
|
@@ -3181,6 +3223,7 @@ module Google
|
|
3181
3223
|
def update!(**args)
|
3182
3224
|
@batches = args[:batches] if args.key?(:batches)
|
3183
3225
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
3226
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
3184
3227
|
end
|
3185
3228
|
end
|
3186
3229
|
|
@@ -3227,9 +3270,9 @@ module Google
|
|
3227
3270
|
# @return [String]
|
3228
3271
|
attr_accessor :next_page_token
|
3229
3272
|
|
3230
|
-
# Output only. List of jobs that could not be
|
3231
|
-
#
|
3232
|
-
#
|
3273
|
+
# Output only. List of jobs with kms_key-encrypted parameters that could not be
|
3274
|
+
# decrypted. A response to a jobs.get request may indicate the reason for the
|
3275
|
+
# decryption failure for a specific job.
|
3233
3276
|
# Corresponds to the JSON property `unreachable`
|
3234
3277
|
# @return [Array<String>]
|
3235
3278
|
attr_accessor :unreachable
|
@@ -6201,7 +6244,7 @@ module Google
|
|
6201
6244
|
# @return [String]
|
6202
6245
|
attr_accessor :dag_timeout
|
6203
6246
|
|
6204
|
-
# Encryption settings for
|
6247
|
+
# Encryption settings for encrypting workflow template job arguments.
|
6205
6248
|
# Corresponds to the JSON property `encryptionConfig`
|
6206
6249
|
# @return [Google::Apis::DataprocV1::GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig]
|
6207
6250
|
attr_accessor :encryption_config
|
@@ -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.61.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 = "20231207"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1635,6 +1635,7 @@ module Google
|
|
1635
1635
|
collection :batches, as: 'batches', class: Google::Apis::DataprocV1::Batch, decorator: Google::Apis::DataprocV1::Batch::Representation
|
1636
1636
|
|
1637
1637
|
property :next_page_token, as: 'nextPageToken'
|
1638
|
+
collection :unreachable, as: 'unreachable'
|
1638
1639
|
end
|
1639
1640
|
end
|
1640
1641
|
|
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.61.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-12-17 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.61.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: []
|