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

docs: Fix formatting of request arg in docstring #209

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def __call__(
request (~.service.CreateAttestorRequest):
The request object. Request message for
[BinauthzManagementService.CreateAttestor][].

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 @@ -489,7 +488,6 @@ def __call__(
request (~.service.DeleteAttestorRequest):
The request object. Request message for
[BinauthzManagementService.DeleteAttestor][].

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 @@ -565,7 +563,6 @@ def __call__(
request (~.service.GetAttestorRequest):
The request object. Request message for
[BinauthzManagementService.GetAttestor][].

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 @@ -657,7 +654,6 @@ def __call__(
request (~.service.GetPolicyRequest):
The request object. Request message for
[BinauthzManagementService.GetPolicy][].

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 @@ -747,7 +743,6 @@ def __call__(
request (~.service.ListAttestorsRequest):
The request object. Request message for
[BinauthzManagementService.ListAttestors][].

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 @@ -837,7 +832,6 @@ def __call__(
request (~.service.UpdateAttestorRequest):
The request object. Request message for
[BinauthzManagementService.UpdateAttestor][].

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 @@ -938,7 +932,6 @@ def __call__(
request (~.service.UpdatePolicyRequest):
The request object. Request message for
[BinauthzManagementService.UpdatePolicy][].

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def __call__(
request (~.service.GetSystemPolicyRequest):
The request object. Request to read the current system
policy.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def __call__(
request (~.service.ValidateAttestationOccurrenceRequest):
The request object. Request message for
[ValidationHelperV1.ValidateAttestationOccurrence][google.cloud.binaryauthorization.v1.ValidationHelperV1.ValidateAttestationOccurrence].

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ def __call__(
request (~.service.CreateAttestorRequest):
The request object. Request message for
[BinauthzManagementService.CreateAttestor][].

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 @@ -493,7 +492,6 @@ def __call__(
request (~.service.DeleteAttestorRequest):
The request object. Request message for
[BinauthzManagementService.DeleteAttestor][].

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 @@ -569,7 +567,6 @@ def __call__(
request (~.service.GetAttestorRequest):
The request object. Request message for
[BinauthzManagementService.GetAttestor][].

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 @@ -661,7 +658,6 @@ def __call__(
request (~.service.GetPolicyRequest):
The request object. Request message for
[BinauthzManagementService.GetPolicy][].

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 @@ -752,7 +748,6 @@ def __call__(
request (~.service.ListAttestorsRequest):
The request object. Request message for
[BinauthzManagementService.ListAttestors][].

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 @@ -842,7 +837,6 @@ def __call__(
request (~.service.UpdateAttestorRequest):
The request object. Request message for
[BinauthzManagementService.UpdateAttestor][].

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 @@ -943,7 +937,6 @@ def __call__(
request (~.service.UpdatePolicyRequest):
The request object. Request message for
[BinauthzManagementService.UpdatePolicy][].

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def __call__(
request (~.service.GetSystemPolicyRequest):
The request object. Request to read the current system
policy.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-binary-authorization",
"version": "1.6.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-binary-authorization",
"version": "1.6.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down