public sealed class DataProfileFindingRecordLocation : IMessage<DataProfileFindingRecordLocation>, IEquatable<DataProfileFindingRecordLocation>, IDeepCloneable<DataProfileFindingRecordLocation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileFindingRecordLocation.
Location of a finding within a resource that produces a table data profile.
Implements
IMessageDataProfileFindingRecordLocation, IEquatableDataProfileFindingRecordLocation, IDeepCloneableDataProfileFindingRecordLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DataProfileFindingRecordLocation()
public DataProfileFindingRecordLocation()DataProfileFindingRecordLocation(DataProfileFindingRecordLocation)
public DataProfileFindingRecordLocation(DataProfileFindingRecordLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
DataProfileFindingRecordLocation |
Properties
Field
public FieldId Field { get; set; }Field ID of the column containing the finding.
| Property Value | |
|---|---|
| Type | Description |
FieldId |
|