Class: Google::Privacy::Dlp::V2::DeidentifyTemplate
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::DeidentifyTemplate
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
The DeidentifyTemplates contains instructions on how to deidentify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.
Instance Attribute Summary collapse
-
#create_time ⇒ Google::Protobuf::Timestamp
The creation timestamp of a inspectTemplate, output only field.
-
#deidentify_config ⇒ Google::Privacy::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
The template name.
-
#update_time ⇒ Google::Protobuf::Timestamp
The last update timestamp of a inspectTemplate, output only field.
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns The creation timestamp of a inspectTemplate, output only field.
1720 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1720 class DeidentifyTemplate; end |
#deidentify_config ⇒ Google::Privacy::Dlp::V2::DeidentifyConfig
Returns ///////////// // The core content of the template // ///////////////
1720 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1720 class DeidentifyTemplate; end |
#description ⇒ String
Returns Short description (max 256 chars).
1720 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1720 class DeidentifyTemplate; end |
#display_name ⇒ String
Returns Display name (max 256 chars).
1720 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1720 class DeidentifyTemplate; end |
#name ⇒ String
Returns The template name. Output only.
The template will have one of the following formats: +projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID+ OR +organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID+
1720 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1720 class DeidentifyTemplate; end |
#update_time ⇒ Google::Protobuf::Timestamp
Returns The last update timestamp of a inspectTemplate, output only field.
1720 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1720 class DeidentifyTemplate; end |