Class: Google::Privacy::Dlp::V2::Value
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::Value
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data.
Instance Attribute Summary collapse
- #boolean_value ⇒ true, false
 - #date_value ⇒ Google::Type::Date
 - #day_of_week_value ⇒ Google::Type::DayOfWeek
 - #float_value ⇒ Float
 - #integer_value ⇒ Integer
 - #string_value ⇒ String
 - #time_value ⇒ Google::Type::TimeOfDay
 - #timestamp_value ⇒ Google::Protobuf::Timestamp
 
Instance Attribute Details
#boolean_value ⇒ true, false
      1076  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1076 class Value; end  | 
  
#date_value ⇒ Google::Type::Date
      1076  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1076 class Value; end  | 
  
#day_of_week_value ⇒ Google::Type::DayOfWeek
      1076  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1076 class Value; end  | 
  
#float_value ⇒ Float
      1076  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1076 class Value; end  | 
  
#integer_value ⇒ Integer
      1076  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1076 class Value; end  | 
  
#string_value ⇒ String
      1076  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1076 class Value; end  | 
  
#time_value ⇒ Google::Type::TimeOfDay
      1076  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1076 class Value; end  | 
  
#timestamp_value ⇒ Google::Protobuf::Timestamp
      1076  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1076 class Value; end  |