Skip to content

Commit

Permalink
docs: Minor formatting (#353)
Browse files Browse the repository at this point in the history
* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 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 Sep 13, 2023
1 parent 556fc96 commit 951433b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ async def run_job(
metadata: Sequence[Tuple[str, str]] = (),
) -> job.Job:
r"""Forces a job to run now.
When this method is called, Cloud Scheduler will
dispatch the job, even if the job is already running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,7 @@ def run_job(
metadata: Sequence[Tuple[str, str]] = (),
) -> job.Job:
r"""Forces a job to run now.
When this method is called, Cloud Scheduler will
dispatch the job, even if the job is already running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ def run_job(self) -> Callable[[cloudscheduler.RunJobRequest], job.Job]:
r"""Return a callable for the run job method over gRPC.
Forces a job to run now.
When this method is called, Cloud Scheduler will
dispatch the job, even if the job is already running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def run_job(self) -> Callable[[cloudscheduler.RunJobRequest], Awaitable[job.Job]
r"""Return a callable for the run job method over gRPC.
Forces a job to run now.
When this method is called, Cloud Scheduler will
dispatch the job, even if the job is already running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,12 @@ class PubsubTarget(proto.Message):
job.
data (bytes):
The message payload for PubsubMessage.
Pubsub message must contain either non-empty
data, or at least one attribute.
attributes (MutableMapping[str, str]):
Attributes for PubsubMessage.
Pubsub message must contain either non-empty
data, or at least one attribute.
"""
Expand Down Expand Up @@ -341,11 +343,13 @@ class AppEngineRouting(proto.Message):
Attributes:
service (str):
App service.
By default, the job is sent to the service which
is the default service when the job is
attempted.
version (str):
App version.
By default, the job is sent to the version which
is the default version when the job is
attempted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ async def run_job(
metadata: Sequence[Tuple[str, str]] = (),
) -> job.Job:
r"""Forces a job to run now.
When this method is called, Cloud Scheduler will
dispatch the job, even if the job is already running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1264,6 +1264,7 @@ def run_job(
metadata: Sequence[Tuple[str, str]] = (),
) -> job.Job:
r"""Forces a job to run now.
When this method is called, Cloud Scheduler will
dispatch the job, even if the job is already running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ def run_job(self) -> Callable[[cloudscheduler.RunJobRequest], job.Job]:
r"""Return a callable for the run job method over gRPC.
Forces a job to run now.
When this method is called, Cloud Scheduler will
dispatch the job, even if the job is already running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def run_job(self) -> Callable[[cloudscheduler.RunJobRequest], Awaitable[job.Job]
r"""Return a callable for the run job method over gRPC.
Forces a job to run now.
When this method is called, Cloud Scheduler will
dispatch the job, even if the job is already running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,12 @@ class PubsubTarget(proto.Message):
job.
data (bytes):
The message payload for PubsubMessage.
Pubsub message must contain either non-empty
data, or at least one attribute.
attributes (MutableMapping[str, str]):
Attributes for PubsubMessage.
Pubsub message must contain either non-empty
data, or at least one attribute.
"""
Expand Down Expand Up @@ -342,11 +344,13 @@ class AppEngineRouting(proto.Message):
Attributes:
service (str):
App service.
By default, the job is sent to the service which
is the default service when the job is
attempted.
version (str):
App version.
By default, the job is sent to the version which
is the default version when the job is
attempted.
Expand Down

0 comments on commit 951433b

Please sign in to comment.