public sealed class DiscoveryStartingLocation : IMessage<DiscoveryStartingLocation>, IEquatable<DiscoveryStartingLocation>, IDeepCloneable<DiscoveryStartingLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryStartingLocation.
The location to begin a discovery scan. Denotes an organization ID or folder
ID within an organization.
[[["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 latest version available for the Google Cloud Data Loss Prevention v2 API class `DiscoveryStartingLocation` is 4.16.0, with multiple prior versions listed."],["`DiscoveryStartingLocation` class, within the `Google.Cloud.Dlp.V2` namespace, is used to define the starting location for a discovery scan in the Google Cloud Data Loss Prevention API."],["This class allows users to specify either an organization ID or a folder ID as the starting point for a data discovery scan, indicated by properties such as `OrganizationId` and `FolderId`."],["The `DiscoveryStartingLocation` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, which enable it to perform various functions like message handling, equality comparisons, and object cloning."],["The class has constructors that allows creating a new instance or a copy of an existing instance of `DiscoveryStartingLocation`."]]],[]]