Class: Google::Cloud::Bigquery::Datatransfer::V1::ListTransferLogsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Bigquery::Datatransfer::V1::ListTransferLogsResponse
 
 
- Defined in:
 - lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb
 
Overview
The returned list transfer run messages.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #transfer_messages  ⇒ Array<Google::Cloud::Bigquery::Datatransfer::V1::TransferMessage> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
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 +GetTransferRunLogRequest.page_token+ to request the next page of list results.
      443  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 443 class ListTransferLogsResponse; end  | 
  
#transfer_messages ⇒ Array<Google::Cloud::Bigquery::Datatransfer::V1::TransferMessage>
Returns Output only. The stored pipeline transfer messages.
      443  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 443 class ListTransferLogsResponse; end  |