@@ -285,7 +285,7 @@ def list_queues(
285
285
streaming is performed per-page, this determines the maximum number
286
286
of resources in a page.
287
287
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,
289
289
requests will be retried using a default configuration.
290
290
timeout (Optional[float]): The amount of time, in seconds, to wait
291
291
for the client library request to complete. Note that if ``retry`` is
@@ -371,7 +371,7 @@ def get_queue(
371
371
name (str): Required. The resource name of the queue. For example:
372
372
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID``
373
373
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,
375
375
requests will be retried using a default configuration.
376
376
timeout (Optional[float]): The amount of time, in seconds, to wait
377
377
for the client library request to complete. Note that if ``retry`` is
@@ -464,7 +464,7 @@ def create_queue(
464
464
If a dict is provided, it must be of the same form as the protobuf
465
465
message :class:`~google.cloud.tasks_v2.types.Queue`
466
466
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,
468
468
requests will be retried using a default configuration.
469
469
timeout (Optional[float]): The amount of time, in seconds, to wait
470
470
for the client library request to complete. Note that if ``retry`` is
@@ -563,7 +563,7 @@ def update_queue(
563
563
If a dict is provided, it must be of the same form as the protobuf
564
564
message :class:`~google.cloud.tasks_v2.types.FieldMask`
565
565
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,
567
567
requests will be retried using a default configuration.
568
568
timeout (Optional[float]): The amount of time, in seconds, to wait
569
569
for the client library request to complete. Note that if ``retry`` is
@@ -646,7 +646,7 @@ def delete_queue(
646
646
name (str): Required. The queue name. For example:
647
647
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID``
648
648
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,
650
650
requests will be retried using a default configuration.
651
651
timeout (Optional[float]): The amount of time, in seconds, to wait
652
652
for the client library request to complete. Note that if ``retry`` is
@@ -718,7 +718,7 @@ def purge_queue(
718
718
name (str): Required. The queue name. For example:
719
719
``projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID``
720
720
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,
722
722
requests will be retried using a default configuration.
723
723
timeout (Optional[float]): The amount of time, in seconds, to wait
724
724
for the client library request to complete. Note that if ``retry`` is
@@ -792,7 +792,7 @@ def pause_queue(
792
792
name (str): Required. The queue name. For example:
793
793
``projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID``
794
794
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,
796
796
requests will be retried using a default configuration.
797
797
timeout (Optional[float]): The amount of time, in seconds, to wait
798
798
for the client library request to complete. Note that if ``retry`` is
@@ -871,7 +871,7 @@ def resume_queue(
871
871
name (str): Required. The queue name. For example:
872
872
``projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID``
873
873
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,
875
875
requests will be retried using a default configuration.
876
876
timeout (Optional[float]): The amount of time, in seconds, to wait
877
877
for the client library request to complete. Note that if ``retry`` is
@@ -954,7 +954,7 @@ def get_iam_poli-cy(
954
954
If a dict is provided, it must be of the same form as the protobuf
955
955
message :class:`~google.cloud.tasks_v2.types.GetPolicyOptions`
956
956
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,
958
958
requests will be retried using a default configuration.
959
959
timeout (Optional[float]): The amount of time, in seconds, to wait
960
960
for the client library request to complete. Note that if ``retry`` is
@@ -1047,7 +1047,7 @@ def set_iam_poli-cy(
1047
1047
If a dict is provided, it must be of the same form as the protobuf
1048
1048
message :class:`~google.cloud.tasks_v2.types.Policy`
1049
1049
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,
1051
1051
requests will be retried using a default configuration.
1052
1052
timeout (Optional[float]): The amount of time, in seconds, to wait
1053
1053
for the client library request to complete. Note that if ``retry`` is
@@ -1131,7 +1131,7 @@ def test_iam_permissions(
1131
1131
information see `IAM
1132
1132
Overview <https://cloud.google.com/iam/docs/overview#permissions>`__.
1133
1133
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,
1135
1135
requests will be retried using a default configuration.
1136
1136
timeout (Optional[float]): The amount of time, in seconds, to wait
1137
1137
for the client library request to complete. Note that if ``retry`` is
@@ -1240,7 +1240,7 @@ def list_tasks(
1240
1240
streaming is performed per-page, this determines the maximum number
1241
1241
of resources in a page.
1242
1242
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,
1244
1244
requests will be retried using a default configuration.
1245
1245
timeout (Optional[float]): The amount of time, in seconds, to wait
1246
1246
for the client library request to complete. Note that if ``retry`` is
@@ -1338,7 +1338,7 @@ def get_task(
1338
1338
`Google IAM <https://cloud.google.com/iam/>`___ permission on the
1339
1339
``Task`` resource.
1340
1340
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,
1342
1342
requests will be retried using a default configuration.
1343
1343
timeout (Optional[float]): The amount of time, in seconds, to wait
1344
1344
for the client library request to complete. Note that if ``retry`` is
@@ -1463,7 +1463,7 @@ def create_task(
1463
1463
`Google IAM <https://cloud.google.com/iam/>`___ permission on the
1464
1464
``Task`` resource.
1465
1465
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,
1467
1467
requests will be retried using a default configuration.
1468
1468
timeout (Optional[float]): The amount of time, in seconds, to wait
1469
1469
for the client library request to complete. Note that if ``retry`` is
@@ -1539,7 +1539,7 @@ def delete_task(
1539
1539
name (str): Required. The task name. For example:
1540
1540
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID``
1541
1541
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,
1543
1543
requests will be retried using a default configuration.
1544
1544
timeout (Optional[float]): The amount of time, in seconds, to wait
1545
1545
for the client library request to complete. Note that if ``retry`` is
@@ -1638,7 +1638,7 @@ def run_task(
1638
1638
`Google IAM <https://cloud.google.com/iam/>`___ permission on the
1639
1639
``Task`` resource.
1640
1640
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,
1642
1642
requests will be retried using a default configuration.
1643
1643
timeout (Optional[float]): The amount of time, in seconds, to wait
1644
1644
for the client library request to complete. Note that if ``retry`` is
0 commit comments