google-apis-dataproc_v1 0.48.0 → 0.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dataproc_v1/classes.rb +28 -27
- 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: 14f0adf5fec19ac8db7637b5c7a0e236039bde606801e1a17ae8326d7c79ca4e
|
4
|
+
data.tar.gz: c42427af4023342f02593d1fd0dcc2b36e111505786673d8375518fdbb59235d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c82a0a977e527545824f44a26328a0a2febe2b40b732d8bbf5ea0ac9522282a0365a1d19958857ccf09db51f5b5ab8bec2e0532689e01fcfdd55295ed5c72c1
|
7
|
+
data.tar.gz: 2eb717eb8f9a587c39f44f024b8b4536028e166a5c61771157811d963bb72c7ada34596163503ff96a545594efd1dc8d089c64ae97a3aa6cc368780ea67d2589
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
2
2
|
|
3
|
+
### v0.50.0 (2023-06-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230620
|
6
|
+
|
7
|
+
### v0.49.0 (2023-05-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230508
|
10
|
+
|
3
11
|
### v0.48.0 (2023-04-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230410
|
@@ -1313,9 +1313,9 @@ module Google
|
|
1313
1313
|
# batch workload. Minimum value is 10 minutes; maximum value is 14 days (see
|
1314
1314
|
# JSON representation of Duration (https://developers.google.com/protocol-
|
1315
1315
|
# buffers/docs/proto3#json)). Defaults to 4 hours if not set. If both ttl and
|
1316
|
-
# idle_ttl are specified, the conditions are treated
|
1317
|
-
# workload will be terminated when it has been idle for
|
1318
|
-
# been
|
1316
|
+
# idle_ttl are specified for an interactive session, the conditions are treated
|
1317
|
+
# as OR conditions: the workload will be terminated when it has been idle for
|
1318
|
+
# idle_ttl or when ttl has been exceeded, whichever occurs first.
|
1319
1319
|
# Corresponds to the JSON property `idleTtl`
|
1320
1320
|
# @return [String]
|
1321
1321
|
attr_accessor :idle_ttl
|
@@ -1361,12 +1361,13 @@ module Google
|
|
1361
1361
|
# waiting for ongoing work to finish. If ttl is not specified for a batch
|
1362
1362
|
# workload, the workload will be allowed to run until it exits naturally (or
|
1363
1363
|
# runs forever without exiting). If ttl is not specified for an interactive
|
1364
|
-
# session, it defaults to 24h.
|
1365
|
-
#
|
1366
|
-
#
|
1367
|
-
#
|
1368
|
-
#
|
1369
|
-
# been
|
1364
|
+
# session, it defaults to 24h. If ttl is not specified for a batch that uses 2.1+
|
1365
|
+
# runtime version, it defaults to 4h. Minimum value is 10 minutes; maximum
|
1366
|
+
# value is 14 days (see JSON representation of Duration (https://developers.
|
1367
|
+
# google.com/protocol-buffers/docs/proto3#json)). If both ttl and idle_ttl are
|
1368
|
+
# specified (for an interactive session), the conditions are treated as OR
|
1369
|
+
# conditions: the workload will be terminated when it has been idle for idle_ttl
|
1370
|
+
# or when ttl has been exceeded, whichever occurs first.
|
1370
1371
|
# Corresponds to the JSON property `ttl`
|
1371
1372
|
# @return [String]
|
1372
1373
|
attr_accessor :ttl
|
@@ -1673,8 +1674,8 @@ module Google
|
|
1673
1674
|
# Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/
|
1674
1675
|
# kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk
|
1675
1676
|
# attached to each node in the node pool. Specify the key using the following
|
1676
|
-
# format: projects
|
1677
|
-
#
|
1677
|
+
# format: projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/
|
1678
|
+
# `crypto_key`
|
1678
1679
|
# Corresponds to the JSON property `bootDiskKmsKey`
|
1679
1680
|
# @return [String]
|
1680
1681
|
attr_accessor :boot_disk_kms_key
|
@@ -2924,7 +2925,7 @@ module Google
|
|
2924
2925
|
class ListBatchesResponse
|
2925
2926
|
include Google::Apis::Core::Hashable
|
2926
2927
|
|
2927
|
-
# The batches from the specified collection.
|
2928
|
+
# Output only. The batches from the specified collection.
|
2928
2929
|
# Corresponds to the JSON property `batches`
|
2929
2930
|
# @return [Array<Google::Apis::DataprocV1::Batch>]
|
2930
2931
|
attr_accessor :batches
|
@@ -3057,8 +3058,8 @@ module Google
|
|
3057
3058
|
include Google::Apis::Core::Hashable
|
3058
3059
|
|
3059
3060
|
# The per-package log levels for the driver. This may include "root" package
|
3060
|
-
# name to configure rootLogger. Examples: 'com.google = FATAL'
|
3061
|
-
# org.apache = DEBUG'
|
3061
|
+
# name to configure rootLogger. Examples: - 'com.google = FATAL' - 'root = INFO'
|
3062
|
+
# - 'org.apache = DEBUG'
|
3062
3063
|
# Corresponds to the JSON property `driverLogLevels`
|
3063
3064
|
# @return [Hash<String,String>]
|
3064
3065
|
attr_accessor :driver_log_levels
|
@@ -3157,31 +3158,31 @@ module Google
|
|
3157
3158
|
end
|
3158
3159
|
end
|
3159
3160
|
|
3160
|
-
# A Dataproc
|
3161
|
+
# A Dataproc custom metric.
|
3161
3162
|
class Metric
|
3162
3163
|
include Google::Apis::Core::Hashable
|
3163
3164
|
|
3164
|
-
# Optional. Specify one or more
|
3165
|
-
# dataproc/docs/guides/
|
3166
|
-
# metric course (for the SPARK metric source
|
3165
|
+
# Optional. Specify one or more Custom metrics (https://cloud.google.com/
|
3166
|
+
# dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the
|
3167
|
+
# metric course (for the SPARK metric source (any Spark metric (https://spark.
|
3167
3168
|
# apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide
|
3168
3169
|
# metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use
|
3169
3170
|
# camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:
|
3170
3171
|
# AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:
|
3171
3172
|
# Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.
|
3172
|
-
# used Notes: Only the specified overridden metrics
|
3173
|
-
#
|
3174
|
-
#
|
3175
|
-
#
|
3176
|
-
#
|
3177
|
-
#
|
3173
|
+
# used Notes: Only the specified overridden metrics are collected for the metric
|
3174
|
+
# source. For example, if one or more spark:executive metrics are listed as
|
3175
|
+
# metric overrides, other SPARK metrics are not collected. The collection of the
|
3176
|
+
# metrics for other enabled custom metric sources is unaffected. For example, if
|
3177
|
+
# both SPARK andd YARN metric sources are enabled, and overrides are provided
|
3178
|
+
# for Spark metrics only, all YARN metrics are collected.
|
3178
3179
|
# Corresponds to the JSON property `metricOverrides`
|
3179
3180
|
# @return [Array<String>]
|
3180
3181
|
attr_accessor :metric_overrides
|
3181
3182
|
|
3182
|
-
# Required.
|
3183
|
-
# for the metric source (see
|
3184
|
-
# dataproc/docs/guides/
|
3183
|
+
# Required. A standard set of metrics is collected unless metricOverrides are
|
3184
|
+
# specified for the metric source (see Custom metrics (https://cloud.google.com/
|
3185
|
+
# dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
|
3185
3186
|
# Corresponds to the JSON property `metricSource`
|
3186
3187
|
# @return [String]
|
3187
3188
|
attr_accessor :metric_source
|
@@ -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.50.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 = "20230620"
|
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.50.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-07-02 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.50.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: []
|