google-apis-dataproc_v1 0.47.0 → 0.49.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: 8f52435a0d9ebcea09dcb77f566859cd19c0f87269482a82f61b09625568c699
4
- data.tar.gz: 132fc3f30ea917f4e56ac659f9f1f15c65768ee6a7ee079d0b8f3c38ae03fa00
3
+ metadata.gz: ff5dfb9bfc7dc43816bdd8a8acbabd7c5cdf1856e0572d799491fbbdc6a06423
4
+ data.tar.gz: 0b777487c0a08a43b97f0b8a91d780f9984a6520ad3b35d87a63304a2b36580b
5
5
  SHA512:
6
- metadata.gz: 23f01ab9aa4c5b8633c188606d33c8e9e6d63b3bdb9a9476afd23416d05aae6f1e31f76c003cce34c16fb72657918f0615364a52c0a9ab1a13464c81aad39977
7
- data.tar.gz: eab59921a49e7e10636a4b7461e4b28602900134c6e14c4e3e960175628be40790f78b67075d4e73cb1e9f11be24f87b82243837ef2cae3f3a764eef4123e646
6
+ metadata.gz: '049dda056e6c5e935ac9cf25ac69f1ae3dce1269f679d7f79f5a6b63a988cca972dcabc975f42314534b41e68b7886ee62cebf63642bcb74b4bf16a7069d3fdb'
7
+ data.tar.gz: 1b025d2f8f3304eb1a62577846f3e4007957a1abea9fab117cf780f32c2a4a6a4135ffdb1f9cf4526305e89bfcaebe8fb49555f1c4dfa315224399a7e5cc484a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.49.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230427
6
+
7
+ ### v0.48.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230410
10
+
3
11
  ### v0.47.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230309
@@ -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', 'root = INFO', '
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 OSS metric.
3160
+ # A Dataproc custom metric.
3161
3161
  class Metric
3162
3162
  include Google::Apis::Core::Hashable
3163
3163
 
3164
- # Optional. Specify one or more available OSS metrics (https://cloud.google.com/
3165
- # dataproc/docs/guides/monitoring#available_oss_metrics) to collect for the
3166
- # metric course (for the SPARK metric source, any Spark metric (https://spark.
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 will be collected for the
3173
- # metric source. For example, if one or more spark:executive metrics are listed
3174
- # as metric overrides, other SPARK metrics will not be collected. The collection
3175
- # of the default metrics for other OSS metric sources is unaffected. For example,
3176
- # if both SPARK andd YARN metric sources are enabled, and overrides are
3177
- # provided for Spark metrics only, all default YARN metrics will be collected.
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. Default metrics are collected unless metricOverrides are specified
3183
- # for the metric source (see Available OSS metrics (https://cloud.google.com/
3184
- # dataproc/docs/guides/monitoring#available_oss_metrics) for more information).
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
@@ -4129,7 +4129,7 @@ module Google
4129
4129
  class ResizeNodeGroupRequest
4130
4130
  include Google::Apis::Core::Hashable
4131
4131
 
4132
- # Optional. Timeout for graceful YARN decomissioning. Graceful decommissioning (
4132
+ # Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning (
4133
4133
  # https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/scaling-
4134
4134
  # clusters#graceful_decommissioning) allows the removal of nodes from the
4135
4135
  # Compute Engine node group without interrupting jobs in progress. This timeout
@@ -4805,7 +4805,7 @@ module Google
4805
4805
 
4806
4806
  # Required. Timeout for Spark graceful decommissioning of spark workers.
4807
4807
  # Specifies the duration to wait for spark worker to complete spark
4808
- # decomissioning tasks before forcefully removing workers. Only applicable to
4808
+ # decommissioning tasks before forcefully removing workers. Only applicable to
4809
4809
  # downscaling operations.Bounds: 0s, 1d.
4810
4810
  # Corresponds to the JSON property `gracefulDecommissionTimeout`
4811
4811
  # @return [String]
@@ -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.47.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 = "20230309"
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.47.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-03-26 00:00:00.000000000 Z
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.47.0
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: []