Class: Google::Cloud::Dlp::V2::DeidentifyTemplate

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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The creation timestamp of an inspectTemplate.

Returns:



3207
3208
3209
3210
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3207

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.

Returns:



3207
3208
3209
3210
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3207

class DeidentifyTemplate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns Short description (max 256 chars).

Returns:

  • (::String)

    Short description (max 256 chars).



3207
3208
3209
3210
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3207

class DeidentifyTemplate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns Display name (max 256 chars).

Returns:

  • (::String)

    Display name (max 256 chars).



3207
3208
3209
3210
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3207

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.

Returns:

  • (::String)

    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



3207
3208
3209
3210
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3207

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.

Returns:



3207
3208
3209
3210
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3207

class DeidentifyTemplate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end