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

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: https://github.com/googleapis/googleapis-gen/commit/280264ca02fb9316b4237a96d0af1a2343a81a56
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 003e536 commit 9e13935
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
4 changes: 4 additions & 0 deletions google/cloud/scheduler_v1/types/target.py
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
4 changes: 4 additions & 0 deletions google/cloud/scheduler_v1beta1/types/target.py
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 9e13935

Please sign in to comment.