Class: Google::Privacy::Dlp::V2::CreateInspectTemplateRequest

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

Overview

Request message for CreateInspectTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#inspect_templateGoogle::Privacy::Dlp::V2::InspectTemplate

Returns The InspectTemplate to create.

Returns:



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

class CreateInspectTemplateRequest; 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.



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

class CreateInspectTemplateRequest; 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.



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

class CreateInspectTemplateRequest; end