Class: Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.
Instance Attribute Summary collapse
- 
  
    
      #custom_tag  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A column can be tagged with a custom tag.
 - 
  
    
      #field  ⇒ ::Google::Cloud::Dlp::V2::FieldId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifies the column.
 
Instance Attribute Details
#custom_tag ⇒ ::String
Returns A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
      1542 1543 1544 1545  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1542 class QuasiIdentifierField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#field ⇒ ::Google::Cloud::Dlp::V2::FieldId
Returns Identifies the column.
      1542 1543 1544 1545  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1542 class QuasiIdentifierField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |