Class: Google::Cloud::Dlp::V2::UpdateDeidentifyTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::UpdateDeidentifyTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Request message for UpdateDeidentifyTemplate.
Instance Attribute Summary collapse
-
#deidentify_template ⇒ ::Google::Cloud::Dlp::V2::DeidentifyTemplate
New DeidentifyTemplate value.
-
#name ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Mask to control which fields get updated.
Instance Attribute Details
#deidentify_template ⇒ ::Google::Cloud::Dlp::V2::DeidentifyTemplate
Returns New DeidentifyTemplate value.
5573 5574 5575 5576 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5573 class UpdateDeidentifyTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Resource name of organization and deidentify template to be
updated, for example
organizations/433245324/deidentifyTemplates/432452342
or
projects/project-id/deidentifyTemplates/432452342.
5573 5574 5575 5576 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5573 class UpdateDeidentifyTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask to control which fields get updated.
5573 5574 5575 5576 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5573 class UpdateDeidentifyTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |