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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4691b0e469d0917d596ddc1c0d6a7baca5ac5959b0b517301624db235d63db90
4
- data.tar.gz: 99339596536cdfd482334098ecb38a46cf70acb5a5fecffd0c94422054f8e490
3
+ metadata.gz: 14f0adf5fec19ac8db7637b5c7a0e236039bde606801e1a17ae8326d7c79ca4e
4
+ data.tar.gz: c42427af4023342f02593d1fd0dcc2b36e111505786673d8375518fdbb59235d
5
5
  SHA512:
6
- metadata.gz: 850496c2b1ec324d3341d59063cd437444064d7bfddc3e5ffe750e45fb8c39e34ce710264ed72bea7d4c5444dc31908a64d3683459f89e9558f802a291ce8ae6
7
- data.tar.gz: c557a44ec4ff418c18e08d1f62d32bbef894a69173f4cb53e5608cf1d458ffffaf396642ffce8039142aee48111b8f043f12477dae757fd0e781648b607a1cc6
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 as OR conditions: the
1317
- # workload will be terminated when it has been idle for idle_ttl or when ttl has
1318
- # been exceed, whichever occurs first.
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. Minimum value is 10 minutes; maximum value is 14
1365
- # days (see JSON representation of Duration (https://developers.google.com/
1366
- # protocol-buffers/docs/proto3#json)). If both ttl and idle_ttl are specified (
1367
- # for an interactive session), the conditions are treated as OR conditions: the
1368
- # workload will be terminated when it has been idle for idle_ttl or when ttl has
1369
- # been exceeded, whichever occurs first.
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/KEY_PROJECT_ID/locations/LOCATION /keyRings/RING_NAME/
1677
- # cryptoKeys/KEY_NAME.
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', 'root = INFO', '
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 OSS metric.
3161
+ # A Dataproc custom metric.
3161
3162
  class Metric
3162
3163
  include Google::Apis::Core::Hashable
3163
3164
 
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.
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 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.
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. 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).
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.48.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 = "20230410"
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.48.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-04-23 00:00:00.000000000 Z
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.48.0
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: []