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 #208

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