public sealed class TableOptions : IMessage<TableOptions>, IEquatable<TableOptions>, IDeepCloneable<TableOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TableOptions.
Instructions regarding the table content being inspected.
Implements
IMessageTableOptions, IEquatableTableOptions, IDeepCloneableTableOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TableOptions()
public TableOptions()
TableOptions(TableOptions)
public TableOptions(TableOptions other)
Parameter | |
---|---|
Name | Description |
other |
TableOptions |
Properties
IdentifyingFields
public RepeatedField<FieldId> IdentifyingFields { get; }
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFieldId |