Module pagers (1.1.2)

API documentation for dataplex_v1.services.content_service.pagers module.

Classes

ListContentAsyncPager

ListContentAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.content.ListContentResponse]
    ],
    request: google.cloud.dataplex_v1.types.content.ListContentRequest,
    response: google.cloud.dataplex_v1.types.content.ListContentResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_content requests.

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

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

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

ListContentPager

ListContentPager(
    method: Callable[[...], google.cloud.dataplex_v1.types.content.ListContentResponse],
    request: google.cloud.dataplex_v1.types.content.ListContentRequest,
    response: google.cloud.dataplex_v1.types.content.ListContentResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_content requests.

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

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

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