Skip to content

Commit e73fa8f

Browse files
feat: Automated regeneration of dataproc v1 client (googleapis#23445)
Auto-created at 2025-06-15 10:37:51 +0000 using the toys pull request generator.
1 parent 1ce99eb commit e73fa8f

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150810,6 +150810,7 @@
150810150810
"/dataproc:v1/ClusterConfig/autoscalingConfig": autoscaling_config
150811150811
"/dataproc:v1/ClusterConfig/auxiliaryNodeGroups": auxiliary_node_groups
150812150812
"/dataproc:v1/ClusterConfig/auxiliaryNodeGroups/auxiliary_node_group": auxiliary_node_group
150813+
"/dataproc:v1/ClusterConfig/clusterTier": cluster_tier
150813150814
"/dataproc:v1/ClusterConfig/clusterType": cluster_type
150814150815
"/dataproc:v1/ClusterConfig/configBucket": config_bucket
150815150816
"/dataproc:v1/ClusterConfig/dataprocMetricConfig": dataproc_metric_config

generated/google-apis-dataproc_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dataproc_v1
22

3+
### v0.80.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250604
6+
37
### v0.79.0 (2025-06-01)
48

59
* Regenerated from discovery document revision 20250521

generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,11 @@ class ClusterConfig
13701370
# @return [Array<Google::Apis::DataprocV1::AuxiliaryNodeGroup>]
13711371
attr_accessor :auxiliary_node_groups
13721372

1373+
# Optional. The tier of the cluster.
1374+
# Corresponds to the JSON property `clusterTier`
1375+
# @return [String]
1376+
attr_accessor :cluster_tier
1377+
13731378
# Optional. The type of the cluster.
13741379
# Corresponds to the JSON property `clusterType`
13751380
# @return [String]
@@ -1485,6 +1490,7 @@ def initialize(**args)
14851490
def update!(**args)
14861491
@autoscaling_config = args[:autoscaling_config] if args.key?(:autoscaling_config)
14871492
@auxiliary_node_groups = args[:auxiliary_node_groups] if args.key?(:auxiliary_node_groups)
1493+
@cluster_tier = args[:cluster_tier] if args.key?(:cluster_tier)
14881494
@cluster_type = args[:cluster_type] if args.key?(:cluster_type)
14891495
@config_bucket = args[:config_bucket] if args.key?(:config_bucket)
14901496
@dataproc_metric_config = args[:dataproc_metric_config] if args.key?(:dataproc_metric_config)

generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataprocV1
1818
# Version of the google-apis-dataproc_v1 gem
19-
GEM_VERSION = "0.79.0"
19+
GEM_VERSION = "0.80.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250521"
25+
REVISION = "20250604"
2626
end
2727
end
2828
end

generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,6 +1972,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19721972

19731973
collection :auxiliary_node_groups, as: 'auxiliaryNodeGroups', class: Google::Apis::DataprocV1::AuxiliaryNodeGroup, decorator: Google::Apis::DataprocV1::AuxiliaryNodeGroup::Representation
19741974

1975+
property :cluster_tier, as: 'clusterTier'
19751976
property :cluster_type, as: 'clusterType'
19761977
property :config_bucket, as: 'configBucket'
19771978
property :dataproc_metric_config, as: 'dataprocMetricConfig', class: Google::Apis::DataprocV1::DataprocMetricConfig, decorator: Google::Apis::DataprocV1::DataprocMetricConfig::Representation

0 commit comments

Comments
 (0)