Google Cloud Data Loss Prevention v2 API - Class DataProfileLocation (4.7.0)

public sealed class DataProfileLocation : IMessage<DataProfileLocation>, IEquatable<DataProfileLocation>, IDeepCloneable<DataProfileLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileLocation.

The data that will be profiled.

Inheritance

object > DataProfileLocation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DataProfileLocation()

public DataProfileLocation()

DataProfileLocation(DataProfileLocation)

public DataProfileLocation(DataProfileLocation other)
Parameter
NameDescription
otherDataProfileLocation

Properties

FolderId

public long FolderId { get; set; }

The ID of the Folder within an organization to scan.

Property Value
TypeDescription
long

HasFolderId

public bool HasFolderId { get; }

Gets whether the "folder_id" field is set

Property Value
TypeDescription
bool

HasOrganizationId

public bool HasOrganizationId { get; }

Gets whether the "organization_id" field is set

Property Value
TypeDescription
bool

LocationCase

public DataProfileLocation.LocationOneofCase LocationCase { get; }
Property Value
TypeDescription
DataProfileLocationLocationOneofCase

OrganizationId

public long OrganizationId { get; set; }

The ID of an organization to scan.

Property Value
TypeDescription
long