Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: Update gapic-generator-python to v1.11.4 (#543)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.11.4

PiperOrigin-RevId: 547897126

Source-Link: googleapis/googleapis@c09c75e

Source-Link: googleapis/googleapis-gen@45e0ec4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 14, 2023
1 parent 098c954 commit 615854c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions google/cloud/dataproc_v1/types/clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ class KerberosConfig(proto.Message):
enable_kerberos (bool):
Optional. Flag to indicate whether to
Kerberize the cluster (default:
false). Set this field to true to enable
Kerberos on a cluster.
root_principal_password_uri (str):
Expand Down
22 changes: 14 additions & 8 deletions google/cloud/dataproc_v1/types/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class LoggingConfig(proto.Message):
The per-package log levels for the driver.
This may include "root" package name to
configure rootLogger. Examples:
'com.google = FATAL', 'root = INFO',
'org.apache = DEBUG'
"""
Expand Down Expand Up @@ -129,6 +130,7 @@ class HadoopJob(proto.Message):
main_jar_file_uri (str):
The HCFS URI of the jar file containing the
main class. Examples:
'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar'
'hdfs:/tmp/test-samples/custom-wordcount.jar'
'file:///home/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar'
Expand Down Expand Up @@ -156,8 +158,9 @@ class HadoopJob(proto.Message):
archive_uris (MutableSequence[str]):
Optional. HCFS URIs of archives to be
extracted in the working directory of Hadoop
drivers and tasks. Supported file types: .jar,
.tar, .tar.gz, .tgz, or .zip.
drivers and tasks. Supported file types:
.jar, .tar, .tar.gz, .tgz, or .zip.
properties (MutableMapping[str, str]):
Optional. A mapping of property names to values, used to
configure Hadoop. Properties that conflict with values set
Expand Down Expand Up @@ -245,8 +248,9 @@ class SparkJob(proto.Message):
archive_uris (MutableSequence[str]):
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.
executor. Supported file types:
.jar, .tar, .tar.gz, .tgz, and .zip.
properties (MutableMapping[str, str]):
Optional. A mapping of property names to
values, used to configure Spark. Properties that
Expand Down Expand Up @@ -325,8 +329,9 @@ class PySparkJob(proto.Message):
archive_uris (MutableSequence[str]):
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.
executor. Supported file types:
.jar, .tar, .tar.gz, .tgz, and .zip.
properties (MutableMapping[str, str]):
Optional. A mapping of property names to
values, used to configure PySpark. Properties
Expand Down Expand Up @@ -648,8 +653,9 @@ class SparkRJob(proto.Message):
archive_uris (MutableSequence[str]):
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.
executor. Supported file types:
.jar, .tar, .tar.gz, .tgz, and .zip.
properties (MutableMapping[str, str]):
Optional. A mapping of property names to
values, used to configure SparkR. Properties
Expand Down
1 change: 1 addition & 0 deletions google/cloud/dataproc_v1/types/workflow_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ class OrderedJob(proto.Message):
class TemplateParameter(proto.Message):
r"""A configurable parameter that replaces one or more fields in
the template. Parameterizable fields:
- Labels
- File uris
- Job properties
Expand Down

0 comments on commit 615854c

Please sign in to comment.