google-apis-dataproc_v1 0.85.0 → 0.86.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0c3e74de65cab9a6ee23ed29c8cfac439af7be08e68ecbb313cffae0ae34f0a
|
|
4
|
+
data.tar.gz: '09c7a68f5d25eba66e978278a862b4ae34aceced31d29b94c338d9752bdea100'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96b3070d774b024aad673f2d85c8202b050fa64a7f6ce383691a32b00e2a15c9692e7cb49a31ad09d30850b547b7f2fd7978354b12b75c6cf8588b094228ca1b
|
|
7
|
+
data.tar.gz: f0946240f737dd49df769ff7698d433c151d4c4b20bf73ac8d7de6aefeb990094efd988232ebe1beeb698df5fffeb4182233d6db36e5b89d27dc949f19323142
|
data/CHANGELOG.md
CHANGED
|
@@ -1405,6 +1405,16 @@ module Google
|
|
|
1405
1405
|
# @return [Google::Apis::DataprocV1::DataprocMetricConfig]
|
|
1406
1406
|
attr_accessor :dataproc_metric_config
|
|
1407
1407
|
|
|
1408
|
+
# Optional. A Cloud Storage bucket used to collect checkpoint diagnostic data (
|
|
1409
|
+
# https://cloud.google.com/dataproc/docs/support/diagnose-clusters#
|
|
1410
|
+
# checkpoint_diagnostic_data). If you do not specify a diagnostic bucket, Cloud
|
|
1411
|
+
# Dataproc will use the Dataproc temp bucket to collect the checkpoint
|
|
1412
|
+
# diagnostic data. This field requires a Cloud Storage bucket name, not a gs://..
|
|
1413
|
+
# . URI to a Cloud Storage bucket.
|
|
1414
|
+
# Corresponds to the JSON property `diagnosticBucket`
|
|
1415
|
+
# @return [String]
|
|
1416
|
+
attr_accessor :diagnostic_bucket
|
|
1417
|
+
|
|
1408
1418
|
# Encryption settings for the cluster.
|
|
1409
1419
|
# Corresponds to the JSON property `encryptionConfig`
|
|
1410
1420
|
# @return [Google::Apis::DataprocV1::EncryptionConfig]
|
|
@@ -1501,6 +1511,7 @@ module Google
|
|
|
1501
1511
|
@cluster_type = args[:cluster_type] if args.key?(:cluster_type)
|
|
1502
1512
|
@config_bucket = args[:config_bucket] if args.key?(:config_bucket)
|
|
1503
1513
|
@dataproc_metric_config = args[:dataproc_metric_config] if args.key?(:dataproc_metric_config)
|
|
1514
|
+
@diagnostic_bucket = args[:diagnostic_bucket] if args.key?(:diagnostic_bucket)
|
|
1504
1515
|
@encryption_config = args[:encryption_config] if args.key?(:encryption_config)
|
|
1505
1516
|
@endpoint_config = args[:endpoint_config] if args.key?(:endpoint_config)
|
|
1506
1517
|
@gce_cluster_config = args[:gce_cluster_config] if args.key?(:gce_cluster_config)
|
|
@@ -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.86.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251104"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1978,6 +1978,7 @@ module Google
|
|
|
1978
1978
|
property :config_bucket, as: 'configBucket'
|
|
1979
1979
|
property :dataproc_metric_config, as: 'dataprocMetricConfig', class: Google::Apis::DataprocV1::DataprocMetricConfig, decorator: Google::Apis::DataprocV1::DataprocMetricConfig::Representation
|
|
1980
1980
|
|
|
1981
|
+
property :diagnostic_bucket, as: 'diagnosticBucket'
|
|
1981
1982
|
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::DataprocV1::EncryptionConfig, decorator: Google::Apis::DataprocV1::EncryptionConfig::Representation
|
|
1982
1983
|
|
|
1983
1984
|
property :endpoint_config, as: 'endpointConfig', class: Google::Apis::DataprocV1::EndpointConfig, decorator: Google::Apis::DataprocV1::EndpointConfig::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.86.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.86.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|