Class: Google::Privacy::Dlp::V2beta1::RedactContentRequest::ReplaceConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb

Instance Attribute Summary collapse

Instance Attribute Details

#info_typeGoogle::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.

Returns:

  • (Google::Privacy::Dlp::V2beta1::InfoType)

    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_withString

Returns Content replacing sensitive information of given type. Max 256 chars.

Returns:

  • (String)

    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