Class: Google::Cloud::Dlp::V2::OtherCloudResourceRegex
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::OtherCloudResourceRegex
- 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 resources. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
Instance Attribute Summary collapse
-
#amazon_s3_bucket_regex ⇒ ::Google::Cloud::Dlp::V2::AmazonS3BucketRegex
Regex for Amazon S3 buckets.
Instance Attribute Details
#amazon_s3_bucket_regex ⇒ ::Google::Cloud::Dlp::V2::AmazonS3BucketRegex
Returns Regex for Amazon S3 buckets.
5138 5139 5140 5141 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5138 class OtherCloudResourceRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |