Class: Google::Privacy::Dlp::V2::BigQueryField
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::BigQueryField
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
 
Overview
Message defining a field of a BigQuery table.
Instance Attribute Summary collapse
- 
  
    
      #field  ⇒ Google::Privacy::Dlp::V2::FieldId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Designated field in the BigQuery table.
 - 
  
    
      #table  ⇒ Google::Privacy::Dlp::V2::BigQueryTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Source table of the field.
 
Instance Attribute Details
#field ⇒ Google::Privacy::Dlp::V2::FieldId
Returns Designated field in the BigQuery table.
      455  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 455 class BigQueryField; end  | 
  
#table ⇒ Google::Privacy::Dlp::V2::BigQueryTable
Returns Source table of the field.
      455  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 455 class BigQueryField; end  |