Module pagers (1.3.0)

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

Classes

ListDataScanJobsAsyncPager

ListDataScanJobsAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.dataplex_v1.types.datascans.ListDataScanJobsResponse],
    ],
    request: google.cloud.dataplex_v1.types.datascans.ListDataScanJobsRequest,
    response: google.cloud.dataplex_v1.types.datascans.ListDataScanJobsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_data_scan_jobs requests.

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

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

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

ListDataScanJobsPager

ListDataScanJobsPager(
    method: Callable[
        [...], google.cloud.dataplex_v1.types.datascans.ListDataScanJobsResponse
    ],
    request: google.cloud.dataplex_v1.types.datascans.ListDataScanJobsRequest,
    response: google.cloud.dataplex_v1.types.datascans.ListDataScanJobsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_data_scan_jobs requests.

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

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

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

ListDataScansAsyncPager

ListDataScansAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.dataplex_v1.types.datascans.ListDataScansResponse]
    ],
    request: google.cloud.dataplex_v1.types.datascans.ListDataScansRequest,
    response: google.cloud.dataplex_v1.types.datascans.ListDataScansResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_data_scans requests.

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

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

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

ListDataScansPager

ListDataScansPager(
    method: Callable[
        [...], google.cloud.dataplex_v1.types.datascans.ListDataScansResponse
    ],
    request: google.cloud.dataplex_v1.types.datascans.ListDataScansRequest,
    response: google.cloud.dataplex_v1.types.datascans.ListDataScansResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_data_scans requests.

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

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

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