Class: Google::Cloud::Dlp::V2::ValueFrequency

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

Instance Attribute Details

#count::Integer

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

Returns:

  • (::Integer)

    How many times the value is contained in the field.



2023
2024
2025
2026
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2023

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.

Returns:



2023
2024
2025
2026
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2023

class ValueFrequency
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end