Class: Google::Privacy::Dlp::V2beta1::ValueFrequency

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/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.



692
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 692

class ValueFrequency; end

#valueGoogle::Privacy::Dlp::V2beta1::Value

Returns A value contained in the field in question.

Returns:



692
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 692

class ValueFrequency; end