Class: Google::Cloud::Dlp::V2::InfoTypeStats

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

Overview

Statistics regarding a specific InfoType.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns Number of findings for this infoType.

Returns:

  • (::Integer)

    Number of findings for this infoType.



1016
1017
1018
1019
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1016

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

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

Returns The type of finding this stat is for.

Returns:



1016
1017
1018
1019
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1016

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