public sealed class GetInspectTemplateRequest : IMessage<GetInspectTemplateRequest>, IEquatable<GetInspectTemplateRequest>, IDeepCloneable<GetInspectTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class GetInspectTemplateRequest.
Required. Resource name of the organization and inspectTemplate to be read,
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-24 UTC."],[[["The `GetInspectTemplateRequest` class is used to request information about an inspect template from the Google Cloud Data Loss Prevention v2 API, and it is part of the `Google.Cloud.Dlp.V2` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetInspectTemplateRequest\u003e`, `IDeepCloneable\u003cGetInspectTemplateRequest\u003e`, and `IBufferMessage`, showcasing its role in message handling and data manipulation within the API."],["The `GetInspectTemplateRequest` class has two constructors, a default constructor, and one that takes another `GetInspectTemplateRequest` as a parameter."],["It contains properties such as `InspectTemplateName`, a typed view over the resource name, and `Name`, which is a string that represents the resource name of the organization and inspect template to be read."],["Multiple versions of the documentation are available for `GetInspectTemplateRequest`, ranging from version 2.15.0 to 4.16.0, providing developers with access to various iterations of the API."]]],[]]