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 (#164)
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 fd477c3 commit a4751ad
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ def __call__(
request (~.cloudshell.AddPublicKeyRequest):
The request object. Request message for
[AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
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 @@ -470,7 +469,6 @@ def __call__(
request (~.cloudshell.AuthorizeEnvironmentRequest):
The request object. Request message for
[AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
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 @@ -569,7 +567,6 @@ def __call__(
request (~.cloudshell.GetEnvironmentRequest):
The request object. Request message for
[GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
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 @@ -655,7 +652,6 @@ def __call__(
request (~.cloudshell.RemovePublicKeyRequest):
The request object. Request message for
[RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
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 @@ -744,7 +740,6 @@ def __call__(
request (~.cloudshell.StartEnvironmentRequest):
The request object. Request message for
[StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
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 a4751ad

Please sign in to comment.