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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eDiscoveryBigQueryFilter\u003c/code\u003e class within the Google Cloud Data Loss Prevention v2 API, focusing on how to specify which tables should have profiles generated.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiscoveryBigQueryFilter\u003c/code\u003e class allows filtering of tables by regular expression patterns on project ID, dataset ID, and table ID, offering control over the scope of data profiling.\u003c/p\u003e\n"],["\u003cp\u003eThe page details the different versions of the \u003ccode\u003eDiscoveryBigQueryFilter\u003c/code\u003e class, starting from the latest version 4.16.0, and going back to version 2.15.0, showing the evolution of this element.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDiscoveryBigQueryFilter\u003c/code\u003e can apply to either a specific set of tables, specified via the \u003ccode\u003eTables\u003c/code\u003e property, or serve as a catch-all using the \u003ccode\u003eOtherTables\u003c/code\u003e property, with the latter being a default if no other filters are specified.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation outlines the class's constructors, properties like \u003ccode\u003eFilterCase\u003c/code\u003e, \u003ccode\u003eOtherTables\u003c/code\u003e, and \u003ccode\u003eTables\u003c/code\u003e, and its inheritance and implementation of various interfaces, providing a comprehensive overview for developers.\u003c/p\u003e\n"]]],[],null,[]]