Module pagers (2.2.0)

API documentation for tasks_v2.services.cloud_tasks.pagers module.

Classes

ListQueuesAsyncPager

ListQueuesAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.tasks_v2.types.cloudtasks.ListQueuesResponse]
    ],
    request: google.cloud.tasks_v2.types.cloudtasks.ListQueuesRequest,
    response: google.cloud.tasks_v2.types.cloudtasks.ListQueuesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_queues requests.

This class thinly wraps an initial ListQueuesResponse object, and provides an __aiter__ method to iterate through its queues field.

If there are more pages, the __aiter__ method will make additional ListQueues requests and continue to iterate through the queues field on the corresponding responses.

All the usual ListQueuesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListQueuesPager

ListQueuesPager(
    method: Callable[[...], google.cloud.tasks_v2.types.cloudtasks.ListQueuesResponse],
    request: google.cloud.tasks_v2.types.cloudtasks.ListQueuesRequest,
    response: google.cloud.tasks_v2.types.cloudtasks.ListQueuesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_queues requests.

This class thinly wraps an initial ListQueuesResponse object, and provides an __iter__ method to iterate through its queues field.

If there are more pages, the __iter__ method will make additional ListQueues requests and continue to iterate through the queues field on the corresponding responses.

All the usual ListQueuesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListTasksAsyncPager

ListTasksAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.tasks_v2.types.cloudtasks.ListTasksResponse]
    ],
    request: google.cloud.tasks_v2.types.cloudtasks.ListTasksRequest,
    response: google.cloud.tasks_v2.types.cloudtasks.ListTasksResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_tasks requests.

This class thinly wraps an initial ListTasksResponse object, and provides an __aiter__ method to iterate through its tasks field.

If there are more pages, the __aiter__ method will make additional ListTasks requests and continue to iterate through the tasks field on the corresponding responses.

All the usual ListTasksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListTasksPager

ListTasksPager(
    method: Callable[[...], google.cloud.tasks_v2.types.cloudtasks.ListTasksResponse],
    request: google.cloud.tasks_v2.types.cloudtasks.ListTasksRequest,
    response: google.cloud.tasks_v2.types.cloudtasks.ListTasksResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_tasks requests.

This class thinly wraps an initial ListTasksResponse object, and provides an __iter__ method to iterate through its tasks field.

If there are more pages, the __iter__ method will make additional ListTasks requests and continue to iterate through the tasks field on the corresponding responses.

All the usual ListTasksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.