Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::FileStoreRegexes (v1.1.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::FileStoreRegexes.

A collection of regular expressions to determine what file store to match against.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#patterns

def patterns() -> ::Array<::Google::Cloud::Dlp::V2::FileStoreRegex>
Returns
  • (::Array<::Google::Cloud::Dlp::V2::FileStoreRegex>) — Required. The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.

#patterns=

def patterns=(value) -> ::Array<::Google::Cloud::Dlp::V2::FileStoreRegex>
Parameter
  • value (::Array<::Google::Cloud::Dlp::V2::FileStoreRegex>) — Required. The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.
Returns
  • (::Array<::Google::Cloud::Dlp::V2::FileStoreRegex>) — Required. The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.