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 (#208)
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 2cbbfea commit f2254d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Expand Up @@ -708,7 +708,6 @@ def __call__(
request (~.apigateway.CreateApiRequest):
The request object. Request message for
ApiGatewayService.CreateApi
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 @@ -808,7 +807,6 @@ def __call__(
request (~.apigateway.CreateApiConfigRequest):
The request object. Request message for
ApiGatewayService.CreateApiConfig
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 @@ -910,7 +908,6 @@ def __call__(
request (~.apigateway.CreateGatewayRequest):
The request object. Request message for
ApiGatewayService.CreateGateway
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 @@ -1008,7 +1005,6 @@ def __call__(
request (~.apigateway.DeleteApiRequest):
The request object. Request message for
ApiGatewayService.DeleteApi
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 @@ -1097,7 +1093,6 @@ def __call__(
request (~.apigateway.DeleteApiConfigRequest):
The request object. Request message for
ApiGatewayService.DeleteApiConfig
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 @@ -1188,7 +1183,6 @@ def __call__(
request (~.apigateway.DeleteGatewayRequest):
The request object. Request message for
ApiGatewayService.DeleteGateway
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 @@ -1277,7 +1271,6 @@ def __call__(
request (~.apigateway.GetApiRequest):
The request object. Request message for
ApiGatewayService.GetApi
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 @@ -1367,7 +1360,6 @@ def __call__(
request (~.apigateway.GetApiConfigRequest):
The request object. Request message for
ApiGatewayService.GetApiConfig
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 @@ -1458,7 +1450,6 @@ def __call__(
request (~.apigateway.GetGatewayRequest):
The request object. Request message for
ApiGatewayService.GetGateway
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 @@ -1552,7 +1543,6 @@ def __call__(
request (~.apigateway.ListApiConfigsRequest):
The request object. Request message for
ApiGatewayService.ListApiConfigs
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 @@ -1644,7 +1634,6 @@ def __call__(
request (~.apigateway.ListApisRequest):
The request object. Request message for
ApiGatewayService.ListApis
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 @@ -1734,7 +1723,6 @@ def __call__(
request (~.apigateway.ListGatewaysRequest):
The request object. Request message for
ApiGatewayService.ListGateways
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 @@ -1824,7 +1812,6 @@ def __call__(
request (~.apigateway.UpdateApiRequest):
The request object. Request message for
ApiGatewayService.UpdateApi
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 @@ -1922,7 +1909,6 @@ def __call__(
request (~.apigateway.UpdateApiConfigRequest):
The request object. Request message for
ApiGatewayService.UpdateApiConfig
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 @@ -2022,7 +2008,6 @@ def __call__(
request (~.apigateway.UpdateGatewayRequest):
The request object. Request message for
ApiGatewayService.UpdateGateway
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 @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-api-gateway",
"version": "1.7.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit f2254d6

Please sign in to comment.