Class: Google::Cloud::Dlp::V2::OtherInfoTypeSummary
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::OtherInfoTypeSummary
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Infotype details for other infoTypes found within a column.
Instance Attribute Summary collapse
- 
  
    
      #estimated_prevalence  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Approximate percentage of non-null rows that contained data detected by this infotype.
 - 
  
    
      #excluded_from_analysis  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).
 - 
  
    
      #info_type  ⇒ ::Google::Cloud::Dlp::V2::InfoType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The other infoType.
 
Instance Attribute Details
#estimated_prevalence ⇒ ::Integer
Returns Approximate percentage of non-null rows that contained data detected by this infotype.
      6509 6510 6511 6512  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6509 class OtherInfoTypeSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#excluded_from_analysis ⇒ ::Boolean
Returns Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).
      6509 6510 6511 6512  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6509 class OtherInfoTypeSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#info_type ⇒ ::Google::Cloud::Dlp::V2::InfoType
Returns The other infoType.
      6509 6510 6511 6512  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6509 class OtherInfoTypeSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |