Class: Google::Cloud::Bigquery::DataTransfer::V1::ListDataSourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::ListDataSourcesResponse
- Defined in:
- lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb
Overview
Returns list of supported data sources and their metadata.
Instance Attribute Summary collapse
-
#data_sources ⇒ Array<Google::Cloud::Bigquery::DataTransfer::V1::DataSource>
List of supported data sources and their transfer settings.
-
#next_page_token ⇒ String
Output only.
Instance Attribute Details
#data_sources ⇒ Array<Google::Cloud::Bigquery::DataTransfer::V1::DataSource>
Returns List of supported data sources and their transfer settings.
252 |
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 252 class ListDataSourcesResponse; end |
#next_page_token ⇒ String
Returns 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.
252 |
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 252 class ListDataSourcesResponse; end |