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.
Implements
IMessageDiscoveryStartingLocation, IEquatableDiscoveryStartingLocation, IDeepCloneableDiscoveryStartingLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryStartingLocation()
public DiscoveryStartingLocation()
DiscoveryStartingLocation(DiscoveryStartingLocation)
public DiscoveryStartingLocation(DiscoveryStartingLocation other)
Parameter | |
---|---|
Name | Description |
other |
DiscoveryStartingLocation |
Properties
FolderId
public long FolderId { get; set; }
The ID of the folder within an organization to be scanned.
Property Value | |
---|---|
Type | Description |
long |
HasFolderId
public bool HasFolderId { get; }
Gets whether the "folder_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasOrganizationId
public bool HasOrganizationId { get; }
Gets whether the "organization_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
LocationCase
public DiscoveryStartingLocation.LocationOneofCase LocationCase { get; }
Property Value | |
---|---|
Type | Description |
DiscoveryStartingLocationLocationOneofCase |
OrganizationId
public long OrganizationId { get; set; }
The ID of an organization to scan.
Property Value | |
---|---|
Type | Description |
long |