Class ListDataSourcesPager (3.14.1)

ListDataSourcesPager(
    method: typing.Callable[
        [...],
        google.cloud.bigquery_datatransfer_v1.types.datatransfer.ListDataSourcesResponse,
    ],
    request: google.cloud.bigquery_datatransfer_v1.types.datatransfer.ListDataSourcesRequest,
    response: google.cloud.bigquery_datatransfer_v1.types.datatransfer.ListDataSourcesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_data_sources requests.

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

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

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

Methods

ListDataSourcesPager

ListDataSourcesPager(
    method: typing.Callable[
        [...],
        google.cloud.bigquery_datatransfer_v1.types.datatransfer.ListDataSourcesResponse,
    ],
    request: google.cloud.bigquery_datatransfer_v1.types.datatransfer.ListDataSourcesRequest,
    response: google.cloud.bigquery_datatransfer_v1.types.datatransfer.ListDataSourcesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

Instantiate the pager.

Parameters
NameDescription
methodCallable

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

requestgoogle.cloud.bigquery_datatransfer_v1.types.ListDataSourcesRequest

The initial request object.

responsegoogle.cloud.bigquery_datatransfer_v1.types.ListDataSourcesResponse

The initial response object.

metadataSequence[Tuple[str, str]]

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