Class: Google::Cloud::Dlp::V2::OtherCloudResourceRegex

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#amazon_s3_bucket_regex::Google::Cloud::Dlp::V2::AmazonS3BucketRegex

Returns Regex for Amazon S3 buckets.

Returns:



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