Skip to content

Commit

Permalink
docs: remove typo in docstring (#72)
Browse files Browse the repository at this point in the history
* fix: Use http binding with location field as primary http bindings


PiperOrigin-RevId: 430239565

Source-Link: googleapis/googleapis@71fe7ff

Source-Link: googleapis/googleapis-gen@1f496cc
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWY0OTZjYzM2ZGQ3NzkyMWU0NWEyNzgxMTRiYmMyMTk4Y2M4MzUyYSJ9

* 🦉 Updates from OwlBot post-processor

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

* 🦉 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>
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 24, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8e7688d commit dfaa948
Showing 5 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -251,7 +251,7 @@ def sample_create_job():
Returns:
google.cloud.dataflow_v1beta3.types.Job:
Defines a job to be run by the Cloud
Dataflow service. nextID: 26
Dataflow service.
"""
# Create or coerce a protobuf request object.
@@ -319,7 +319,7 @@ def sample_get_job():
Returns:
google.cloud.dataflow_v1beta3.types.Job:
Defines a job to be run by the Cloud
Dataflow service. nextID: 26
Dataflow service.
"""
# Create or coerce a protobuf request object.
@@ -388,7 +388,7 @@ def sample_update_job():
Returns:
google.cloud.dataflow_v1beta3.types.Job:
Defines a job to be run by the Cloud
Dataflow service. nextID: 26
Dataflow service.
"""
# Create or coerce a protobuf request object.
Original file line number Diff line number Diff line change
@@ -437,7 +437,7 @@ def sample_create_job():
Returns:
google.cloud.dataflow_v1beta3.types.Job:
Defines a job to be run by the Cloud
Dataflow service. nextID: 26
Dataflow service.
"""
# Create or coerce a protobuf request object.
@@ -507,7 +507,7 @@ def sample_get_job():
Returns:
google.cloud.dataflow_v1beta3.types.Job:
Defines a job to be run by the Cloud
Dataflow service. nextID: 26
Dataflow service.
"""
# Create or coerce a protobuf request object.
@@ -578,7 +578,7 @@ def sample_update_job():
Returns:
google.cloud.dataflow_v1beta3.types.Job:
Defines a job to be run by the Cloud
Dataflow service. nextID: 26
Dataflow service.
"""
# Create or coerce a protobuf request object.
Original file line number Diff line number Diff line change
@@ -247,7 +247,7 @@ def sample_create_job_from_template():
Returns:
google.cloud.dataflow_v1beta3.types.Job:
Defines a job to be run by the Cloud
Dataflow service. nextID: 26
Dataflow service.
"""
# Create or coerce a protobuf request object.
Original file line number Diff line number Diff line change
@@ -431,7 +431,7 @@ def sample_create_job_from_template():
Returns:
google.cloud.dataflow_v1beta3.types.Job:
Defines a job to be run by the Cloud
Dataflow service. nextID: 26
Dataflow service.
"""
# Create or coerce a protobuf request object.
Original file line number Diff line number Diff line change
@@ -101,7 +101,6 @@ class JobView(proto.Enum):

class Job(proto.Message):
r"""Defines a job to be run by the Cloud Dataflow service.
nextID: 26
Attributes:
id (str):

0 comments on commit dfaa948

Please sign in to comment.