Class ListStreamsPager (1.2.0)

ListStreamsPager(
    method: Callable[
        [...], google.cloud.datastream_v1.types.datastream.ListStreamsResponse
    ],
    request: google.cloud.datastream_v1.types.datastream.ListStreamsRequest,
    response: google.cloud.datastream_v1.types.datastream.ListStreamsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_streams requests.

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

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

All the usual ListStreamsResponse 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 > ListStreamsPager

Methods

ListStreamsPager

ListStreamsPager(
    method: Callable[
        [...], google.cloud.datastream_v1.types.datastream.ListStreamsResponse
    ],
    request: google.cloud.datastream_v1.types.datastream.ListStreamsRequest,
    response: google.cloud.datastream_v1.types.datastream.ListStreamsResponse,
    *,
    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.datastream_v1.types.ListStreamsRequest

The initial request object.

response google.cloud.datastream_v1.types.ListStreamsResponse

The initial response object.

metadata Sequence[Tuple[str, str]]

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