Class: Google::Privacy::Dlp::V2::CreateDeidentifyTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Request message for CreateDeidentifyTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#deidentify_templateGoogle::Privacy::Dlp::V2::DeidentifyTemplate

Returns The DeidentifyTemplate to create.

Returns:



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

class CreateDeidentifyTemplateRequest; end

#parentString

Returns The parent resource name, for example projects/my-project-id or organizations/my-org-id.

Returns:

  • (String)

    The parent resource name, for example projects/my-project-id or organizations/my-org-id.



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

class CreateDeidentifyTemplateRequest; end

#template_idString

Returns The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.

Returns:

  • (String)

    The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.



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

class CreateDeidentifyTemplateRequest; end