Module pagers (1.5.1)

API documentation for vpcaccess_v1.services.vpc_access_service.pagers module.

Classes

ListConnectorsAsyncPager

ListConnectorsAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsResponse],
    ],
    request: google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsRequest,
    response: google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_connectors requests.

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

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

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

ListConnectorsPager

ListConnectorsPager(
    method: Callable[
        [...], google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsResponse
    ],
    request: google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsRequest,
    response: google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_connectors requests.

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

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

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