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

docs: Fix formatting of request arg in docstring #198

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