Skip to content

Commit

Permalink
feat: Automated regeneration of dataproc v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 3, 2024
1 parent a5b6588 commit 40a23fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
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.74.0 (2024-11-03)

* Regenerated from discovery document revision 20241025

### v0.73.0 (2024-10-06)

* Regenerated from discovery document revision 20240928
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4012,8 +4012,8 @@ class Job
# @return [Google::Apis::DataprocV1::PrestoJob]
attr_accessor :presto_job

# A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/0.9.0/
# python-programming-guide.html) applications on YARN.
# A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/
# latest/api/python/index.html#pyspark-overview) applications on YARN.
# Corresponds to the JSON property `pysparkJob`
# @return [Google::Apis::DataprocV1::PySparkJob]
attr_accessor :pyspark_job
Expand Down Expand Up @@ -5487,8 +5487,8 @@ class OrderedJob
# @return [Google::Apis::DataprocV1::PrestoJob]
attr_accessor :presto_job

# A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/0.9.0/
# python-programming-guide.html) applications on YARN.
# A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/
# latest/api/python/index.html#pyspark-overview) applications on YARN.
# Corresponds to the JSON property `pysparkJob`
# @return [Google::Apis::DataprocV1::PySparkJob]
attr_accessor :pyspark_job
Expand Down Expand Up @@ -6068,8 +6068,8 @@ def update!(**args)
end
end

# A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/0.9.0/
# python-programming-guide.html) applications on YARN.
# A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/
# latest/api/python/index.html#pyspark-overview) applications on YARN.
class PySparkJob
include Google::Apis::Core::Hashable

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.73.0"
GEM_VERSION = "0.74.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240928"
REVISION = "20241025"
end
end
end

0 comments on commit 40a23fd

Please sign in to comment.