Class: Google::Cloud::Dlp::V2::DeidentifyTemplate
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DeidentifyTemplate
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #deidentify_config  ⇒ ::Google::Cloud::Dlp::V2::DeidentifyConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The core content of the template.
 - 
  
    
      #description  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Short description (max 256 chars).
 - 
  
    
      #display_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Display name (max 256 chars).
 - 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #update_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation timestamp of an inspectTemplate.
      3245 3246 3247 3248  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3245 class DeidentifyTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#deidentify_config ⇒ ::Google::Cloud::Dlp::V2::DeidentifyConfig
Returns The core content of the template.
      3245 3246 3247 3248  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3245 class DeidentifyTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#description ⇒ ::String
Returns Short description (max 256 chars).
      3245 3246 3247 3248  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3245 class DeidentifyTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#display_name ⇒ ::String
Returns Display name (max 256 chars).
      3245 3246 3247 3248  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3245 class DeidentifyTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#name ⇒ ::String (readonly)
Returns Output only. The template name.
The template will have one of the following formats:
projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID OR
organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID.
      3245 3246 3247 3248  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3245 class DeidentifyTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last update timestamp of an inspectTemplate.
      3245 3246 3247 3248  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3245 class DeidentifyTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |