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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4691b0e469d0917d596ddc1c0d6a7baca5ac5959b0b517301624db235d63db90
4
- data.tar.gz: 99339596536cdfd482334098ecb38a46cf70acb5a5fecffd0c94422054f8e490
3
+ metadata.gz: ff5dfb9bfc7dc43816bdd8a8acbabd7c5cdf1856e0572d799491fbbdc6a06423
4
+ data.tar.gz: 0b777487c0a08a43b97f0b8a91d780f9984a6520ad3b35d87a63304a2b36580b
5
5
  SHA512:
6
- metadata.gz: 850496c2b1ec324d3341d59063cd437444064d7bfddc3e5ffe750e45fb8c39e34ce710264ed72bea7d4c5444dc31908a64d3683459f89e9558f802a291ce8ae6
7
- data.tar.gz: c557a44ec4ff418c18e08d1f62d32bbef894a69173f4cb53e5608cf1d458ffffaf396642ffce8039142aee48111b8f043f12477dae757fd0e781648b607a1cc6
6
+ metadata.gz: '049dda056e6c5e935ac9cf25ac69f1ae3dce1269f679d7f79f5a6b63a988cca972dcabc975f42314534b41e68b7886ee62cebf63642bcb74b4bf16a7069d3fdb'
7
+ data.tar.gz: 1b025d2f8f3304eb1a62577846f3e4007957a1abea9fab117cf780f32c2a4a6a4135ffdb1f9cf4526305e89bfcaebe8fb49555f1c4dfa315224399a7e5cc484a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.48.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230410
@@ -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
@@ -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.48.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 = "20230410"
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.48.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-04-23 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.48.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: []