Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#230)
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 5f0c93b commit 04c3e88
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ def __call__(
request (~.tables.BatchCreateRowsRequest):
The request object. Request message for
TablesService.BatchCreateRows.
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 @@ -624,7 +623,6 @@ def __call__(
request (~.tables.BatchDeleteRowsRequest):
The request object. Request message for
TablesService.BatchDeleteRows
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 @@ -711,7 +709,6 @@ def __call__(
request (~.tables.BatchUpdateRowsRequest):
The request object. Request message for
TablesService.BatchUpdateRows.
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 @@ -812,7 +809,6 @@ def __call__(
request (~.tables.CreateRowRequest):
The request object. Request message for
TablesService.CreateRow.
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 @@ -909,7 +905,6 @@ def __call__(
request (~.tables.DeleteRowRequest):
The request object. Request message for
TablesService.DeleteRow
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 @@ -985,7 +980,6 @@ def __call__(
request (~.tables.GetRowRequest):
The request object. Request message for
TablesService.GetRow.
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 @@ -1073,7 +1067,6 @@ def __call__(
request (~.tables.GetTableRequest):
The request object. Request message for
TablesService.GetTable.
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 @@ -1161,7 +1154,6 @@ def __call__(
request (~.tables.GetWorkspaceRequest):
The request object. Request message for
TablesService.GetWorkspace.
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 @@ -1249,7 +1241,6 @@ def __call__(
request (~.tables.ListRowsRequest):
The request object. Request message for
TablesService.ListRows.
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 @@ -1329,7 +1320,6 @@ def __call__(
request (~.tables.ListTablesRequest):
The request object. Request message for
TablesService.ListTables.
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 @@ -1408,7 +1398,6 @@ def __call__(
request (~.tables.ListWorkspacesRequest):
The request object. Request message for
TablesService.ListWorkspaces.
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 @@ -1497,7 +1486,6 @@ def __call__(
request (~.tables.UpdateRowRequest):
The request object. Request message for
TablesService.UpdateRow.
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 04c3e88

Please sign in to comment.