Class: Google::Cloud::Dlp::V2::FileStoreRegexes
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FileStoreRegexes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A collection of regular expressions to determine what file store to match against.
Instance Attribute Summary collapse
Instance Attribute Details
#patterns ⇒ ::Array<::Google::Cloud::Dlp::V2::FileStoreRegex>
5186 5187 5188 5189 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5186 class FileStoreRegexes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |