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."],[[["This webpage provides documentation for the `DiscoveryStartingLocation` class within the Google Cloud Data Loss Prevention (DLP) v2 API, with version 4.9.0 being the version in focus."],["The `DiscoveryStartingLocation` class is used to specify the starting point for a discovery scan, which can be an organization ID or a folder ID within an organization."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The class has two main properties, `FolderId` and `OrganizationId`, both of which are of type long, which hold the numerical ID of a folder or an organization, with additional boolean properties to indicate if they are set."],["The documentation shows a breadcrumb trail of all the versions of this API, with version 4.16.0 being the most recent and version 2.15.0 being the oldest in the list provided."]]],[]]