Class: Google::Cloud::Dlp::V2::CustomInfoType::MetadataKeyValueExpression
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::CustomInfoType::MetadataKeyValueExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
Configuration for a custom infoType that detects key-value pairs in the metadata matching the specified regular expressions.
Instance Attribute Summary collapse
-
#key_regex ⇒ ::String
The regular expression for the key.
-
#value_regex ⇒ ::String
The regular expression for the value.
Instance Attribute Details
#key_regex ⇒ ::String
245 246 247 248 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 245 class MetadataKeyValueExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_regex ⇒ ::String
245 246 247 248 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 245 class MetadataKeyValueExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |