Class ListSpecialistPoolsAsyncPager (0.7.1)

ListSpecialistPoolsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.aiplatform_v1.types.specialist_pool_service.ListSpecialistPoolsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1.types.specialist_pool_service.ListSpecialistPoolsRequest,
    response: google.cloud.aiplatform_v1.types.specialist_pool_service.ListSpecialistPoolsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_specialist_pools requests.

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

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

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

Inheritance

builtins.object > ListSpecialistPoolsAsyncPager

Methods

ListSpecialistPoolsAsyncPager

ListSpecialistPoolsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.aiplatform_v1.types.specialist_pool_service.ListSpecialistPoolsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1.types.specialist_pool_service.ListSpecialistPoolsRequest,
    response: google.cloud.aiplatform_v1.types.specialist_pool_service.ListSpecialistPoolsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

Instantiate the pager.

Parameters
NameDescription
method Callable

The method that was originally called, and which instantiated this pager.

request google.cloud.aiplatform_v1.types.ListSpecialistPoolsRequest

The initial request object.

response google.cloud.aiplatform_v1.types.ListSpecialistPoolsResponse

The initial response object.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.