public sealed class UpdateDeidentifyTemplateRequest : IMessage<UpdateDeidentifyTemplateRequest>, IEquatable<UpdateDeidentifyTemplateRequest>, IDeepCloneable<UpdateDeidentifyTemplateRequest>, IBufferMessage, IMessage
Required. Resource name of organization and deidentify template to be updated, for
example organizations/433245324/deidentifyTemplates/432452342 or
projects/project-id/deidentifyTemplates/432452342.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage details the `UpdateDeidentifyTemplateRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to send requests for updating de-identification templates."],["The content includes a list of available versions for the `UpdateDeidentifyTemplateRequest` class, ranging from the latest `4.16.0` down to older versions such as `2.15.0`."],["The `UpdateDeidentifyTemplateRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google's protocol buffer system."],["The class allows for updating a `DeidentifyTemplate` using its associated properties, such as `DeidentifyTemplate`, `DeidentifyTemplateName`, `Name`, and `UpdateMask`, which control different aspects of the template and how it is updated."],["The page displays the constructors that can be used to instantiate an `UpdateDeidentifyTemplateRequest` object, specifically a default constructor and one that accepts another `UpdateDeidentifyTemplateRequest` as a parameter."]]],[]]