Class: Google::Cloud::Dlp::V2::FileStoreCollection
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FileStoreCollection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Match file stores (e.g. buckets) using regex filters.
Instance Attribute Summary collapse
Instance Attribute Details
#include_regexes ⇒ ::Google::Cloud::Dlp::V2::FileStoreRegexes
Returns Optional. A collection of regular expressions to match a file store against.
4891 4892 4893 4894 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4891 class FileStoreCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |