Class: Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsResponse
 
 
- Defined in:
 - lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb
 
Overview
The returned list of pipelines in the project.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #transfer_configs  ⇒ Array<Google::Cloud::Bigquery::DataTransfer::V1::TransferConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#next_page_token ⇒ String
Returns Output only. The next-pagination token. For multiple-page list results, this token can be used as the +ListTransferConfigsRequest.page_token+ to request the next page of list results.
      376  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 376 class ListTransferConfigsResponse; end  | 
  
#transfer_configs ⇒ Array<Google::Cloud::Bigquery::DataTransfer::V1::TransferConfig>
Returns Output only. The stored pipeline transfer configurations.
      376  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 376 class ListTransferConfigsResponse; end  |