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

Commit f2254d6

Browse files
docs: Fix formatting of request arg in docstring (#208)
* 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 2cbbfea commit f2254d6

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

google/cloud/apigateway_v1/services/api_gateway_service/transports/rest.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ def __call__(
708708
request (~.apigateway.CreateApiRequest):
709709
The request object. Request message for
710710
ApiGatewayService.CreateApi
711-
712711
retry (google.api_core.retry.Retry): Designation of what errors, if any,
713712
should be retried.
714713
timeout (float): The timeout for this request.
@@ -808,7 +807,6 @@ def __call__(
808807
request (~.apigateway.CreateApiConfigRequest):
809808
The request object. Request message for
810809
ApiGatewayService.CreateApiConfig
811-
812810
retry (google.api_core.retry.Retry): Designation of what errors, if any,
813811
should be retried.
814812
timeout (float): The timeout for this request.
@@ -910,7 +908,6 @@ def __call__(
910908
request (~.apigateway.CreateGatewayRequest):
911909
The request object. Request message for
912910
ApiGatewayService.CreateGateway
913-
914911
retry (google.api_core.retry.Retry): Designation of what errors, if any,
915912
should be retried.
916913
timeout (float): The timeout for this request.
@@ -1008,7 +1005,6 @@ def __call__(
10081005
request (~.apigateway.DeleteApiRequest):
10091006
The request object. Request message for
10101007
ApiGatewayService.DeleteApi
1011-
10121008
retry (google.api_core.retry.Retry): Designation of what errors, if any,
10131009
should be retried.
10141010
timeout (float): The timeout for this request.
@@ -1097,7 +1093,6 @@ def __call__(
10971093
request (~.apigateway.DeleteApiConfigRequest):
10981094
The request object. Request message for
10991095
ApiGatewayService.DeleteApiConfig
1100-
11011096
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11021097
should be retried.
11031098
timeout (float): The timeout for this request.
@@ -1188,7 +1183,6 @@ def __call__(
11881183
request (~.apigateway.DeleteGatewayRequest):
11891184
The request object. Request message for
11901185
ApiGatewayService.DeleteGateway
1191-
11921186
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11931187
should be retried.
11941188
timeout (float): The timeout for this request.
@@ -1277,7 +1271,6 @@ def __call__(
12771271
request (~.apigateway.GetApiRequest):
12781272
The request object. Request message for
12791273
ApiGatewayService.GetApi
1280-
12811274
retry (google.api_core.retry.Retry): Designation of what errors, if any,
12821275
should be retried.
12831276
timeout (float): The timeout for this request.
@@ -1367,7 +1360,6 @@ def __call__(
13671360
request (~.apigateway.GetApiConfigRequest):
13681361
The request object. Request message for
13691362
ApiGatewayService.GetApiConfig
1370-
13711363
retry (google.api_core.retry.Retry): Designation of what errors, if any,
13721364
should be retried.
13731365
timeout (float): The timeout for this request.
@@ -1458,7 +1450,6 @@ def __call__(
14581450
request (~.apigateway.GetGatewayRequest):
14591451
The request object. Request message for
14601452
ApiGatewayService.GetGateway
1461-
14621453
retry (google.api_core.retry.Retry): Designation of what errors, if any,
14631454
should be retried.
14641455
timeout (float): The timeout for this request.
@@ -1552,7 +1543,6 @@ def __call__(
15521543
request (~.apigateway.ListApiConfigsRequest):
15531544
The request object. Request message for
15541545
ApiGatewayService.ListApiConfigs
1555-
15561546
retry (google.api_core.retry.Retry): Designation of what errors, if any,
15571547
should be retried.
15581548
timeout (float): The timeout for this request.
@@ -1644,7 +1634,6 @@ def __call__(
16441634
request (~.apigateway.ListApisRequest):
16451635
The request object. Request message for
16461636
ApiGatewayService.ListApis
1647-
16481637
retry (google.api_core.retry.Retry): Designation of what errors, if any,
16491638
should be retried.
16501639
timeout (float): The timeout for this request.
@@ -1734,7 +1723,6 @@ def __call__(
17341723
request (~.apigateway.ListGatewaysRequest):
17351724
The request object. Request message for
17361725
ApiGatewayService.ListGateways
1737-
17381726
retry (google.api_core.retry.Retry): Designation of what errors, if any,
17391727
should be retried.
17401728
timeout (float): The timeout for this request.
@@ -1824,7 +1812,6 @@ def __call__(
18241812
request (~.apigateway.UpdateApiRequest):
18251813
The request object. Request message for
18261814
ApiGatewayService.UpdateApi
1827-
18281815
retry (google.api_core.retry.Retry): Designation of what errors, if any,
18291816
should be retried.
18301817
timeout (float): The timeout for this request.
@@ -1922,7 +1909,6 @@ def __call__(
19221909
request (~.apigateway.UpdateApiConfigRequest):
19231910
The request object. Request message for
19241911
ApiGatewayService.UpdateApiConfig
1925-
19261912
retry (google.api_core.retry.Retry): Designation of what errors, if any,
19271913
should be retried.
19281914
timeout (float): The timeout for this request.
@@ -2022,7 +2008,6 @@ def __call__(
20222008
request (~.apigateway.UpdateGatewayRequest):
20232009
The request object. Request message for
20242010
ApiGatewayService.UpdateGateway
2025-
20262011
retry (google.api_core.retry.Retry): Designation of what errors, if any,
20272012
should be retried.
20282013
timeout (float): The timeout for this request.

samples/generated_samples/snippet_metadata_google.cloud.apigateway.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-api-gateway",
11-
"version": "1.7.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)