API documentation for enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.pagers module.
Classes
ListEntityReconciliationJobsAsyncPager
ListEntityReconciliationJobsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsResponse
],
],
request: google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsRequest,
response: google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_entity_reconciliation_jobs requests.
This class thinly wraps an initial
ListEntityReconciliationJobsResponse object, and
provides an __aiter__ method to iterate through its
entity_reconciliation_jobs field.
If there are more pages, the __aiter__ method will make additional
ListEntityReconciliationJobs requests and continue to iterate
through the entity_reconciliation_jobs field on the
corresponding responses.
All the usual ListEntityReconciliationJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEntityReconciliationJobsPager
ListEntityReconciliationJobsPager(
method: Callable[
[...],
google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsResponse,
],
request: google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsRequest,
response: google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_entity_reconciliation_jobs requests.
This class thinly wraps an initial
ListEntityReconciliationJobsResponse object, and
provides an __iter__ method to iterate through its
entity_reconciliation_jobs field.
If there are more pages, the __iter__ method will make additional
ListEntityReconciliationJobs requests and continue to iterate
through the entity_reconciliation_jobs field on the
corresponding responses.
All the usual ListEntityReconciliationJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.