Class: Google::Cloud::Dlp::V2::OtherCloudResourceRegexes
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::OtherCloudResourceRegexes
- 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 resources to match against.
Instance Attribute Summary collapse
-
#patterns ⇒ ::Array<::Google::Cloud::Dlp::V2::OtherCloudResourceRegex>
A group of regular expression patterns to match against one or more resources.
Instance Attribute Details
#patterns ⇒ ::Array<::Google::Cloud::Dlp::V2::OtherCloudResourceRegex>
Returns A group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.
5504 5505 5506 5507 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5504 class OtherCloudResourceRegexes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |