public sealed class RecordLocation : IMessage<RecordLocation>, IEquatable<RecordLocation>, IDeepCloneable<RecordLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordLocation.
Location of a finding within a row or record.
Implements
IMessageRecordLocation, IEquatableRecordLocation, IDeepCloneableRecordLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
RecordLocation()
public RecordLocation()
RecordLocation(RecordLocation)
public RecordLocation(RecordLocation other)
Parameter | |
---|---|
Name | Description |
other |
RecordLocation |
Properties
FieldId
public FieldId FieldId { get; set; }
Field id of the field containing the finding.
Property Value | |
---|---|
Type | Description |
FieldId |
RecordKey
public RecordKey RecordKey { get; set; }
Key of the finding.
Property Value | |
---|---|
Type | Description |
RecordKey |
TableLocation
public TableLocation TableLocation { get; set; }
Location within a ContentItem.Table
.
Property Value | |
---|---|
Type | Description |
TableLocation |