Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
docs: Fix formatting of request arg in docstring (#277)
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 4e07bdb commit 7ed0221
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Expand Up @@ -494,7 +494,6 @@ def __call__(
request (~.accessapproval.ApproveApprovalRequestMessage):
The request object. Request to approve an
ApprovalRequest.
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 @@ -595,7 +594,6 @@ def __call__(
request (~.accessapproval.DeleteAccessApprovalSettingsMessage):
The request object. Request to delete access approval
settings.
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 @@ -670,7 +668,6 @@ def __call__(
request (~.accessapproval.DismissApprovalRequestMessage):
The request object. Request to dismiss an approval
request.
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 @@ -771,7 +768,6 @@ def __call__(
request (~.accessapproval.GetAccessApprovalServiceAccountMessage):
The request object. Request to get an Access Approval
service account.
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 @@ -867,7 +863,6 @@ def __call__(
request (~.accessapproval.GetAccessApprovalSettingsMessage):
The request object. Request to get access approval
settings.
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 @@ -1045,7 +1040,6 @@ def __call__(
request (~.accessapproval.InvalidateApprovalRequestMessage):
The request object. Request to invalidate an existing
approval.
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 @@ -1233,7 +1227,6 @@ def __call__(
request (~.accessapproval.UpdateAccessApprovalSettingsMessage):
The request object. Request to update access approval
settings.
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-access-approval",
"version": "1.11.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 7ed0221

Please sign in to comment.