Class: Google::Cloud::Dlp::V2::ValueFrequency
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ValueFrequency
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
A value of a field, including its frequency.
Instance Attribute Summary collapse
- 
  
    
      #count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many times the value is contained in the field.
 - 
  
    
      #value  ⇒ ::Google::Cloud::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value contained in the field in question.
 
Instance Attribute Details
#count ⇒ ::Integer
Returns How many times the value is contained in the field.
      2061 2062 2063 2064  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2061 class ValueFrequency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#value ⇒ ::Google::Cloud::Dlp::V2::Value
Returns A value contained in the field in question.
      2061 2062 2063 2064  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2061 class ValueFrequency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |