Class: Google::Privacy::Dlp::V2::QuasiId
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::QuasiId
- 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
-
#custom_tag ⇒ String
A column can be tagged with a custom tag.
-
#field ⇒ Google::Privacy::Dlp::V2::FieldId
Identifies the column.
-
#inferred ⇒ Google::Protobuf::Empty
If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data.
-
#info_type ⇒ 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.
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).
615 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 615 class QuasiId; end |
#field ⇒ Google::Privacy::Dlp::V2::FieldId
Returns Identifies the column. [required]
615 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 615 class QuasiId; end |
#inferred ⇒ Google::Protobuf::Empty
Returns If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
615 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 615 class QuasiId; end |
#info_type ⇒ Google::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.
615 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 615 class QuasiId; end |