Class: Google::Cloud::Dlp::V2::CustomInfoType::MetadataKeyValueExpression

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

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