Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-dataproc_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-dataproc_v1

### v0.85.0 (2025-11-02)

* Regenerated from discovery document revision 20251021

### v0.84.0 (2025-10-19)

* Regenerated from discovery document revision 20251003
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6320,7 +6320,9 @@ class PySparkJob
include Google::Apis::Core::Hashable

# Optional. HCFS URIs of archives to be extracted into the working directory of
# each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
# each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note:
# Spark applications must be deployed in cluster mode (https://spark.apache.org/
# docs/latest/cluster-overview.html) for correct environment propagation.
# Corresponds to the JSON property `archiveUris`
# @return [Array<String>]
attr_accessor :archive_uris
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DataprocV1
# Version of the google-apis-dataproc_v1 gem
GEM_VERSION = "0.84.0"
GEM_VERSION = "0.85.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251003"
REVISION = "20251021"
end
end
end