@@ -1225,7 +1225,7 @@ def list_tasks(
1225
1225
Args:
1226
1226
parent (str): Required. The queue name. For example:
1227
1227
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID``
1228
- response_view (~google.cloud.tasks_v2beta2.types .View): The response\_view specifies which subset of the ``Task`` will be
1228
+ response_view (~google.cloud.tasks_v2beta2.enums.Task .View): The response\_view specifies which subset of the ``Task`` will be
1229
1229
returned.
1230
1230
1231
1231
By default response\_view is ``BASIC``; not all information is retrieved
@@ -1328,7 +1328,7 @@ def get_task(
1328
1328
Args:
1329
1329
name (str): Required. The task name. For example:
1330
1330
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID``
1331
- response_view (~google.cloud.tasks_v2beta2.types .View): The response\_view specifies which subset of the ``Task`` will be
1331
+ response_view (~google.cloud.tasks_v2beta2.enums.Task .View): The response\_view specifies which subset of the ``Task`` will be
1332
1332
returned.
1333
1333
1334
1334
By default response\_view is ``BASIC``; not all information is retrieved
@@ -1454,7 +1454,7 @@ def create_task(
1454
1454
1455
1455
If a dict is provided, it must be of the same form as the protobuf
1456
1456
message :class:`~google.cloud.tasks_v2beta2.types.Task`
1457
- response_view (~google.cloud.tasks_v2beta2.types .View): The response\_view specifies which subset of the ``Task`` will be
1457
+ response_view (~google.cloud.tasks_v2beta2.enums.Task .View): The response\_view specifies which subset of the ``Task`` will be
1458
1458
returned.
1459
1459
1460
1460
By default response\_view is ``BASIC``; not all information is retrieved
@@ -1655,7 +1655,7 @@ def lease_tasks(
1655
1655
The maximum total size of a ``lease tasks response`` is 32 MB. If the
1656
1656
sum of all task sizes requested reaches this limit, fewer tasks than
1657
1657
requested are returned.
1658
- response_view (~google.cloud.tasks_v2beta2.types .View): The response\_view specifies which subset of the ``Task`` will be
1658
+ response_view (~google.cloud.tasks_v2beta2.enums.Task .View): The response\_view specifies which subset of the ``Task`` will be
1659
1659
returned.
1660
1660
1661
1661
By default response\_view is ``BASIC``; not all information is retrieved
@@ -1883,7 +1883,7 @@ def renew_lease(
1883
1883
1884
1884
If a dict is provided, it must be of the same form as the protobuf
1885
1885
message :class:`~google.cloud.tasks_v2beta2.types.Duration`
1886
- response_view (~google.cloud.tasks_v2beta2.types .View): The response\_view specifies which subset of the ``Task`` will be
1886
+ response_view (~google.cloud.tasks_v2beta2.enums.Task .View): The response\_view specifies which subset of the ``Task`` will be
1887
1887
returned.
1888
1888
1889
1889
By default response\_view is ``BASIC``; not all information is retrieved
@@ -1985,7 +1985,7 @@ def cancel_lease(
1985
1985
1986
1986
If a dict is provided, it must be of the same form as the protobuf
1987
1987
message :class:`~google.cloud.tasks_v2beta2.types.Timestamp`
1988
- response_view (~google.cloud.tasks_v2beta2.types .View): The response\_view specifies which subset of the ``Task`` will be
1988
+ response_view (~google.cloud.tasks_v2beta2.enums.Task .View): The response\_view specifies which subset of the ``Task`` will be
1989
1989
returned.
1990
1990
1991
1991
By default response\_view is ``BASIC``; not all information is retrieved
@@ -2091,7 +2091,7 @@ def run_task(
2091
2091
Args:
2092
2092
name (str): Required. The task name. For example:
2093
2093
``projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID``
2094
- response_view (~google.cloud.tasks_v2beta2.types .View): The response\_view specifies which subset of the ``Task`` will be
2094
+ response_view (~google.cloud.tasks_v2beta2.enums.Task .View): The response\_view specifies which subset of the ``Task`` will be
2095
2095
returned.
2096
2096
2097
2097
By default response\_view is ``BASIC``; not all information is retrieved
0 commit comments