Class: Google::Cloud::Dlp::V2::FileExtensionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FileExtensionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Information regarding the discovered file extension.
Instance Attribute Summary collapse
-
#file_extension ⇒ ::String
The file extension if set.
Instance Attribute Details
#file_extension ⇒ ::String
Returns The file extension if set. (aka .pdf, .jpg, .txt).
6823 6824 6825 6826 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6823 class FileExtensionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |