Class: Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Information regarding the discovered InfoType.
Instance Attribute Summary collapse
-
#info_type ⇒ ::Google::Cloud::Dlp::V2::InfoType
The InfoType seen.
Instance Attribute Details
#info_type ⇒ ::Google::Cloud::Dlp::V2::InfoType
Returns The InfoType seen.
7650 7651 7652 7653 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7650 class FileStoreInfoTypeSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |