google-apis-dataproc_v1 0.48.0 → 0.49.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 +15 -15
- 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: ff5dfb9bfc7dc43816bdd8a8acbabd7c5cdf1856e0572d799491fbbdc6a06423
|
|
4
|
+
data.tar.gz: 0b777487c0a08a43b97f0b8a91d780f9984a6520ad3b35d87a63304a2b36580b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '049dda056e6c5e935ac9cf25ac69f1ae3dce1269f679d7f79f5a6b63a988cca972dcabc975f42314534b41e68b7886ee62cebf63642bcb74b4bf16a7069d3fdb'
|
|
7
|
+
data.tar.gz: 1b025d2f8f3304eb1a62577846f3e4007957a1abea9fab117cf780f32c2a4a6a4135ffdb1f9cf4526305e89bfcaebe8fb49555f1c4dfa315224399a7e5cc484a
|
data/CHANGELOG.md
CHANGED
|
@@ -3057,8 +3057,8 @@ module Google
|
|
|
3057
3057
|
include Google::Apis::Core::Hashable
|
|
3058
3058
|
|
|
3059
3059
|
# 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'
|
|
3060
|
+
# name to configure rootLogger. Examples: - 'com.google = FATAL' - 'root = INFO'
|
|
3061
|
+
# - 'org.apache = DEBUG'
|
|
3062
3062
|
# Corresponds to the JSON property `driverLogLevels`
|
|
3063
3063
|
# @return [Hash<String,String>]
|
|
3064
3064
|
attr_accessor :driver_log_levels
|
|
@@ -3157,31 +3157,31 @@ module Google
|
|
|
3157
3157
|
end
|
|
3158
3158
|
end
|
|
3159
3159
|
|
|
3160
|
-
# A Dataproc
|
|
3160
|
+
# A Dataproc custom metric.
|
|
3161
3161
|
class Metric
|
|
3162
3162
|
include Google::Apis::Core::Hashable
|
|
3163
3163
|
|
|
3164
|
-
# Optional. Specify one or more
|
|
3165
|
-
# dataproc/docs/guides/
|
|
3166
|
-
# metric course (for the SPARK metric source
|
|
3164
|
+
# Optional. Specify one or more Custom metrics (https://cloud.google.com/
|
|
3165
|
+
# dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the
|
|
3166
|
+
# metric course (for the SPARK metric source (any Spark metric (https://spark.
|
|
3167
3167
|
# apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide
|
|
3168
3168
|
# metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use
|
|
3169
3169
|
# camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:
|
|
3170
3170
|
# AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:
|
|
3171
3171
|
# Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.
|
|
3172
|
-
# used Notes: Only the specified overridden metrics
|
|
3173
|
-
#
|
|
3174
|
-
#
|
|
3175
|
-
#
|
|
3176
|
-
#
|
|
3177
|
-
#
|
|
3172
|
+
# used Notes: Only the specified overridden metrics are collected for the metric
|
|
3173
|
+
# source. For example, if one or more spark:executive metrics are listed as
|
|
3174
|
+
# metric overrides, other SPARK metrics are not collected. The collection of the
|
|
3175
|
+
# metrics for other enabled custom metric sources is unaffected. For example, if
|
|
3176
|
+
# both SPARK andd YARN metric sources are enabled, and overrides are provided
|
|
3177
|
+
# for Spark metrics only, all YARN metrics are collected.
|
|
3178
3178
|
# Corresponds to the JSON property `metricOverrides`
|
|
3179
3179
|
# @return [Array<String>]
|
|
3180
3180
|
attr_accessor :metric_overrides
|
|
3181
3181
|
|
|
3182
|
-
# Required.
|
|
3183
|
-
# for the metric source (see
|
|
3184
|
-
# dataproc/docs/guides/
|
|
3182
|
+
# Required. A standard set of metrics is collected unless metricOverrides are
|
|
3183
|
+
# specified for the metric source (see Custom metrics (https://cloud.google.com/
|
|
3184
|
+
# dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
|
|
3185
3185
|
# Corresponds to the JSON property `metricSource`
|
|
3186
3186
|
# @return [String]
|
|
3187
3187
|
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.49.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 = "20230427"
|
|
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.49.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-05-14 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.49.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: []
|