Skip to content

Commit

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

PiperOrigin-RevId: 546899192

Source-Link: googleapis/googleapis@e6b1691

Source-Link: googleapis/googleapis-gen@0b3917c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9

* 🦉 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 10, 2023
1 parent 611158f commit 33ab854
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ class JobType(proto.Enum):
unknown.
JOB_TYPE_BATCH (1):
A batch job with a well-defined end point:
data is read, data is processed, data is
written, and the job is done.
data is read, data is
processed, data is written, and the job is done.
JOB_TYPE_STREAMING (2):
A continuously streaming job with no end:
data is read, processed, and written
continuously.
data is read,
processed, and written continuously.
"""
JOB_TYPE_UNKNOWN = 0
JOB_TYPE_BATCH = 1
Expand Down Expand Up @@ -384,6 +384,7 @@ class Package(proto.Message):
location (str):
The resource to read the package from. The
supported resource type is:
Google Cloud Storage:
storage.googleapis.com/{bucket}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,39 +43,43 @@ class JobMessageImportance(proto.Enum):
unknown.
JOB_MESSAGE_DEBUG (1):
The message is at the 'debug' level:
typically only useful for software engineers
working on the code the job is running.
Typically, Dataflow pipeline runners do not
display log messages at this level by default.
typically only useful for
software engineers working on the code the job
is running. Typically, Dataflow pipeline runners
do not display log messages at this level by
default.
JOB_MESSAGE_DETAILED (2):
The message is at the 'detailed' level:
somewhat verbose, but potentially useful to
users. Typically, Dataflow pipeline runners do
not display log messages at this level by
default. These messages are displayed by default
in the Dataflow monitoring UI.
somewhat verbose, but
potentially useful to users. Typically,
Dataflow pipeline runners do not display log
messages at this level by default. These
messages are displayed by default in the
Dataflow monitoring UI.
JOB_MESSAGE_BASIC (5):
The message is at the 'basic' level: useful
for keeping track of the execution of a Dataflow
pipeline. Typically, Dataflow pipeline runners
display log messages at this level by default,
and these messages are displayed by default in
the Dataflow monitoring UI.
for keeping
track of the execution of a Dataflow pipeline.
Typically, Dataflow pipeline runners display log
messages at this level by default, and these
messages are displayed by default in the
Dataflow monitoring UI.
JOB_MESSAGE_WARNING (3):
The message is at the 'warning' level:
indicating a condition pertaining to a job which
may require human intervention. Typically,
indicating a condition
pertaining to a job which may require human
intervention. Typically, Dataflow pipeline
runners display log messages at this level by
default, and these messages are displayed by
default in the Dataflow monitoring UI.
JOB_MESSAGE_ERROR (4):
The message is at the 'error' level:
indicating a condition
preventing a job from succeeding. Typically,
Dataflow pipeline runners display log messages
at this level by default, and these messages are
displayed by default in the Dataflow monitoring
UI.
JOB_MESSAGE_ERROR (4):
The message is at the 'error' level:
indicating a condition preventing a job from
succeeding. Typically, Dataflow pipeline
runners display log messages at this level by
default, and these messages are displayed by
default in the Dataflow monitoring UI.
"""
JOB_MESSAGE_IMPORTANCE_UNKNOWN = 0
JOB_MESSAGE_DEBUG = 1
Expand Down

0 comments on commit 33ab854

Please sign in to comment.