Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#328)
Browse files Browse the repository at this point in the history
* docs: Fix formatting of request arg in docstring

chore: Update gapic-generator-python to v1.9.1
PiperOrigin-RevId: 518604533

Source-Link: googleapis/googleapis@8a085ae

Source-Link: googleapis/googleapis-gen@b2ab4b0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9

* 🦉 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 Mar 23, 2023
1 parent 013b9c9 commit e6eb81e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ async def sample_list_jobs():
Args:
request (Optional[Union[google.cloud.scheduler_v1.types.ListJobsRequest, dict]]):
The request object. Request message for listing jobs
using
The request object. Request message for listing jobs using
[ListJobs][google.cloud.scheduler.v1.CloudScheduler.ListJobs].
parent (:class:`str`):
Required. The location name. For example:
Expand Down Expand Up @@ -749,8 +748,7 @@ async def sample_delete_job():
Args:
request (Optional[Union[google.cloud.scheduler_v1.types.DeleteJobRequest, dict]]):
The request object. Request message for deleting a job
using
The request object. Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1.CloudScheduler.DeleteJob].
name (:class:`str`):
Required. The job name. For example:
Expand Down Expand Up @@ -1082,8 +1080,7 @@ async def sample_run_job():
Args:
request (Optional[Union[google.cloud.scheduler_v1.types.RunJobRequest, dict]]):
The request object. Request message for forcing a job to
run now using
The request object. Request message for forcing a job to run now using
[RunJob][google.cloud.scheduler.v1.CloudScheduler.RunJob].
name (:class:`str`):
Required. The job name. For example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,7 @@ def sample_list_jobs():
Args:
request (Union[google.cloud.scheduler_v1.types.ListJobsRequest, dict]):
The request object. Request message for listing jobs
using
The request object. Request message for listing jobs using
[ListJobs][google.cloud.scheduler.v1.CloudScheduler.ListJobs].
parent (str):
Required. The location name. For example:
Expand Down Expand Up @@ -973,8 +972,7 @@ def sample_delete_job():
Args:
request (Union[google.cloud.scheduler_v1.types.DeleteJobRequest, dict]):
The request object. Request message for deleting a job
using
The request object. Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1.CloudScheduler.DeleteJob].
name (str):
Required. The job name. For example:
Expand Down Expand Up @@ -1296,8 +1294,7 @@ def sample_run_job():
Args:
request (Union[google.cloud.scheduler_v1.types.RunJobRequest, dict]):
The request object. Request message for forcing a job to
run now using
The request object. Request message for forcing a job to run now using
[RunJob][google.cloud.scheduler.v1.CloudScheduler.RunJob].
name (str):
Required. The job name. For example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ def __call__(
request (~.cloudscheduler.CreateJobRequest):
The request object. Request message for
[CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -563,7 +562,6 @@ def __call__(
request (~.cloudscheduler.DeleteJobRequest):
The request object. Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1.CloudScheduler.DeleteJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -639,7 +637,6 @@ def __call__(
request (~.cloudscheduler.GetJobRequest):
The request object. Request message for
[GetJob][google.cloud.scheduler.v1.CloudScheduler.GetJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -730,7 +727,6 @@ def __call__(
request (~.cloudscheduler.ListJobsRequest):
The request object. Request message for listing jobs using
[ListJobs][google.cloud.scheduler.v1.CloudScheduler.ListJobs].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -820,7 +816,6 @@ def __call__(
request (~.cloudscheduler.PauseJobRequest):
The request object. Request message for
[PauseJob][google.cloud.scheduler.v1.CloudScheduler.PauseJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -920,7 +915,6 @@ def __call__(
request (~.cloudscheduler.ResumeJobRequest):
The request object. Request message for
[ResumeJob][google.cloud.scheduler.v1.CloudScheduler.ResumeJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1020,7 +1014,6 @@ def __call__(
request (~.cloudscheduler.RunJobRequest):
The request object. Request message for forcing a job to run now using
[RunJob][google.cloud.scheduler.v1.CloudScheduler.RunJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1120,7 +1113,6 @@ def __call__(
request (~.cloudscheduler.UpdateJobRequest):
The request object. Request message for
[UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ async def sample_list_jobs():
Args:
request (Optional[Union[google.cloud.scheduler_v1beta1.types.ListJobsRequest, dict]]):
The request object. Request message for listing jobs
using
The request object. Request message for listing jobs using
[ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
parent (:class:`str`):
Required. The location name. For example:
Expand Down Expand Up @@ -750,8 +749,7 @@ async def sample_delete_job():
Args:
request (Optional[Union[google.cloud.scheduler_v1beta1.types.DeleteJobRequest, dict]]):
The request object. Request message for deleting a job
using
The request object. Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1beta1.CloudScheduler.DeleteJob].
name (:class:`str`):
Required. The job name. For example:
Expand Down Expand Up @@ -1103,8 +1101,7 @@ async def sample_run_job():
Args:
request (Optional[Union[google.cloud.scheduler_v1beta1.types.RunJobRequest, dict]]):
The request object. Request message for forcing a job to
run now using
The request object. Request message for forcing a job to run now using
[RunJob][google.cloud.scheduler.v1beta1.CloudScheduler.RunJob].
name (:class:`str`):
Required. The job name. For example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,7 @@ def sample_list_jobs():
Args:
request (Union[google.cloud.scheduler_v1beta1.types.ListJobsRequest, dict]):
The request object. Request message for listing jobs
using
The request object. Request message for listing jobs using
[ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
parent (str):
Required. The location name. For example:
Expand Down Expand Up @@ -974,8 +973,7 @@ def sample_delete_job():
Args:
request (Union[google.cloud.scheduler_v1beta1.types.DeleteJobRequest, dict]):
The request object. Request message for deleting a job
using
The request object. Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1beta1.CloudScheduler.DeleteJob].
name (str):
Required. The job name. For example:
Expand Down Expand Up @@ -1297,8 +1295,7 @@ def sample_run_job():
Args:
request (Union[google.cloud.scheduler_v1beta1.types.RunJobRequest, dict]):
The request object. Request message for forcing a job to
run now using
The request object. Request message for forcing a job to run now using
[RunJob][google.cloud.scheduler.v1beta1.CloudScheduler.RunJob].
name (str):
Required. The job name. For example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ def __call__(
request (~.cloudscheduler.CreateJobRequest):
The request object. Request message for
[CreateJob][google.cloud.scheduler.v1beta1.CloudScheduler.CreateJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -563,7 +562,6 @@ def __call__(
request (~.cloudscheduler.DeleteJobRequest):
The request object. Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1beta1.CloudScheduler.DeleteJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -639,7 +637,6 @@ def __call__(
request (~.cloudscheduler.GetJobRequest):
The request object. Request message for
[GetJob][google.cloud.scheduler.v1beta1.CloudScheduler.GetJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -730,7 +727,6 @@ def __call__(
request (~.cloudscheduler.ListJobsRequest):
The request object. Request message for listing jobs using
[ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -820,7 +816,6 @@ def __call__(
request (~.cloudscheduler.PauseJobRequest):
The request object. Request message for
[PauseJob][google.cloud.scheduler.v1beta1.CloudScheduler.PauseJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -920,7 +915,6 @@ def __call__(
request (~.cloudscheduler.ResumeJobRequest):
The request object. Request message for
[ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1020,7 +1014,6 @@ def __call__(
request (~.cloudscheduler.RunJobRequest):
The request object. Request message for forcing a job to run now using
[RunJob][google.cloud.scheduler.v1beta1.CloudScheduler.RunJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1120,7 +1113,6 @@ def __call__(
request (~.cloudscheduler.UpdateJobRequest):
The request object. Request message for
[UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob].
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down

0 comments on commit e6eb81e

Please sign in to comment.