public sealed class DataProfileLocation : IMessage<DataProfileLocation>, IEquatable<DataProfileLocation>, IDeepCloneable<DataProfileLocation>, IBufferMessage, IMessage
The data that will be profiled.
Implements
IMessage<DataProfileLocation>, IEquatable<DataProfileLocation>, IDeepCloneable<DataProfileLocation>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DataProfileLocation()
public DataProfileLocation()
DataProfileLocation(DataProfileLocation)
public DataProfileLocation(DataProfileLocation other)
Parameter | |
---|---|
Name | Description |
other | DataProfileLocation |
Properties
FolderId
public long FolderId { get; set; }
The ID of the Folder within an organization to scan.
Property Value | |
---|---|
Type | Description |
Int64 |
LocationCase
public DataProfileLocation.LocationOneofCase LocationCase { get; }
Property Value | |
---|---|
Type | Description |
DataProfileLocation.LocationOneofCase |
OrganizationId
public long OrganizationId { get; set; }
The ID of an organization to scan.
Property Value | |
---|---|
Type | Description |
Int64 |