Class: Google::Privacy::Dlp::V2::ValueFrequency

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

A value of a field, including its frequency.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns How many times the value is contained in the field.

Returns:

  • (Integer)

    How many times the value is contained in the field.



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

class ValueFrequency; end

#valueGoogle::Privacy::Dlp::V2::Value

Returns A value contained in the field in question.

Returns:



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

class ValueFrequency; end