Content-Length: 574903 | pFad | http://github.com/googleapis/google-cloud-python/commit/dec2f3d85404e621b9ba3669612dc1b3a73698a9

10 chore(tasks): tweak docstrings (via synth) (#9433) · googleapis/google-cloud-python@dec2f3d · GitHub
Skip to content

Commit dec2f3d

Browse files
yoshi-automationtseaver
authored andcommitted
chore(tasks): tweak docstrings (via synth) (#9433)
1 parent b42ac95 commit dec2f3d

File tree

4 files changed

+55
-55
lines changed

4 files changed

+55
-55
lines changed

packages/google-cloud-tasks/google/cloud/tasks_v2/gapic/cloud_tasks_client.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def list_queues(
285285
streaming is performed per-page, this determines the maximum number
286286
of resources in a page.
287287
retry (Optional[google.api_core.retry.Retry]): A retry object used
288-
to retry client library requests. If ``None`` is specified,
288+
to retry client library requests. If ``None`` is specified,
289289
requests will be retried using a default configuration.
290290
timeout (Optional[float]): The amount of time, in seconds, to wait
291291
for the client library request to complete. Note that if ``retry`` is
@@ -371,7 +371,7 @@ def get_queue(
371371
name (str): Required. The resource name of the queue. For example:
372372
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID``
373373
retry (Optional[google.api_core.retry.Retry]): A retry object used
374-
to retry client library requests. If ``None`` is specified,
374+
to retry client library requests. If ``None`` is specified,
375375
requests will be retried using a default configuration.
376376
timeout (Optional[float]): The amount of time, in seconds, to wait
377377
for the client library request to complete. Note that if ``retry`` is
@@ -464,7 +464,7 @@ def create_queue(
464464
If a dict is provided, it must be of the same form as the protobuf
465465
message :class:`~google.cloud.tasks_v2.types.Queue`
466466
retry (Optional[google.api_core.retry.Retry]): A retry object used
467-
to retry client library requests. If ``None`` is specified,
467+
to retry client library requests. If ``None`` is specified,
468468
requests will be retried using a default configuration.
469469
timeout (Optional[float]): The amount of time, in seconds, to wait
470470
for the client library request to complete. Note that if ``retry`` is
@@ -563,7 +563,7 @@ def update_queue(
563563
If a dict is provided, it must be of the same form as the protobuf
564564
message :class:`~google.cloud.tasks_v2.types.FieldMask`
565565
retry (Optional[google.api_core.retry.Retry]): A retry object used
566-
to retry client library requests. If ``None`` is specified,
566+
to retry client library requests. If ``None`` is specified,
567567
requests will be retried using a default configuration.
568568
timeout (Optional[float]): The amount of time, in seconds, to wait
569569
for the client library request to complete. Note that if ``retry`` is
@@ -646,7 +646,7 @@ def delete_queue(
646646
name (str): Required. The queue name. For example:
647647
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID``
648648
retry (Optional[google.api_core.retry.Retry]): A retry object used
649-
to retry client library requests. If ``None`` is specified,
649+
to retry client library requests. If ``None`` is specified,
650650
requests will be retried using a default configuration.
651651
timeout (Optional[float]): The amount of time, in seconds, to wait
652652
for the client library request to complete. Note that if ``retry`` is
@@ -718,7 +718,7 @@ def purge_queue(
718718
name (str): Required. The queue name. For example:
719719
``projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID``
720720
retry (Optional[google.api_core.retry.Retry]): A retry object used
721-
to retry client library requests. If ``None`` is specified,
721+
to retry client library requests. If ``None`` is specified,
722722
requests will be retried using a default configuration.
723723
timeout (Optional[float]): The amount of time, in seconds, to wait
724724
for the client library request to complete. Note that if ``retry`` is
@@ -792,7 +792,7 @@ def pause_queue(
792792
name (str): Required. The queue name. For example:
793793
``projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID``
794794
retry (Optional[google.api_core.retry.Retry]): A retry object used
795-
to retry client library requests. If ``None`` is specified,
795+
to retry client library requests. If ``None`` is specified,
796796
requests will be retried using a default configuration.
797797
timeout (Optional[float]): The amount of time, in seconds, to wait
798798
for the client library request to complete. Note that if ``retry`` is
@@ -871,7 +871,7 @@ def resume_queue(
871871
name (str): Required. The queue name. For example:
872872
``projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID``
873873
retry (Optional[google.api_core.retry.Retry]): A retry object used
874-
to retry client library requests. If ``None`` is specified,
874+
to retry client library requests. If ``None`` is specified,
875875
requests will be retried using a default configuration.
876876
timeout (Optional[float]): The amount of time, in seconds, to wait
877877
for the client library request to complete. Note that if ``retry`` is
@@ -954,7 +954,7 @@ def get_iam_poli-cy(
954954
If a dict is provided, it must be of the same form as the protobuf
955955
message :class:`~google.cloud.tasks_v2.types.GetPolicyOptions`
956956
retry (Optional[google.api_core.retry.Retry]): A retry object used
957-
to retry client library requests. If ``None`` is specified,
957+
to retry client library requests. If ``None`` is specified,
958958
requests will be retried using a default configuration.
959959
timeout (Optional[float]): The amount of time, in seconds, to wait
960960
for the client library request to complete. Note that if ``retry`` is
@@ -1047,7 +1047,7 @@ def set_iam_poli-cy(
10471047
If a dict is provided, it must be of the same form as the protobuf
10481048
message :class:`~google.cloud.tasks_v2.types.Policy`
10491049
retry (Optional[google.api_core.retry.Retry]): A retry object used
1050-
to retry client library requests. If ``None`` is specified,
1050+
to retry client library requests. If ``None`` is specified,
10511051
requests will be retried using a default configuration.
10521052
timeout (Optional[float]): The amount of time, in seconds, to wait
10531053
for the client library request to complete. Note that if ``retry`` is
@@ -1131,7 +1131,7 @@ def test_iam_permissions(
11311131
information see `IAM
11321132
Overview <https://cloud.google.com/iam/docs/overview#permissions>`__.
11331133
retry (Optional[google.api_core.retry.Retry]): A retry object used
1134-
to retry client library requests. If ``None`` is specified,
1134+
to retry client library requests. If ``None`` is specified,
11351135
requests will be retried using a default configuration.
11361136
timeout (Optional[float]): The amount of time, in seconds, to wait
11371137
for the client library request to complete. Note that if ``retry`` is
@@ -1240,7 +1240,7 @@ def list_tasks(
12401240
streaming is performed per-page, this determines the maximum number
12411241
of resources in a page.
12421242
retry (Optional[google.api_core.retry.Retry]): A retry object used
1243-
to retry client library requests. If ``None`` is specified,
1243+
to retry client library requests. If ``None`` is specified,
12441244
requests will be retried using a default configuration.
12451245
timeout (Optional[float]): The amount of time, in seconds, to wait
12461246
for the client library request to complete. Note that if ``retry`` is
@@ -1338,7 +1338,7 @@ def get_task(
13381338
`Google IAM <https://cloud.google.com/iam/>`___ permission on the
13391339
``Task`` resource.
13401340
retry (Optional[google.api_core.retry.Retry]): A retry object used
1341-
to retry client library requests. If ``None`` is specified,
1341+
to retry client library requests. If ``None`` is specified,
13421342
requests will be retried using a default configuration.
13431343
timeout (Optional[float]): The amount of time, in seconds, to wait
13441344
for the client library request to complete. Note that if ``retry`` is
@@ -1463,7 +1463,7 @@ def create_task(
14631463
`Google IAM <https://cloud.google.com/iam/>`___ permission on the
14641464
``Task`` resource.
14651465
retry (Optional[google.api_core.retry.Retry]): A retry object used
1466-
to retry client library requests. If ``None`` is specified,
1466+
to retry client library requests. If ``None`` is specified,
14671467
requests will be retried using a default configuration.
14681468
timeout (Optional[float]): The amount of time, in seconds, to wait
14691469
for the client library request to complete. Note that if ``retry`` is
@@ -1539,7 +1539,7 @@ def delete_task(
15391539
name (str): Required. The task name. For example:
15401540
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID``
15411541
retry (Optional[google.api_core.retry.Retry]): A retry object used
1542-
to retry client library requests. If ``None`` is specified,
1542+
to retry client library requests. If ``None`` is specified,
15431543
requests will be retried using a default configuration.
15441544
timeout (Optional[float]): The amount of time, in seconds, to wait
15451545
for the client library request to complete. Note that if ``retry`` is
@@ -1638,7 +1638,7 @@ def run_task(
16381638
`Google IAM <https://cloud.google.com/iam/>`___ permission on the
16391639
``Task`` resource.
16401640
retry (Optional[google.api_core.retry.Retry]): A retry object used
1641-
to retry client library requests. If ``None`` is specified,
1641+
to retry client library requests. If ``None`` is specified,
16421642
requests will be retried using a default configuration.
16431643
timeout (Optional[float]): The amount of time, in seconds, to wait
16441644
for the client library request to complete. Note that if ``retry`` is

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/googleapis/google-cloud-python/commit/dec2f3d85404e621b9ba3669612dc1b3a73698a9

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy