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/datatransfer/v1/datatransfer.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.
      239  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 239 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.
      239  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 239 class ListDataSourcesResponse; end  |