Class: Google::Cloud::Bigquery::DataTransfer::V1::CheckValidCredsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Bigquery::DataTransfer::V1::CheckValidCredsResponse
 
 
- Defined in:
 - lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb
 
Overview
A response indicating whether the credentials exist and are valid.
Instance Attribute Summary collapse
- 
  
    
      #has_valid_creds  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set to +true+, the credentials exist and are valid.
 
Instance Attribute Details
#has_valid_creds ⇒ true, false
Returns If set to +true+, the credentials exist and are valid.
      474  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 474 class CheckValidCredsResponse; end  |