Skip to content

Commit 80e9145

Browse files
feat: Automated regeneration of dataproc v1 client (#24929)
Auto-created at 2025-11-09 10:32:43 +0000 using the toys pull request generator.
1 parent 7a2bf66 commit 80e9145

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161214,6 +161214,7 @@
161214161214
"/dataproc:v1/ClusterConfig/clusterType": cluster_type
161215161215
"/dataproc:v1/ClusterConfig/configBucket": config_bucket
161216161216
"/dataproc:v1/ClusterConfig/dataprocMetricConfig": dataproc_metric_config
161217+
"/dataproc:v1/ClusterConfig/diagnosticBucket": diagnostic_bucket
161217161218
"/dataproc:v1/ClusterConfig/encryptionConfig": encryption_config
161218161219
"/dataproc:v1/ClusterConfig/endpointConfig": endpoint_config
161219161220
"/dataproc:v1/ClusterConfig/gceClusterConfig": gce_cluster_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.86.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251104
6+
37
### v0.85.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251021

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,16 @@ class ClusterConfig
14051405
# @return [Google::Apis::DataprocV1::DataprocMetricConfig]
14061406
attr_accessor :dataproc_metric_config
14071407

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+
14081418
# Encryption settings for the cluster.
14091419
# Corresponds to the JSON property `encryptionConfig`
14101420
# @return [Google::Apis::DataprocV1::EncryptionConfig]
@@ -1501,6 +1511,7 @@ def update!(**args)
15011511
@cluster_type = args[:cluster_type] if args.key?(:cluster_type)
15021512
@config_bucket = args[:config_bucket] if args.key?(:config_bucket)
15031513
@dataproc_metric_config = args[:dataproc_metric_config] if args.key?(:dataproc_metric_config)
1514+
@diagnostic_bucket = args[:diagnostic_bucket] if args.key?(:diagnostic_bucket)
15041515
@encryption_config = args[:encryption_config] if args.key?(:encryption_config)
15051516
@endpoint_config = args[:endpoint_config] if args.key?(:endpoint_config)
15061517
@gce_cluster_config = args[:gce_cluster_config] if args.key?(:gce_cluster_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.85.0"
19+
GEM_VERSION = "0.86.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 = "20251021"
25+
REVISION = "20251104"
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
@@ -1978,6 +1978,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19781978
property :config_bucket, as: 'configBucket'
19791979
property :dataproc_metric_config, as: 'dataprocMetricConfig', class: Google::Apis::DataprocV1::DataprocMetricConfig, decorator: Google::Apis::DataprocV1::DataprocMetricConfig::Representation
19801980

1981+
property :diagnostic_bucket, as: 'diagnosticBucket'
19811982
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::DataprocV1::EncryptionConfig, decorator: Google::Apis::DataprocV1::EncryptionConfig::Representation
19821983

19831984
property :endpoint_config, as: 'endpointConfig', class: Google::Apis::DataprocV1::EndpointConfig, decorator: Google::Apis::DataprocV1::EndpointConfig::Representation

0 commit comments

Comments
 (0)