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

docs: Fix formatting of request arg in docstring #248

Merged
merged 2 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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