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

docs: Fix formatting of request arg in docstring #277

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 @@ -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