Module pagers (3.9.0)

API documentation for datacatalog_v1beta1.services.data_catalog.pagers module.

Classes

ListEntriesAsyncPager

ListEntriesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesResponse
        ],
    ],
    request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesRequest,
    response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_entries requests.

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

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

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

ListEntriesPager

ListEntriesPager(
    method: Callable[
        [...], google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesResponse
    ],
    request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesRequest,
    response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_entries requests.

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

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

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

ListEntryGroupsAsyncPager

ListEntryGroupsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsResponse
        ],
    ],
    request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsRequest,
    response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_entry_groups requests.

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

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

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

ListEntryGroupsPager

ListEntryGroupsPager(
    method: Callable[
        [...],
        google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsResponse,
    ],
    request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsRequest,
    response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_entry_groups requests.

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

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

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

ListTagsAsyncPager

ListTagsAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsResponse],
    ],
    request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsRequest,
    response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_tags requests.

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

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

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

ListTagsPager

ListTagsPager(
    method: Callable[
        [...], google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsResponse
    ],
    request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsRequest,
    response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_tags requests.

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

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

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

SearchCatalogAsyncPager

SearchCatalogAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogResponse
        ],
    ],
    request: google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogRequest,
    response: google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through search_catalog requests.

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

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

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

SearchCatalogPager

SearchCatalogPager(
    method: Callable[
        [...], google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogResponse
    ],
    request: google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogRequest,
    response: google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through search_catalog requests.

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

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

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