Google Cloud Data Loss Prevention v2 API - Class DiscoveryBigQueryFilter (4.8.0)

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.

Inheritance

object > DiscoveryBigQueryFilter

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DiscoveryBigQueryFilter()

public DiscoveryBigQueryFilter()

DiscoveryBigQueryFilter(DiscoveryBigQueryFilter)

public DiscoveryBigQueryFilter(DiscoveryBigQueryFilter other)
Parameter
NameDescription
otherDiscoveryBigQueryFilter

Properties

FilterCase

public DiscoveryBigQueryFilter.FilterOneofCase FilterCase { get; }
Property Value
TypeDescription
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
TypeDescription
DiscoveryBigQueryFilterTypesAllOtherBigQueryTables

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
TypeDescription
BigQueryTableCollection