Class: Google::Cloud::Bigquery::DataTransfer::V1::ListDataSourcesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_sourcesArray<Google::Cloud::Bigquery::DataTransfer::V1::DataSource>

Returns List of supported data sources and their transfer settings.

Returns:



253
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 253

class ListDataSourcesResponse; end

#next_page_tokenString

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.

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.



253
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 253

class ListDataSourcesResponse; end