Class: Google::Privacy::Dlp::V2::DeidentifyTemplate

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_timeGoogle::Protobuf::Timestamp

Returns The creation timestamp of a inspectTemplate, output only field.

Returns:



1854
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1854

class DeidentifyTemplate; end

#deidentify_configGoogle::Privacy::Dlp::V2::DeidentifyConfig

Returns ///////////// // The core content of the template // ///////////////.

Returns:



1854
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1854

class DeidentifyTemplate; end

#descriptionString

Returns Short description (max 256 chars).

Returns:

  • (String)

    Short description (max 256 chars).



1854
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1854

class DeidentifyTemplate; end

#display_nameString

Returns Display name (max 256 chars).

Returns:

  • (String)

    Display name (max 256 chars).



1854
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1854

class DeidentifyTemplate; end

#nameString

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.

Returns:

  • (String)

    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



1854
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1854

class DeidentifyTemplate; end

#update_timeGoogle::Protobuf::Timestamp

Returns The last update timestamp of a inspectTemplate, output only field.

Returns:



1854
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1854

class DeidentifyTemplate; end