Class ListAppConnectionsPager (0.2.1)

ListAppConnectionsPager(
    method: Callable[
        [...],
        google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsResponse,
    ],
    request: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsRequest,
    response: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_app_connections requests.

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

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

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

Inheritance

builtins.object > ListAppConnectionsPager

Methods

ListAppConnectionsPager

ListAppConnectionsPager(
    method: Callable[
        [...],
        google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsResponse,
    ],
    request: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsRequest,
    response: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

Instantiate the pager.

Parameters
NameDescription
method Callable

The method that was originally called, and which instantiated this pager.

request google.cloud.beyondcorp_appconnections_v1.types.ListAppConnectionsRequest

The initial request object.

response google.cloud.beyondcorp_appconnections_v1.types.ListAppConnectionsResponse

The initial response object.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.