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

Commit d342e12

Browse files
docs: Fix formatting of request arg in docstring (#169)
* 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: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 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>
1 parent 78fcb83 commit d342e12

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

google/cloud/lifesciences_v2beta/services/workflows_service_v2_beta/async_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ async def sample_run_pipeline():
279279
280280
Args:
281281
request (Optional[Union[google.cloud.lifesciences_v2beta.types.RunPipelineRequest, dict]]):
282-
The request object. The arguments to the `RunPipeline`
283-
method. The requesting user must have the
284-
`iam.serviceAccounts.actAs` permission for the Cloud
282+
The request object. The arguments to the ``RunPipeline`` method. The
283+
requesting user must have the
284+
``iam.serviceAccounts.actAs`` permission for the Cloud
285285
Life Sciences service account or the request will fail.
286286
retry (google.api_core.retry.Retry): Designation of what errors, if any,
287287
should be retried.

google/cloud/lifesciences_v2beta/services/workflows_service_v2_beta/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ def sample_run_pipeline():
485485
486486
Args:
487487
request (Union[google.cloud.lifesciences_v2beta.types.RunPipelineRequest, dict]):
488-
The request object. The arguments to the `RunPipeline`
489-
method. The requesting user must have the
490-
`iam.serviceAccounts.actAs` permission for the Cloud
488+
The request object. The arguments to the ``RunPipeline`` method. The
489+
requesting user must have the
490+
``iam.serviceAccounts.actAs`` permission for the Cloud
491491
Life Sciences service account or the request will fail.
492492
retry (google.api_core.retry.Retry): Designation of what errors, if any,
493493
should be retried.

google/cloud/lifesciences_v2beta/services/workflows_service_v2_beta/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ def __call__(
397397
requesting user must have the
398398
``iam.serviceAccounts.actAs`` permission for the Cloud
399399
Life Sciences service account or the request will fail.
400-
401400
retry (google.api_core.retry.Retry): Designation of what errors, if any,
402401
should be retried.
403402
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)