Class: Google::Privacy::Dlp::V2::UpdateDeidentifyTemplateRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::UpdateDeidentifyTemplateRequest
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Request message for UpdateDeidentifyTemplate.
Instance Attribute Summary collapse
-
#deidentify_template ⇒ Google::Privacy::Dlp::V2::DeidentifyTemplate
New DeidentifyTemplate value.
-
#name ⇒ String
Resource name of organization and deidentify template to be updated, for example +organizations/433245324/deidentifyTemplates/432452342+ or projects/project-id/deidentifyTemplates/432452342.
-
#update_mask ⇒ Google::Protobuf::FieldMask
Mask to control which fields get updated.
Instance Attribute Details
#deidentify_template ⇒ Google::Privacy::Dlp::V2::DeidentifyTemplate
Returns New DeidentifyTemplate value.
2172 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2172 class UpdateDeidentifyTemplateRequest; end |
#name ⇒ String
Returns Resource name of organization and deidentify template to be updated, for example +organizations/433245324/deidentifyTemplates/432452342+ or projects/project-id/deidentifyTemplates/432452342.
2172 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2172 class UpdateDeidentifyTemplateRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Mask to control which fields get updated.
2172 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2172 class UpdateDeidentifyTemplateRequest; end |