Class: Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField

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 column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

Returns:

  • (::String)

    A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).



1499
1500
1501
1502
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1499

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

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

Returns Identifies the column.

Returns:



1499
1500
1501
1502
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1499

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