google-apis-dataproc_v1 0.59.0 → 0.61.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:
|
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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
2
2
|
|
3
|
+
### v0.61.0 (2023-12-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231207
|
6
|
+
|
7
|
+
### v0.60.0 (2023-11-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231109
|
10
|
+
|
3
11
|
### v0.59.0 (2023-11-05)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20231028
|
@@ -1089,6 +1089,12 @@ module Google
|
|
1089
1089
|
# @return [Array<String>]
|
1090
1090
|
attr_accessor :jobs
|
1091
1091
|
|
1092
|
+
# Optional. (Optional) The access type to the diagnostic tarball. If not
|
1093
|
+
# specified, falls back to default access of the bucket
|
1094
|
+
# Corresponds to the JSON property `tarballAccess`
|
1095
|
+
# @return [String]
|
1096
|
+
attr_accessor :tarball_access
|
1097
|
+
|
1092
1098
|
# Optional. (Optional) The output Cloud Storage directory for the diagnostic
|
1093
1099
|
# tarball. If not specified, a task-specific directory in the cluster's staging
|
1094
1100
|
# bucket will be used.
|
@@ -1117,6 +1123,7 @@ module Google
|
|
1117
1123
|
@diagnosis_interval = args[:diagnosis_interval] if args.key?(:diagnosis_interval)
|
1118
1124
|
@job = args[:job] if args.key?(:job)
|
1119
1125
|
@jobs = args[:jobs] if args.key?(:jobs)
|
1126
|
+
@tarball_access = args[:tarball_access] if args.key?(:tarball_access)
|
1120
1127
|
@tarball_gcs_dir = args[:tarball_gcs_dir] if args.key?(:tarball_gcs_dir)
|
1121
1128
|
@yarn_application_id = args[:yarn_application_id] if args.key?(:yarn_application_id)
|
1122
1129
|
@yarn_application_ids = args[:yarn_application_ids] if args.key?(:yarn_application_ids)
|
@@ -1236,14 +1243,32 @@ module Google
|
|
1236
1243
|
class EncryptionConfig
|
1237
1244
|
include Google::Apis::Core::Hashable
|
1238
1245
|
|
1239
|
-
# Optional. The Cloud KMS key name to use for
|
1240
|
-
# 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.
|
1241
1250
|
# Corresponds to the JSON property `gcePdKmsKeyName`
|
1242
1251
|
# @return [String]
|
1243
1252
|
attr_accessor :gce_pd_kms_key_name
|
1244
1253
|
|
1245
|
-
# Optional. The Cloud KMS key name to use for
|
1246
|
-
#
|
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
|
1247
1272
|
# Corresponds to the JSON property `kmsKey`
|
1248
1273
|
# @return [String]
|
1249
1274
|
attr_accessor :kms_key
|
@@ -1947,11 +1972,28 @@ module Google
|
|
1947
1972
|
end
|
1948
1973
|
end
|
1949
1974
|
|
1950
|
-
# Encryption settings for
|
1975
|
+
# Encryption settings for encrypting workflow template job arguments.
|
1951
1976
|
class GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig
|
1952
1977
|
include Google::Apis::Core::Hashable
|
1953
1978
|
|
1954
|
-
# 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
|
1955
1997
|
# Corresponds to the JSON property `kmsKey`
|
1956
1998
|
# @return [String]
|
1957
1999
|
attr_accessor :kms_key
|
@@ -2953,7 +2995,7 @@ module Google
|
|
2953
2995
|
# @return [String]
|
2954
2996
|
attr_accessor :keystore_uri
|
2955
2997
|
|
2956
|
-
# Optional. The
|
2998
|
+
# Optional. The URI of the KMS key used to encrypt sensitive files.
|
2957
2999
|
# Corresponds to the JSON property `kmsKeyUri`
|
2958
3000
|
# @return [String]
|
2959
3001
|
attr_accessor :kms_key_uri
|
@@ -3166,6 +3208,13 @@ module Google
|
|
3166
3208
|
# @return [String]
|
3167
3209
|
attr_accessor :next_page_token
|
3168
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
|
+
|
3169
3218
|
def initialize(**args)
|
3170
3219
|
update!(**args)
|
3171
3220
|
end
|
@@ -3174,6 +3223,7 @@ module Google
|
|
3174
3223
|
def update!(**args)
|
3175
3224
|
@batches = args[:batches] if args.key?(:batches)
|
3176
3225
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
3226
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
3177
3227
|
end
|
3178
3228
|
end
|
3179
3229
|
|
@@ -3220,9 +3270,9 @@ module Google
|
|
3220
3270
|
# @return [String]
|
3221
3271
|
attr_accessor :next_page_token
|
3222
3272
|
|
3223
|
-
# Output only. List of jobs that could not be
|
3224
|
-
#
|
3225
|
-
#
|
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.
|
3226
3276
|
# Corresponds to the JSON property `unreachable`
|
3227
3277
|
# @return [Array<String>]
|
3228
3278
|
attr_accessor :unreachable
|
@@ -6194,7 +6244,7 @@ module Google
|
|
6194
6244
|
# @return [String]
|
6195
6245
|
attr_accessor :dag_timeout
|
6196
6246
|
|
6197
|
-
# Encryption settings for
|
6247
|
+
# Encryption settings for encrypting workflow template job arguments.
|
6198
6248
|
# Corresponds to the JSON property `encryptionConfig`
|
6199
6249
|
# @return [Google::Apis::DataprocV1::GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig]
|
6200
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
|
@@ -1130,6 +1130,7 @@ module Google
|
|
1130
1130
|
|
1131
1131
|
property :job, as: 'job'
|
1132
1132
|
collection :jobs, as: 'jobs'
|
1133
|
+
property :tarball_access, as: 'tarballAccess'
|
1133
1134
|
property :tarball_gcs_dir, as: 'tarballGcsDir'
|
1134
1135
|
property :yarn_application_id, as: 'yarnApplicationId'
|
1135
1136
|
collection :yarn_application_ids, as: 'yarnApplicationIds'
|
@@ -1634,6 +1635,7 @@ module Google
|
|
1634
1635
|
collection :batches, as: 'batches', class: Google::Apis::DataprocV1::Batch, decorator: Google::Apis::DataprocV1::Batch::Representation
|
1635
1636
|
|
1636
1637
|
property :next_page_token, as: 'nextPageToken'
|
1638
|
+
collection :unreachable, as: 'unreachable'
|
1637
1639
|
end
|
1638
1640
|
end
|
1639
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: []
|