Module pagers (0.2.1)

API documentation for beyondcorp_clientconnectorservices_v1.services.client_connector_services_service.pagers module.

Classes

ListClientConnectorServicesAsyncPager

ListClientConnectorServicesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.beyondcorp_clientconnectorservices_v1.types.client_connector_services_service.ListClientConnectorServicesResponse
        ],
    ],
    request: google.cloud.beyondcorp_clientconnectorservices_v1.types.client_connector_services_service.ListClientConnectorServicesRequest,
    response: google.cloud.beyondcorp_clientconnectorservices_v1.types.client_connector_services_service.ListClientConnectorServicesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_client_connector_services requests.

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

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

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

ListClientConnectorServicesPager

ListClientConnectorServicesPager(
    method: Callable[
        [...],
        google.cloud.beyondcorp_clientconnectorservices_v1.types.client_connector_services_service.ListClientConnectorServicesResponse,
    ],
    request: google.cloud.beyondcorp_clientconnectorservices_v1.types.client_connector_services_service.ListClientConnectorServicesRequest,
    response: google.cloud.beyondcorp_clientconnectorservices_v1.types.client_connector_services_service.ListClientConnectorServicesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_client_connector_services requests.

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

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

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