Class: Google::Cloud::Bigquery::DataTransfer::V1::GetDataSourceRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Bigquery::DataTransfer::V1::GetDataSourceRequest
 
 
- Defined in:
 - lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb
 
Overview
A request to get data source info.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field will contain name of the resource requested, for example: +projects/project_id/dataSources/data_source_id+.
 
Instance Attribute Details
#name ⇒ String
Returns The field will contain name of the resource requested, for example: +projects/project_id/dataSources/data_source_id+
      223  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 223 class GetDataSourceRequest; end  |