API documentation for metastore_v1beta.services.dataproc_metastore.pagers
module.
Classes
ListBackupsAsyncPager
ListBackupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.metastore_v1beta.types.metastore.ListBackupsResponse
],
],
request: google.cloud.metastore_v1beta.types.metastore.ListBackupsRequest,
response: google.cloud.metastore_v1beta.types.metastore.ListBackupsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_backups
requests.
This class thinly wraps an initial
ListBackupsResponse object, and
provides an __aiter__
method to iterate through its
backups
field.
If there are more pages, the __aiter__
method will make additional
ListBackups
requests and continue to iterate
through the backups
field on the
corresponding responses.
All the usual ListBackupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBackupsPager
ListBackupsPager(
method: typing.Callable[
[...], google.cloud.metastore_v1beta.types.metastore.ListBackupsResponse
],
request: google.cloud.metastore_v1beta.types.metastore.ListBackupsRequest,
response: google.cloud.metastore_v1beta.types.metastore.ListBackupsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_backups
requests.
This class thinly wraps an initial
ListBackupsResponse object, and
provides an __iter__
method to iterate through its
backups
field.
If there are more pages, the __iter__
method will make additional
ListBackups
requests and continue to iterate
through the backups
field on the
corresponding responses.
All the usual ListBackupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMetadataImportsAsyncPager
ListMetadataImportsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsResponse
],
],
request: google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsRequest,
response: google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_metadata_imports
requests.
This class thinly wraps an initial
ListMetadataImportsResponse object, and
provides an __aiter__
method to iterate through its
metadata_imports
field.
If there are more pages, the __aiter__
method will make additional
ListMetadataImports
requests and continue to iterate
through the metadata_imports
field on the
corresponding responses.
All the usual ListMetadataImportsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMetadataImportsPager
ListMetadataImportsPager(
method: typing.Callable[
[...], google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsResponse
],
request: google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsRequest,
response: google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_metadata_imports
requests.
This class thinly wraps an initial
ListMetadataImportsResponse object, and
provides an __iter__
method to iterate through its
metadata_imports
field.
If there are more pages, the __iter__
method will make additional
ListMetadataImports
requests and continue to iterate
through the metadata_imports
field on the
corresponding responses.
All the usual ListMetadataImportsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListServicesAsyncPager
ListServicesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.metastore_v1beta.types.metastore.ListServicesResponse
],
],
request: google.cloud.metastore_v1beta.types.metastore.ListServicesRequest,
response: google.cloud.metastore_v1beta.types.metastore.ListServicesResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_services
requests.
This class thinly wraps an initial
ListServicesResponse object, and
provides an __aiter__
method to iterate through its
services
field.
If there are more pages, the __aiter__
method will make additional
ListServices
requests and continue to iterate
through the services
field on the
corresponding responses.
All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListServicesPager
ListServicesPager(
method: typing.Callable[
[...], google.cloud.metastore_v1beta.types.metastore.ListServicesResponse
],
request: google.cloud.metastore_v1beta.types.metastore.ListServicesRequest,
response: google.cloud.metastore_v1beta.types.metastore.ListServicesResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_services
requests.
This class thinly wraps an initial
ListServicesResponse object, and
provides an __iter__
method to iterate through its
services
field.
If there are more pages, the __iter__
method will make additional
ListServices
requests and continue to iterate
through the services
field on the
corresponding responses.
All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.