Module pagers (1.4.1)

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

Classes

ListAssetActionsAsyncPager

ListAssetActionsAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListAssetActionsRequest,
    response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_asset_actions requests.

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

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

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

ListAssetActionsPager

ListAssetActionsPager(
    method: Callable[[...], google.cloud.dataplex_v1.types.service.ListActionsResponse],
    request: google.cloud.dataplex_v1.types.service.ListAssetActionsRequest,
    response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_asset_actions requests.

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

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

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

ListAssetsAsyncPager

ListAssetsAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.service.ListAssetsResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListAssetsRequest,
    response: google.cloud.dataplex_v1.types.service.ListAssetsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_assets requests.

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

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

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

ListAssetsPager

ListAssetsPager(
    method: Callable[[...], google.cloud.dataplex_v1.types.service.ListAssetsResponse],
    request: google.cloud.dataplex_v1.types.service.ListAssetsRequest,
    response: google.cloud.dataplex_v1.types.service.ListAssetsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_assets requests.

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

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

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

ListEnvironmentsAsyncPager

ListEnvironmentsAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse],
    ],
    request: google.cloud.dataplex_v1.types.service.ListEnvironmentsRequest,
    response: google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_environments requests.

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

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

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

ListEnvironmentsPager

ListEnvironmentsPager(
    method: Callable[
        [...], google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse
    ],
    request: google.cloud.dataplex_v1.types.service.ListEnvironmentsRequest,
    response: google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_environments requests.

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

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

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

ListJobsAsyncPager

ListJobsAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.service.ListJobsResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListJobsRequest,
    response: google.cloud.dataplex_v1.types.service.ListJobsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_jobs requests.

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

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

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

ListJobsPager

ListJobsPager(
    method: Callable[[...], google.cloud.dataplex_v1.types.service.ListJobsResponse],
    request: google.cloud.dataplex_v1.types.service.ListJobsRequest,
    response: google.cloud.dataplex_v1.types.service.ListJobsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_jobs requests.

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

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

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

ListLakeActionsAsyncPager

ListLakeActionsAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListLakeActionsRequest,
    response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_lake_actions requests.

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

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

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

ListLakeActionsPager

ListLakeActionsPager(
    method: Callable[[...], google.cloud.dataplex_v1.types.service.ListActionsResponse],
    request: google.cloud.dataplex_v1.types.service.ListLakeActionsRequest,
    response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_lake_actions requests.

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

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

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

ListLakesAsyncPager

ListLakesAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.service.ListLakesResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListLakesRequest,
    response: google.cloud.dataplex_v1.types.service.ListLakesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_lakes requests.

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

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

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

ListLakesPager

ListLakesPager(
    method: Callable[[...], google.cloud.dataplex_v1.types.service.ListLakesResponse],
    request: google.cloud.dataplex_v1.types.service.ListLakesRequest,
    response: google.cloud.dataplex_v1.types.service.ListLakesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_lakes requests.

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

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

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

ListSessionsAsyncPager

ListSessionsAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.service.ListSessionsResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListSessionsRequest,
    response: google.cloud.dataplex_v1.types.service.ListSessionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_sessions requests.

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

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

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

ListSessionsPager

ListSessionsPager(
    method: Callable[
        [...], google.cloud.dataplex_v1.types.service.ListSessionsResponse
    ],
    request: google.cloud.dataplex_v1.types.service.ListSessionsRequest,
    response: google.cloud.dataplex_v1.types.service.ListSessionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_sessions requests.

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

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

All the usual ListSessionsResponse 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.dataplex_v1.types.service.ListTasksResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListTasksRequest,
    response: google.cloud.dataplex_v1.types.service.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.dataplex_v1.types.service.ListTasksResponse],
    request: google.cloud.dataplex_v1.types.service.ListTasksRequest,
    response: google.cloud.dataplex_v1.types.service.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.

ListZoneActionsAsyncPager

ListZoneActionsAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListZoneActionsRequest,
    response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_zone_actions requests.

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

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

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

ListZoneActionsPager

ListZoneActionsPager(
    method: Callable[[...], google.cloud.dataplex_v1.types.service.ListActionsResponse],
    request: google.cloud.dataplex_v1.types.service.ListZoneActionsRequest,
    response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_zone_actions requests.

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

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

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

ListZonesAsyncPager

ListZonesAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.service.ListZonesResponse]
    ],
    request: google.cloud.dataplex_v1.types.service.ListZonesRequest,
    response: google.cloud.dataplex_v1.types.service.ListZonesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_zones requests.

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

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

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

ListZonesPager

ListZonesPager(
    method: Callable[[...], google.cloud.dataplex_v1.types.service.ListZonesResponse],
    request: google.cloud.dataplex_v1.types.service.ListZonesRequest,
    response: google.cloud.dataplex_v1.types.service.ListZonesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_zones requests.

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

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

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