Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::VertexDatasetRegexes.
A collection of regular expressions to determine what datasets to match against.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#patterns
def patterns() -> ::Array<::Google::Cloud::Dlp::V2::VertexDatasetRegex>
Returns
- (::Array<::Google::Cloud::Dlp::V2::VertexDatasetRegex>) — Required. The group of regular expression patterns to match against one or more datasets. Maximum of 100 entries. The sum of the lengths of all regular expressions can't exceed 10 KiB.
#patterns=
def patterns=(value) -> ::Array<::Google::Cloud::Dlp::V2::VertexDatasetRegex>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::VertexDatasetRegex>) — Required. The group of regular expression patterns to match against one or more datasets. Maximum of 100 entries. The sum of the lengths of all regular expressions can't exceed 10 KiB.
Returns
- (::Array<::Google::Cloud::Dlp::V2::VertexDatasetRegex>) — Required. The group of regular expression patterns to match against one or more datasets. Maximum of 100 entries. The sum of the lengths of all regular expressions can't exceed 10 KiB.