8000 docs: Fix formatting of request arg in docstring (#198) · googleapis/google-cloud-python@df9109d · GitHub
[go: up one dir, main page]

Skip to content

Commit df9109d

Browse files
docs: Fix formatting of request arg in docstring (#198)
* 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>
1 parent b732696 commit df9109d

File tree

11 files changed

+10
-17
lines changed

11 files changed

+10
-17
lines changed

packages/google-cloud-service-control/google/cloud/servicecontrol_v1/services/quota_controller/async_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ async def sample_allocate_quota():
263263
264264
Args:
265265
request (Optional[Union[google.cloud.servicecontrol_v1.types.AllocateQuotaRequest, dict]]):
266-
The request object. Request message for the
267-
AllocateQuota method.
266+
The request object. Request message for the AllocateQuota
267+
method.
268268
retry (google.api_core.retry.Retry): Designation of what errors, if any,
269269
should be retried.
270270
timeout (float): The timeout for this request.

packages/google-cloud-service-control/google/cloud/servicecontrol_v1/services/quota_controller/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ def sample_allocate_quota():
472472
473473
Args:
474474
request (Union[google.cloud.servicecontrol_v1.types.AllocateQuotaRequest, dict]):
475-
The request object. Request message for the
476-
AllocateQuota method.
475+
The request object. Request message for the AllocateQuota
476+
method.
477477
retry (google.api_core.retry.Retry): Designation of what errors, if any,
478478
should be retried.
479479
timeout (float): The timeout for this request.

packages/google-cloud-service-control/google/cloud/servicecontrol_v1/services/quota_controller/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ def __call__(
218218
request (~.quota_controller.AllocateQuotaRequest):
219219
The request object. Request message for the AllocateQuota
220220
method.
221-
222221
retry (google.api_core.retry.Retry): Designation of what errors, if any,
223222
should be retried.
224223
timeout (float): The timeout for this request.

packages/google-cloud-service-control/google/cloud/servicecontrol_v1/services/service_controller/async_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ async def sample_check():
270270
271271
Args:
272272
request (Optional[Union[google.cloud.servicecontrol_v1.types.CheckRequest, dict]]):
273-
The request object. Request message for the Check
274-
method.
273+
The request object. Request message for the Check method.
275274
retry (google.api_core.retry.Retry): Designation of what errors, if any,
276275
should be retried.
277276
timeout (float): The timeout for this request.

packages/google-cloud-service-control/google/cloud/servicecontrol_v1/services/service_controller/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,7 @@ def sample_check():
479479
480480
Args:
481481
request (Union[google.cloud.servicecontrol_v1.types.CheckRequest, dict]):
482-
The request object. Request message for the Check
483-
method.
482+
The request object. Request message for the Check method.
484483
retry (google.api_core.retry.Retry): Designation of what errors, if any,
485484
should be retried.
486485
timeout (float): The timeout for this request.

packages/google-cloud-service-control/google/cloud/servicecontrol_v1/services/service_controller/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ def __call__(
335335
request (~.service_controller.ReportRequest):
336336
The request object. Request message for the Report
337337
method.
338-
339338
retry (google.api_core.retry.Retry): Designation of what errors, if any,
340339
should be retried.
341340
timeout (float): The timeout for this request.

packages/google-cloud-service-control/google/cloud/servicecontrol_v2/services/service_controller/async_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ async def sample_check():
282282
283283
Args:
284284
request (Optional[Union[google.cloud.servicecontrol_v2.types.CheckRequest, dict]]):
285-
The request object. Request message for the Check
286-
method.
285+
The request object. Request message for the Check method.
287286
retry (google.api_core.retry.Retry): Designation of what errors, if any,
288287
should be retried.
289288
timeout (float): The timeout for this request.

packages/google-cloud-service-control/google/cloud/servicecontrol_v2/services/service_controller/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,7 @@ def sample_check():
491491
492492
Args:
493493
request (Union[google.cloud.servicecontrol_v2.types.CheckRequest, dict]):
494-
The request object. Request message for the Check
495-
method.
494+
The request object. Request message for the Check method.
496495
retry (google.api_core.retry.Retry): Designation of what errors, if any,
497496
should be retried.
498497
timeout (float): The timeout for this request.

packages/google-cloud-service-control/google/cloud/servicecontrol_v2/services/service_controller/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ def __call__(
340340
request (~.service_controller.ReportRequest):
341341
The request object. Request message for the Report
342342
method.
343-
344343
retry (google.api_core.retry.Retry): Designation of what errors, if any,
345344
should be retried.
346345
timeout (float): The timeout for this request.

packages/google-cloud-service-control/samples/generated_samples/snippet_metadata_google.api.servicecontrol.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-service-control",
11-
"version": "1.8.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)
0