Class: Google::Cloud::Dlp::V2::OtherInfoTypeSummary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Infotype details for other infoTypes found within a column.

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_prevalence::Integer

Returns Approximate percentage of non-null rows that contained data detected by this infotype.

Returns:

  • (::Integer)

    Approximate percentage of non-null rows that contained data detected by this infotype.



5614
5615
5616
5617
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5614

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

#excluded_from_analysis::Boolean

Returns Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

Returns:

  • (::Boolean)

    Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).



5614
5615
5616
5617
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5614

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

#info_type::Google::Cloud::Dlp::V2::InfoType

Returns The other infoType.

Returns:



5614
5615
5616
5617
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5614

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