Class: Google::Cloud::ContactCenterInsights::V1::RedactionConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::RedactionConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
DLP resources used for redaction while ingesting conversations.
Instance Attribute Summary collapse
- 
  
    
      #deidentify_template  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fully-qualified DLP deidentify template resource name.
 - 
  
    
      #inspect_template  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fully-qualified DLP inspect template resource name.
 
Instance Attribute Details
#deidentify_template ⇒ ::String
Returns The fully-qualified DLP deidentify template resource name.
Format:
projects/{project}/deidentifyTemplates/{template}.
      1099 1100 1101 1102  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1099 class RedactionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#inspect_template ⇒ ::String
Returns The fully-qualified DLP inspect template resource name.
Format:
projects/{project}/locations/{location}/inspectTemplates/{template}.
      1099 1100 1101 1102  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1099 class RedactionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |