Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField (v0.12.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField.

A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#custom_tag

def custom_tag() -> ::String
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).

#custom_tag=

def custom_tag=(value) -> ::String
Parameter
  • value (::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).
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).

#field

def field() -> ::Google::Cloud::Dlp::V2::FieldId
Returns

#field=

def field=(value) -> ::Google::Cloud::Dlp::V2::FieldId
Parameter
Returns