Class: Google::Cloud::Dlp::V2::InfoTypeStats
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InfoTypeStats
- 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
-
#count ⇒ ::Integer
Number of findings for this infoType.
-
#info_type ⇒ ::Google::Cloud::Dlp::V2::InfoType
The type of finding this stat is for.
Instance Attribute Details
#count ⇒ ::Integer
Returns Number of findings for this infoType.
1026 1027 1028 1029 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1026 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.
1026 1027 1028 1029 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1026 class InfoTypeStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |