Skip to content

Commit 04c3e88

Browse files
docs: Fix formatting of request arg in docstring (#230)
* 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>
1 parent 5f0c93b commit 04c3e88

File tree

1 file changed

+0
-12
lines changed
  • packages/google-area120-tables/google/area120/tables_v1alpha1/services/tables_service/transports

1 file changed

+0
-12
lines changed

packages/google-area120-tables/google/area120/tables_v1alpha1/services/tables_service/transports/rest.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ def __call__(
523523
request (~.tables.BatchCreateRowsRequest):
524524
The request object. Request message for
525525
TablesService.BatchCreateRows.
526-
527526
retry (google.api_core.retry.Retry): Designation of what errors, if any,
528527
should be retried.
529528
timeout (float): The timeout for this request.
@@ -624,7 +623,6 @@ def __call__(
624623
request (~.tables.BatchDeleteRowsRequest):
625624
The request object. Request message for
626625
TablesService.BatchDeleteRows
627-
628626
retry (google.api_core.retry.Retry): Designation of what errors, if any,
629627
should be retried.
630628
timeout (float): The timeout for this request.
@@ -711,7 +709,6 @@ def __call__(
711709
request (~.tables.BatchUpdateRowsRequest):
712710
The request object. Request message for
713711
TablesService.BatchUpdateRows.
714-
715712
retry (google.api_core.retry.Retry): Designation of what errors, if any,
716713
should be retried.
717714
timeout (float): The timeout for this request.
@@ -812,7 +809,6 @@ def __call__(
812809
request (~.tables.CreateRowRequest):
813810
The request object. Request message for
814811
TablesService.CreateRow.
815-
816812
retry (google.api_core.retry.Retry): Designation of what errors, if any,
817813
should be retried.
818814
timeout (float): The timeout for this request.
@@ -909,7 +905,6 @@ def __call__(
909905
request (~.tables.DeleteRowRequest):
910906
The request object. Request message for
911907
TablesService.DeleteRow
912-
913908
retry (google.api_core.retry.Retry): Designation of what errors, if any,
914909
should be retried.
915910
timeout (float): The timeout for this request.
@@ -985,7 +980,6 @@ def __call__(
985980
request (~.tables.GetRowRequest):
986981
The request object. Request message for
987982
TablesService.GetRow.
988-
989983
retry (google.api_core.retry.Retry): Designation of what errors, if any,
990984
should be retried.
991985
timeout (float): The timeout for this request.
@@ -1073,7 +1067,6 @@ def __call__(
10731067
request (~.tables.GetTableRequest):
10741068
The request object. Request message for
10751069
TablesService.GetTable.
1076-
10771070
retry (google.api_core.retry.Retry): Designation of what errors, if any,
10781071
should be retried.
10791072
timeout (float): The timeout for this request.
@@ -1161,7 +1154,6 @@ def __call__(
11611154
request (~.tables.GetWorkspaceRequest):
11621155
The request object. Request message for
11631156
TablesService.GetWorkspace.
1164-
11651157
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11661158
should be retried.
11671159
timeout (float): The timeout for this request.
@@ -1249,7 +1241,6 @@ def __call__(
12491241
request (~.tables.ListRowsRequest):
12501242
The request object. Request message for
12511243
TablesService.ListRows.
1252-
12531244
retry (google.api_core.retry.Retry): Designation of what errors, if any,
12541245
should be retried.
12551246
timeout (float): The timeout for this request.
@@ -1329,7 +1320,6 @@ def __call__(
13291320
request (~.tables.ListTablesRequest):
13301321
The request object. Request message for
13311322
TablesService.ListTables.
1332-
13331323
retry (google.api_core.retry.Retry): Designation of what errors, if any,
13341324
should be retried.
13351325
timeout (float): The timeout for this request.
@@ -1408,7 +1398,6 @@ def __call__(
14081398
request (~.tables.ListWorkspacesRequest):
14091399
The request object. Request message for
14101400
TablesService.ListWorkspaces.
1411-
14121401
retry (google.api_core.retry.Retry): Designation of what errors, if any,
14131402
should be retried.
14141403
timeout (float): The timeout for this request.
@@ -1497,7 +1486,6 @@ def __call__(
14971486
request (~.tables.UpdateRowRequest):
14981487
The request object. Request message for
14991488
TablesService.UpdateRow.
1500-
15011489
retry (google.api_core.retry.Retry): Designation of what errors, if any,
15021490
should be retried.
15031491
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)