Class ListAssignmentsAsyncPager

ListAssignmentsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.bigquery_reservation_v1.types.reservation.ListAssignmentsResponse
        ],
    ],
    request: google.cloud.bigquery_reservation_v1.types.reservation.ListAssignmentsRequest,
    response: google.cloud.bigquery_reservation_v1.types.reservation.ListAssignmentsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_assignments requests.

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

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

All the usual ListAssignmentsResponse 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 > ListAssignmentsAsyncPager

Methods

ListAssignmentsAsyncPager

ListAssignmentsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.bigquery_reservation_v1.types.reservation.ListAssignmentsResponse
        ],
    ],
    request: google.cloud.bigquery_reservation_v1.types.reservation.ListAssignmentsRequest,
    response: google.cloud.bigquery_reservation_v1.types.reservation.ListAssignmentsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

Instantiates the pager.

Parameters
NameDescription
method Callable

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

request google.cloud.bigquery_reservation_v1.types.ListAssignmentsRequest

The initial request object.

response google.cloud.bigquery_reservation_v1.types.ListAssignmentsResponse

The initial response object.

metadata Sequence[Tuple[str, str]]

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