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.
      4912 4913 4914 4915  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4912 class FileStoreRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |