Class: Google::Privacy::Dlp::V2::CreateDeidentifyTemplateRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::CreateDeidentifyTemplateRequest
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Request message for CreateDeidentifyTemplate.
Instance Attribute Summary collapse
-
#deidentify_template ⇒ Google::Privacy::Dlp::V2::DeidentifyTemplate
The DeidentifyTemplate to create.
-
#parent ⇒ String
The parent resource name, for example projects/my-project-id or organizations/my-org-id.
-
#template_id ⇒ 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-]++.
Instance Attribute Details
#deidentify_template ⇒ Google::Privacy::Dlp::V2::DeidentifyTemplate
Returns The DeidentifyTemplate to create.
2158 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2158 class CreateDeidentifyTemplateRequest; end |
#parent ⇒ String
Returns The parent resource name, for example projects/my-project-id or organizations/my-org-id.
2158 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2158 class CreateDeidentifyTemplateRequest; end |
#template_id ⇒ String
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.
2158 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2158 class CreateDeidentifyTemplateRequest; end |