Skip to content

Commit 750da6b

Browse files
feat: Automated regeneration of dataproc v1 client (#24812)
Auto-created at 2025-11-02 09:54:45 +0000 using the toys pull request generator.
1 parent c084873 commit 750da6b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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.85.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251021
6+
37
### v0.84.0 (2025-10-19)
48

59
* Regenerated from discovery document revision 20251003

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6320,7 +6320,9 @@ class PySparkJob
63206320
include Google::Apis::Core::Hashable
63216321

63226322
# Optional. HCFS URIs of archives to be extracted into the working directory of
6323-
# each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
6323+
# each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note:
6324+
# Spark applications must be deployed in cluster mode (https://spark.apache.org/
6325+
# docs/latest/cluster-overview.html) for correct environment propagation.
63246326
# Corresponds to the JSON property `archiveUris`
63256327
# @return [Array<String>]
63266328
attr_accessor :archive_uris

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.84.0"
19+
GEM_VERSION = "0.85.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 = "20251003"
25+
REVISION = "20251021"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)