Module pagers (0.3.5)

API documentation for datacatalog_lineage_v1.services.lineage.pagers module.

Classes

BatchSearchLinkProcessesAsyncPager

BatchSearchLinkProcessesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.datacatalog_lineage_v1.types.lineage.BatchSearchLinkProcessesResponse
        ],
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.BatchSearchLinkProcessesRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.BatchSearchLinkProcessesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through batch_search_link_processes requests.

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

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

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

BatchSearchLinkProcessesPager

BatchSearchLinkProcessesPager(
    method: typing.Callable[
        [...],
        google.cloud.datacatalog_lineage_v1.types.lineage.BatchSearchLinkProcessesResponse,
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.BatchSearchLinkProcessesRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.BatchSearchLinkProcessesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through batch_search_link_processes requests.

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

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

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

ListLineageEventsAsyncPager

ListLineageEventsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.datacatalog_lineage_v1.types.lineage.ListLineageEventsResponse
        ],
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.ListLineageEventsRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.ListLineageEventsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_lineage_events requests.

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

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

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

ListLineageEventsPager

ListLineageEventsPager(
    method: typing.Callable[
        [...],
        google.cloud.datacatalog_lineage_v1.types.lineage.ListLineageEventsResponse,
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.ListLineageEventsRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.ListLineageEventsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_lineage_events requests.

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

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

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

ListProcessesAsyncPager

ListProcessesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.datacatalog_lineage_v1.types.lineage.ListProcessesResponse
        ],
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.ListProcessesRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.ListProcessesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_processes requests.

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

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

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

ListProcessesPager

ListProcessesPager(
    method: typing.Callable[
        [...], google.cloud.datacatalog_lineage_v1.types.lineage.ListProcessesResponse
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.ListProcessesRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.ListProcessesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_processes requests.

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

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

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

ListRunsAsyncPager

ListRunsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.datacatalog_lineage_v1.types.lineage.ListRunsResponse
        ],
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.ListRunsRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.ListRunsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_runs requests.

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

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

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

ListRunsPager

ListRunsPager(
    method: typing.Callable[
        [...], google.cloud.datacatalog_lineage_v1.types.lineage.ListRunsResponse
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.ListRunsRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.ListRunsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_runs requests.

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

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

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

SearchLinksAsyncPager

SearchLinksAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.datacatalog_lineage_v1.types.lineage.SearchLinksResponse
        ],
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.SearchLinksRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.SearchLinksResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_links requests.

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

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

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

SearchLinksPager

SearchLinksPager(
    method: typing.Callable[
        [...], google.cloud.datacatalog_lineage_v1.types.lineage.SearchLinksResponse
    ],
    request: google.cloud.datacatalog_lineage_v1.types.lineage.SearchLinksRequest,
    response: google.cloud.datacatalog_lineage_v1.types.lineage.SearchLinksResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_links requests.

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

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

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