public sealed class GetProjectDataProfileRequest : IMessage<GetProjectDataProfileRequest>, IEquatable<GetProjectDataProfileRequest>, IDeepCloneable<GetProjectDataProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class GetProjectDataProfileRequest.
[[["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 page provides reference documentation for the `GetProjectDataProfileRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `GetProjectDataProfileRequest` class is used to request a project data profile and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available versions of the API that are listed, span from version 2.15.0 up to the latest version of 4.16.0 for `GetProjectDataProfileRequest`."],["The class includes two constructors: a default constructor and one that accepts another `GetProjectDataProfileRequest` instance, allowing for easy duplication."],["The class contains properties such as `Name` (string) and `ProjectDataProfileName` (typed view) which are used for specifying the resource name of the project data profile being requested."]]],[]]