public sealed class DiscoveryBigQueryFilter : IMessage<DiscoveryBigQueryFilter>, IEquatable<DiscoveryBigQueryFilter>, IDeepCloneable<DiscoveryBigQueryFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryBigQueryFilter.
Determines what tables will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID, dataset ID, and table ID.
Implements
IMessageDiscoveryBigQueryFilter, IEquatableDiscoveryBigQueryFilter, IDeepCloneableDiscoveryBigQueryFilter, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryBigQueryFilter()
public DiscoveryBigQueryFilter()
DiscoveryBigQueryFilter(DiscoveryBigQueryFilter)
public DiscoveryBigQueryFilter(DiscoveryBigQueryFilter other)
Parameter | |
---|---|
Name | Description |
other |
DiscoveryBigQueryFilter |
Properties
FilterCase
public DiscoveryBigQueryFilter.FilterOneofCase FilterCase { get; }
Property Value | |
---|---|
Type | Description |
DiscoveryBigQueryFilterFilterOneofCase |
OtherTables
public DiscoveryBigQueryFilter.Types.AllOtherBigQueryTables OtherTables { get; set; }
Catch-all. This should always be the last filter in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.
Property Value | |
---|---|
Type | Description |
DiscoveryBigQueryFilterTypesAllOtherBigQueryTables |
TableReference
public TableReference TableReference { get; set; }
The table to scan. Discovery configurations including this can only include one DiscoveryTarget (the DiscoveryTarget with this TableReference).
Property Value | |
---|---|
Type | Description |
TableReference |
Tables
public BigQueryTableCollection Tables { get; set; }
A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config. If a table id or dataset is empty, Cloud DLP assumes all tables in that collection must be profiled. Must specify a project ID.
Property Value | |
---|---|
Type | Description |
BigQueryTableCollection |