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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)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.