Class: Google::Cloud::Dlp::V2::VertexDatasetRegexes
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::VertexDatasetRegexes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A collection of regular expressions to determine what datasets to match against.
Instance Attribute Summary collapse
Instance Attribute Details
#patterns ⇒ ::Array<::Google::Cloud::Dlp::V2::VertexDatasetRegex>
Returns 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.
5882 5883 5884 5885 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5882 class VertexDatasetRegexes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |