Class: Google::Cloud::Dlp::V2::InfoTypeSummary
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::InfoTypeSummary
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
The infoType details for this column.
Instance Attribute Summary collapse
- 
  
    
      #estimated_prevalence  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  deprecated
  
  
    Deprecated. 
This field is deprecated and may be removed in the next major version update.
 - 
  
    
      #info_type  ⇒ ::Google::Cloud::Dlp::V2::InfoType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The infoType.
 
Instance Attribute Details
#estimated_prevalence ⇒ ::Integer
Deprecated. 
This field is deprecated and may be removed in the next major version update.
Returns Not populated for predicted infotypes.
      6492 6493 6494 6495  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6492 class InfoTypeSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#info_type ⇒ ::Google::Cloud::Dlp::V2::InfoType
Returns The infoType.
      6492 6493 6494 6495  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6492 class InfoTypeSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |