Module pagers (1.0.0)

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

Classes

ListMetadataImportsAsyncPager

ListMetadataImportsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.metastore_v1.types.metastore.ListMetadataImportsResponse
        ],
    ],
    request: google.cloud.metastore_v1.types.metastore.ListMetadataImportsRequest,
    response: google.cloud.metastore_v1.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_v1.types.metastore.ListMetadataImportsResponse
    ],
    request: google.cloud.metastore_v1.types.metastore.ListMetadataImportsRequest,
    response: google.cloud.metastore_v1.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_v1.types.metastore.ListServicesResponse]
    ],
    request: google.cloud.metastore_v1.types.metastore.ListServicesRequest,
    response: google.cloud.metastore_v1.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_v1.types.metastore.ListServicesResponse
    ],
    request: google.cloud.metastore_v1.types.metastore.ListServicesRequest,
    response: google.cloud.metastore_v1.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.