Class: Google::Privacy::Dlp::V2::QuasiId

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

A column with a semantic tag attached.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_tagString

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).



684
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 684

class QuasiId; end

#fieldGoogle::Privacy::Dlp::V2::FieldId

Returns Identifies the column. [required].

Returns:



684
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 684

class QuasiId; end

#inferredGoogle::Protobuf::Empty

Returns If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data.

Returns:

  • (Google::Protobuf::Empty)

    If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data



684
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 684

class QuasiId; end

#info_typeGoogle::Privacy::Dlp::V2::InfoType

Returns A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.

Returns:

  • (Google::Privacy::Dlp::V2::InfoType)

    A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.



684
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 684

class QuasiId; end