public sealed class UpdateInspectTemplateRequest : IMessage<UpdateInspectTemplateRequest>, IEquatable<UpdateInspectTemplateRequest>, IDeepCloneable<UpdateInspectTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class UpdateInspectTemplateRequest.
Required. Resource name of organization and inspectTemplate to be updated, for
example organizations/433245324/inspectTemplates/432452342 or
projects/project-id/inspectTemplates/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-21 UTC."],[[["This document provides reference documentation for the `UpdateInspectTemplateRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, detailing its purpose as a request message for updating inspect templates."],["The content lists various versions of the Google Cloud DLP v2 API, ranging from version 2.15.0 up to the latest version 4.16.0, with links to their respective documentation for the `UpdateInspectTemplateRequest`."],["The `UpdateInspectTemplateRequest` class, which inherits from `Object` and implements multiple interfaces, is used to update an existing inspect template, including the ability to specify which fields to update using `UpdateMask`."],["Key properties of `UpdateInspectTemplateRequest` include `InspectTemplate`, `InspectTemplateName`, `Name`, and `UpdateMask`, which are used to define the new template and the fields that are to be updated, and identify which template is being modified."],["The document also includes the details of the contructors, the namespace, and the assembly used for `UpdateInspectTemplateRequest`."]]],[]]