Class: Google::Cloud::Dlp::V2::FileStoreRegex
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FileStoreRegex
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A pattern to match against one or more file stores.
Instance Attribute Summary collapse
Instance Attribute Details
#cloud_storage_regex ⇒ ::Google::Cloud::Dlp::V2::CloudStorageRegex
Returns Optional. Regex for Cloud Storage.
4881 4882 4883 4884 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4881 class FileStoreRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |