public sealed class DiscoveryTarget : IMessage<DiscoveryTarget>, IEquatable<DiscoveryTarget>, IDeepCloneable<DiscoveryTarget>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryTarget.
[[["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-04-09 UTC."],[[["The `DiscoveryTarget` class, part of the Google Cloud Data Loss Prevention v2 API, is used for matching targets in data discovery operations."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring robust functionality and compatibility."],["It supports targeting BigQuery data through the `BigQueryTarget` property, allowing for specific discovery within BigQuery tables."],["The class has a `TargetCase` property that can be used to determine the specific type of target."],["The provided documentation details various versions of this class, ranging from version 2.15.0 up to the latest version, 4.16.0, indicating an active development cycle."]]],[]]