Class: Google::Cloud::Dlp::V2::PrivacyMetric::KMapEstimationConfig::AuxiliaryTable::QuasiIdField

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 quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_tag::String

Returns A auxiliary field.

Returns:

  • (::String)

    A auxiliary field.



1669
1670
1671
1672
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1669

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

#field::Google::Cloud::Dlp::V2::FieldId

Returns Identifies the column.

Returns:



1669
1670
1671
1672
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1669

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