Class: Google::Privacy::Dlp::V2::Value

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#boolean_valuetrue, false

Returns:

  • (true, false)


1145
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1145

class Value; end

#date_valueGoogle::Type::Date

Returns:



1145
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1145

class Value; end

#day_of_week_valueGoogle::Type::DayOfWeek

Returns:

  • (Google::Type::DayOfWeek)


1145
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1145

class Value; end

#float_valueFloat

Returns:

  • (Float)


1145
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1145

class Value; end

#integer_valueInteger

Returns:

  • (Integer)


1145
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1145

class Value; end

#string_valueString

Returns:

  • (String)


1145
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1145

class Value; end

#time_valueGoogle::Type::TimeOfDay



1145
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1145

class Value; end

#timestamp_valueGoogle::Protobuf::Timestamp



1145
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1145

class Value; end