class Google::Apis::BigquerydatatransferV1::EnrollDataSourcesRequest
A request to enroll a set of data sources so they are visible in the BigQuery UI's `Transfer` tab.
Attributes
data_source_ids[RW]
Data sources that are enrolled. It is required to provide at least one data source id. Corresponds to the JSON property `dataSourceIds` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 365 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 370 def update!(**args) @data_source_ids = args[:data_source_ids] if args.key?(:data_source_ids) end