Class ListDataSourcesResponse (3.7.2)

ListDataSourcesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Returns list of supported data sources and their metadata.

Attributes

NameDescription
data_sources Sequence[google.cloud.bigquery_datatransfer_v1.types.DataSource]
List of supported data sources and their transfer settings.
next_page_token str
Output only. The next-pagination token. For multiple-page list results, this token can be used as the ``ListDataSourcesRequest.page_token`` to request the next page of list results.

Inheritance

builtins.object > proto.message.Message > ListDataSourcesResponse