Returns list of supported data sources and their metadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_sources
def data_sources() -> ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::DataSource>
Returns
- (::Array<::Google::Cloud::Bigquery::DataTransfer::V1::DataSource>) — List of supported data sources and their transfer settings.
#data_sources=
def data_sources=(value) -> ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::DataSource>
Parameter
- value (::Array<::Google::Cloud::Bigquery::DataTransfer::V1::DataSource>) — List of supported data sources and their transfer settings.
Returns
- (::Array<::Google::Cloud::Bigquery::DataTransfer::V1::DataSource>) — List of supported data sources and their transfer settings.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.