Class: Google::Cloud::Dlp::V2::FileStoreRegex

Inherits:
Object
  • Object
show all
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.

Returns:



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