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