Module pagers (0.4.9)

API documentation for beyondcorp_appconnections_v1.services.app_connections_service.pagers module.

Classes

ListAppConnectionsAsyncPager

ListAppConnectionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            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: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_app_connections requests.

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

If there are more pages, the __aiter__ 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.

ListAppConnectionsPager

ListAppConnectionsPager(
    method: typing.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: typing.Sequence[typing.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.

ResolveAppConnectionsAsyncPager

ResolveAppConnectionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsResponse
        ],
    ],
    request: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsRequest,
    response: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through resolve_app_connections requests.

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

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

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

ResolveAppConnectionsPager

ResolveAppConnectionsPager(
    method: typing.Callable[
        [...],
        google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsResponse,
    ],
    request: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsRequest,
    response: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through resolve_app_connections requests.

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

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

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