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

Commit

Permalink
docs: Fix formatting of request arg in docstring (#198)
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 6c0cf4b commit be2d5ae
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 17 deletions.
Expand Up @@ -263,8 +263,8 @@ async def sample_allocate_quota():
Args:
request (Optional[Union[google.cloud.servicecontrol_v1.types.AllocateQuotaRequest, dict]]):
The request object. Request message for the
AllocateQuota method.
The request object. Request message for the AllocateQuota
method.
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 @@ -472,8 +472,8 @@ def sample_allocate_quota():
Args:
request (Union[google.cloud.servicecontrol_v1.types.AllocateQuotaRequest, dict]):
The request object. Request message for the
AllocateQuota method.
The request object. Request message for the AllocateQuota
method.
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 @@ -218,7 +218,6 @@ def __call__(
request (~.quota_controller.AllocateQuotaRequest):
The request object. Request message for the AllocateQuota
method.
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 @@ -270,8 +270,7 @@ async def sample_check():
Args:
request (Optional[Union[google.cloud.servicecontrol_v1.types.CheckRequest, dict]]):
The request object. Request message for the Check
method.
The request object. Request message for the Check method.
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 @@ -479,8 +479,7 @@ def sample_check():
Args:
request (Union[google.cloud.servicecontrol_v1.types.CheckRequest, dict]):
The request object. Request message for the Check
method.
The request object. Request message for the Check method.
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 @@ -335,7 +335,6 @@ def __call__(
request (~.service_controller.ReportRequest):
The request object. Request message for the Report
method.
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 @@ -282,8 +282,7 @@ async def sample_check():
Args:
request (Optional[Union[google.cloud.servicecontrol_v2.types.CheckRequest, dict]]):
The request object. Request message for the Check
method.
The request object. Request message for the Check method.
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 @@ -491,8 +491,7 @@ def sample_check():
Args:
request (Union[google.cloud.servicecontrol_v2.types.CheckRequest, dict]):
The request object. Request message for the Check
method.
The request object. Request message for the Check method.
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 @@ -340,7 +340,6 @@ def __call__(
request (~.service_controller.ReportRequest):
The request object. Request message for the Report
method.
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-service-control",
"version": "1.8.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-service-control",
"version": "1.8.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit be2d5ae

Please sign in to comment.