public sealed class DataProfileFindingLocation : IMessage<DataProfileFindingLocation>, IEquatable<DataProfileFindingLocation>, IDeepCloneable<DataProfileFindingLocation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileFindingLocation.
Location of a data profile finding within a resource.
Implements
IMessageDataProfileFindingLocation, IEquatableDataProfileFindingLocation, IDeepCloneableDataProfileFindingLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DataProfileFindingLocation()
public DataProfileFindingLocation()DataProfileFindingLocation(DataProfileFindingLocation)
public DataProfileFindingLocation(DataProfileFindingLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
DataProfileFindingLocation |
Properties
ContainerName
public string ContainerName { get; set; }Name of the container where the finding is located. The top-level name is the source file name or table name. Names of some common storage containers are formatted as follows:
- BigQuery tables:
{project_id}:{dataset_id}.{table_id} - Cloud Storage files:
gs://{bucket}/{path}
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataProfileFindingRecordLocation
public DataProfileFindingRecordLocation DataProfileFindingRecordLocation { get; set; }Location of a finding within a resource that produces a table data profile.
| Property Value | |
|---|---|
| Type | Description |
DataProfileFindingRecordLocation |
|
LocationExtraDetailsCase
public DataProfileFindingLocation.LocationExtraDetailsOneofCase LocationExtraDetailsCase { get; }| Property Value | |
|---|---|
| Type | Description |
DataProfileFindingLocationLocationExtraDetailsOneofCase |
|