public sealed class RecordKey : IMessage<RecordKey>, IEquatable<RecordKey>, IDeepCloneable<RecordKey>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordKey.
Message for a unique key indicating a record that contains a finding.
Implements
IMessageRecordKey, IEquatableRecordKey, IDeepCloneableRecordKey, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
RecordKey()
public RecordKey()
RecordKey(RecordKey)
public RecordKey(RecordKey other)
Parameter | |
---|---|
Name | Description |
other |
RecordKey |
Properties
BigQueryKey
public BigQueryKey BigQueryKey { get; set; }
Datastore key
Property Value | |
---|---|
Type | Description |
BigQueryKey |
DatastoreKey
public DatastoreKey DatastoreKey { get; set; }
BigQuery key
Property Value | |
---|---|
Type | Description |
DatastoreKey |
IdValues
public RepeatedField<string> IdValues { get; }
Values of identifying columns in the given row. Order of values matches
the order of identifying_fields
specified in the scanning request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
TypeCase
public RecordKey.TypeOneofCase TypeCase { get; }
Property Value | |
---|---|
Type | Description |
RecordKeyTypeOneofCase |