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 Required. The DeidentifyTemplate to create.

Returns:



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

class CreateDeidentifyTemplateRequest; end

#location_idString

Returns The geographic location to store the deidentification template. Reserved for future extensions.

Returns:

  • (String)

    The geographic location to store the deidentification template. Reserved for future extensions.



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

class CreateDeidentifyTemplateRequest; end

#parentString

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

Returns:

  • (String)

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



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

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.



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

class CreateDeidentifyTemplateRequest; end