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

Commit

Permalink
docs: Fix formatting of request arg in docstring (#170)
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] committed Mar 23, 2023
1 parent 8c6fffe commit 91e315c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,6 @@ def __call__(
request (~.environments.ListEnvironmentsRequest):
The request object. List environments in a project and
location.
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 @@ -847,7 +846,6 @@ def __call__(
request (~.environments.LoadSnapshotRequest):
The request object. Request to load a snapshot into a
Cloud Composer environment.
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 @@ -934,7 +932,6 @@ def __call__(
request (~.environments.SaveSnapshotRequest):
The request object. Request to create a snapshot of a
Cloud Composer environment.
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 @@ -283,7 +283,6 @@ def __call__(
request (~.image_versions.ListImageVersionsRequest):
The request object. List ImageVersions in a project and
location.
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 @@ -586,7 +586,6 @@ def __call__(
request (~.environments.CheckUpgradeRequest):
The request object. Request to check whether image
upgrade will succeed.
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 @@ -915,7 +914,6 @@ def __call__(
request (~.environments.ListEnvironmentsRequest):
The request object. List environments in a project and
location.
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 @@ -996,7 +994,6 @@ def __call__(
request (~.environments.LoadSnapshotRequest):
The request object. Request to load a snapshot into a
Cloud Composer environment.
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 @@ -1170,7 +1167,6 @@ def __call__(
request (~.environments.SaveSnapshotRequest):
The request object. Request to create a snapshot of a
Cloud Composer environment.
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 @@ -283,7 +283,6 @@ def __call__(
request (~.image_versions.ListImageVersionsRequest):
The request object. List ImageVersions in a project and
location.
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 91e315c

Please sign in to comment.