Class: Google::Privacy::Dlp::V2beta1::RedactContentRequest::ReplaceConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::RedactContentRequest::ReplaceConfig
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Instance Attribute Summary collapse
-
#info_type ⇒ Google::Privacy::Dlp::V2beta1::InfoType
Type of information to replace.
-
#replace_with ⇒ String
Content replacing sensitive information of given type.
Instance Attribute Details
#info_type ⇒ Google::Privacy::Dlp::V2beta1::InfoType
Returns Type of information to replace. Only one ReplaceConfig per info_type should be provided. If ReplaceConfig does not have an info_type, the DLP API matches it against all info_types that are found but not specified in another ReplaceConfig.
215 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 215 class ReplaceConfig; end |
#replace_with ⇒ String
Returns Content replacing sensitive information of given type. Max 256 chars.
215 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 215 class ReplaceConfig; end |