google-apis-dataproc_v1 0.79.0 → 0.80.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: bc618f221ed22eebb35928e9c2e68adf76563d88120e3277c98a400ffc92220d
|
4
|
+
data.tar.gz: 35c1357daebaecafe427fe81165fefe7874f6b11aeb20f5633f298840f172bb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88b5417a8f3e313631238e0f432759dafb83a178f23587d51b458fb7a1daee3bcfeb9a2d8e9ce29bda99fe75c0cc2566e9c11b643a66b6a3bfc359838e2f2519
|
7
|
+
data.tar.gz: b6aefd7a1bffb4f441245639c8842058272951d68411b9cebf5476d3fc6644f8b34483558586c8886c417818076c19d9a9f4f48e0e3ae0b3e1be3a112db04d81
|
data/CHANGELOG.md
CHANGED
@@ -1370,6 +1370,11 @@ module Google
|
|
1370
1370
|
# @return [Array<Google::Apis::DataprocV1::AuxiliaryNodeGroup>]
|
1371
1371
|
attr_accessor :auxiliary_node_groups
|
1372
1372
|
|
1373
|
+
# Optional. The tier of the cluster.
|
1374
|
+
# Corresponds to the JSON property `clusterTier`
|
1375
|
+
# @return [String]
|
1376
|
+
attr_accessor :cluster_tier
|
1377
|
+
|
1373
1378
|
# Optional. The type of the cluster.
|
1374
1379
|
# Corresponds to the JSON property `clusterType`
|
1375
1380
|
# @return [String]
|
@@ -1485,6 +1490,7 @@ module Google
|
|
1485
1490
|
def update!(**args)
|
1486
1491
|
@autoscaling_config = args[:autoscaling_config] if args.key?(:autoscaling_config)
|
1487
1492
|
@auxiliary_node_groups = args[:auxiliary_node_groups] if args.key?(:auxiliary_node_groups)
|
1493
|
+
@cluster_tier = args[:cluster_tier] if args.key?(:cluster_tier)
|
1488
1494
|
@cluster_type = args[:cluster_type] if args.key?(:cluster_type)
|
1489
1495
|
@config_bucket = args[:config_bucket] if args.key?(:config_bucket)
|
1490
1496
|
@dataproc_metric_config = args[:dataproc_metric_config] if args.key?(:dataproc_metric_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.80.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 = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1972,6 +1972,7 @@ module Google
|
|
1972
1972
|
|
1973
1973
|
collection :auxiliary_node_groups, as: 'auxiliaryNodeGroups', class: Google::Apis::DataprocV1::AuxiliaryNodeGroup, decorator: Google::Apis::DataprocV1::AuxiliaryNodeGroup::Representation
|
1974
1974
|
|
1975
|
+
property :cluster_tier, as: 'clusterTier'
|
1975
1976
|
property :cluster_type, as: 'clusterType'
|
1976
1977
|
property :config_bucket, as: 'configBucket'
|
1977
1978
|
property :dataproc_metric_config, as: 'dataprocMetricConfig', class: Google::Apis::DataprocV1::DataprocMetricConfig, decorator: Google::Apis::DataprocV1::DataprocMetricConfig::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.80.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.80.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:
|