Module pagers (1.1.2)

API documentation for metastore_v1alpha.services.dataproc_metastore.pagers module.

Classes

ListBackupsAsyncPager

ListBackupsAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.metastore_v1alpha.types.metastore.ListBackupsResponse],
    ],
    request: google.cloud.metastore_v1alpha.types.metastore.ListBackupsRequest,
    response: google.cloud.metastore_v1alpha.types.metastore.ListBackupsResponse,
    *,
    metadata: Sequence[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: Callable[
        [...], google.cloud.metastore_v1alpha.types.metastore.ListBackupsResponse
    ],
    request: google.cloud.metastore_v1alpha.types.metastore.ListBackupsRequest,
    response: google.cloud.metastore_v1alpha.types.metastore.ListBackupsResponse,
    *,
    metadata: Sequence[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: Callable[
        [...],
        Awaitable[
            google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsResponse
        ],
    ],
    request: google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsRequest,
    response: google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsResponse,
    *,
    metadata: Sequence[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: Callable[
        [...],
        google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsResponse,
    ],
    request: google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsRequest,
    response: google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsResponse,
    *,
    metadata: Sequence[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: Callable[
        [...],
        Awaitable[google.cloud.metastore_v1alpha.types.metastore.ListServicesResponse],
    ],
    request: google.cloud.metastore_v1alpha.types.metastore.ListServicesRequest,
    response: google.cloud.metastore_v1alpha.types.metastore.ListServicesResponse,
    *,
    metadata: Sequence[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: Callable[
        [...], google.cloud.metastore_v1alpha.types.metastore.ListServicesResponse
    ],
    request: google.cloud.metastore_v1alpha.types.metastore.ListServicesRequest,
    response: google.cloud.metastore_v1alpha.types.metastore.ListServicesResponse,
    *,
    metadata: Sequence[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.