API documentation for datacatalog_v1beta1.services.data_catalog.pagers module.
Classes
ListEntriesAsyncPager
ListEntriesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesResponse
],
],
request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesRequest,
response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesResponse,
*,
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_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: typing.Callable[
[...], google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesResponse
],
request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesRequest,
response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntriesResponse,
*,
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_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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsResponse
],
],
request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsRequest,
response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsResponse,
*,
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_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: typing.Callable[
[...],
google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsResponse,
],
request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsRequest,
response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListEntryGroupsResponse,
*,
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_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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsResponse
],
],
request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsRequest,
response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsResponse,
*,
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_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: typing.Callable[
[...], google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsResponse
],
request: google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsRequest,
response: google.cloud.datacatalog_v1beta1.types.datacatalog.ListTagsResponse,
*,
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_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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogResponse
],
],
request: google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogRequest,
response: google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogResponse,
*,
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_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: typing.Callable[
[...], google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogResponse
],
request: google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogRequest,
response: google.cloud.datacatalog_v1beta1.types.datacatalog.SearchCatalogResponse,
*,
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_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.