Class: Google::Cloud::Dlp::V2::QuasiId

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 column with a semantic tag attached.

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



1468
1469
1470
1471
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1468

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

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

Returns Required. Identifies the column.

Returns:



1468
1469
1470
1471
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1468

class QuasiId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.

Returns:

  • (::Google::Protobuf::Empty)

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



1468
1469
1470
1471
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1468

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

#info_type::Google::Cloud::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::Cloud::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.



1468
1469
1470
1471
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1468

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