Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#248)
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 008224f commit 4ee09bd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,7 @@ async def sample_list_executions():
Args:
request (Optional[Union[google.cloud.workflows.executions_v1.types.ListExecutionsRequest, dict]]):
The request object. Request for the
[ListExecutions][]
method.
The request object. Request for the [ListExecutions][] method.
parent (:class:`str`):
Required. Name of the workflow for
which the executions should be listed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,7 @@ def sample_list_executions():
Args:
request (Union[google.cloud.workflows.executions_v1.types.ListExecutionsRequest, dict]):
The request object. Request for the
[ListExecutions][]
method.
The request object. Request for the [ListExecutions][] method.
parent (str):
Required. Name of the workflow for
which the executions should be listed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ def __call__(
The request object. Request for the
[CreateWorkflow][google.cloud.workflows.v1.Workflows.CreateWorkflow]
method.
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 @@ -504,7 +503,6 @@ def __call__(
The request object. Request for the
[DeleteWorkflow][google.cloud.workflows.v1.Workflows.DeleteWorkflow]
method.
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 @@ -594,7 +592,6 @@ def __call__(
The request object. Request for the
[GetWorkflow][google.cloud.workflows.v1.Workflows.GetWorkflow]
method.
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 @@ -685,7 +682,6 @@ def __call__(
The request object. Request for the
[ListWorkflows][google.cloud.workflows.v1.Workflows.ListWorkflows]
method.
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 @@ -777,7 +773,6 @@ def __call__(
The request object. Request for the
[UpdateWorkflow][google.cloud.workflows.v1.Workflows.UpdateWorkflow]
method.
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 @@ -405,7 +405,6 @@ def __call__(
The request object. Request for the
[CreateWorkflow][google.cloud.workflows.v1beta.Workflows.CreateWorkflow]
method.
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 @@ -504,7 +503,6 @@ def __call__(
The request object. Request for the
[DeleteWorkflow][google.cloud.workflows.v1beta.Workflows.DeleteWorkflow]
method.
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 @@ -594,7 +592,6 @@ def __call__(
The request object. Request for the
[GetWorkflow][google.cloud.workflows.v1beta.Workflows.GetWorkflow]
method.
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 @@ -685,7 +682,6 @@ def __call__(
The request object. Request for the
[ListWorkflows][google.cloud.workflows.v1beta.Workflows.ListWorkflows]
method.
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 @@ -777,7 +773,6 @@ def __call__(
The request object. Request for the
[UpdateWorkflow][google.cloud.workflows.v1beta.Workflows.UpdateWorkflow]
method.
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 @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-workflows",
"version": "1.10.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-workflows",
"version": "1.10.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 4ee09bd

Please sign in to comment.