Class EnrollDataSourcesRequest (3.7.2)

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

A request to enroll a set of data sources so they are visible in the BigQuery UI's Transfer tab.

Attributes

NameDescription
name str
The name of the project resource in the form: ``projects/{project_id}``
data_source_ids Sequence[str]
Data sources that are enrolled. It is required to provide at least one data source id.

Inheritance

builtins.object > proto.message.Message > EnrollDataSourcesRequest