Skip to content

Commit 33ab854

Browse files
chore: Update gapic-generator-python to v1.11.3 (#187)
* 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>
1 parent 611158f commit 33ab854

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/types/environment.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ class JobType(proto.Enum):
5656
unknown.
5757
JOB_TYPE_BATCH (1):
5858
A batch job with a well-defined end point:
59-
data is read, data is processed, data is
60-
written, and the job is done.
59+
data is read, data is
60+
processed, data is written, and the job is done.
6161
JOB_TYPE_STREAMING (2):
6262
A continuously streaming job with no end:
63-
data is read, processed, and written
64-
continuously.
63+
data is read,
64+
processed, and written continuously.
6565
"""
6666
JOB_TYPE_UNKNOWN = 0
6767
JOB_TYPE_BATCH = 1
@@ -384,6 +384,7 @@ class Package(proto.Message):
384384
location (str):
385385
The resource to read the package from. The
386386
supported resource type is:
387+
387388
Google Cloud Storage:
388389
389390
storage.googleapis.com/{bucket}

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/types/messages.py

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,39 +43,43 @@ class JobMessageImportance(proto.Enum):
4343
unknown.
4444
JOB_MESSAGE_DEBUG (1):
4545
The message is at the 'debug' level:
46-
typically only useful for software engineers
47-
working on the code the job is running.
48-
Typically, Dataflow pipeline runners do not
49-
display log messages at this level by default.
46+
typically only useful for
47+
software engineers working on the code the job
48+
is running. Typically, Dataflow pipeline runners
49+
do not display log messages at this level by
50+
default.
5051
JOB_MESSAGE_DETAILED (2):
5152
The message is at the 'detailed' level:
52-
somewhat verbose, but potentially useful to
53-
users. Typically, Dataflow pipeline runners do
54-
not display log messages at this level by
55-
default. These messages are displayed by default
56-
in the Dataflow monitoring UI.
53+
somewhat verbose, but
54+
potentially useful to users. Typically,
55+
Dataflow pipeline runners do not display log
56+
messages at this level by default. These
57+
messages are displayed by default in the
58+
Dataflow monitoring UI.
5759
JOB_MESSAGE_BASIC (5):
5860
The message is at the 'basic' level: useful
59-
for keeping track of the execution of a Dataflow
60-
pipeline. Typically, Dataflow pipeline runners
61-
display log messages at this level by default,
62-
and these messages are displayed by default in
63-
the Dataflow monitoring UI.
61+
for keeping
62+
track of the execution of a Dataflow pipeline.
63+
Typically, Dataflow pipeline runners display log
64+
messages at this level by default, and these
65+
messages are displayed by default in the
66+
Dataflow monitoring UI.
6467
JOB_MESSAGE_WARNING (3):
6568
The message is at the 'warning' level:
66-
indicating a condition pertaining to a job which
67-
may require human intervention. Typically,
69+
indicating a condition
70+
pertaining to a job which may require human
71+
intervention. Typically, Dataflow pipeline
72+
runners display log messages at this level by
73+
default, and these messages are displayed by
74+
default in the Dataflow monitoring UI.
75+
JOB_MESSAGE_ERROR (4):
76+
The message is at the 'error' level:
77+
indicating a condition
78+
preventing a job from succeeding. Typically,
6879
Dataflow pipeline runners display log messages
6980
at this level by default, and these messages are
7081
displayed by default in the Dataflow monitoring
7182
UI.
72-
JOB_MESSAGE_ERROR (4):
73-
The message is at the 'error' level:
74-
indicating a condition preventing a job from
75-
succeeding. Typically, Dataflow pipeline
76-
runners display log messages at this level by
77-
default, and these messages are displayed by
78-
default in the Dataflow monitoring UI.
7983
"""
8084
JOB_MESSAGE_IMPORTANCE_UNKNOWN = 0
8185
JOB_MESSAGE_DEBUG = 1

0 commit comments

Comments
 (0)