public sealed class BigQueryRegex : IMessage<BigQueryRegex>, IEquatable<BigQueryRegex>, IDeepCloneable<BigQueryRegex>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BigQueryRegex.
A pattern to match against one or more tables, datasets, or projects that
contain BigQuery tables. At least one pattern must be specified.
Regular expressions use RE2
syntax; a guide can be found
under the google/re2 repository on GitHub.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This page provides reference documentation for the `BigQueryRegex` class within the Google Cloud Data Loss Prevention v2 API, specifically for version 4.12.0 and its implementations in .NET."],["The `BigQueryRegex` class is used to define patterns for matching against BigQuery tables, datasets, or projects using regular expressions with RE2 syntax."],["The page details the class's inheritance, implemented interfaces, namespace (`Google.Cloud.Dlp.V2`), and the assembly (`Google.Cloud.Dlp.V2.dll`)."],["Key properties of the `BigQueryRegex` class include `DatasetIdRegex`, `ProjectIdRegex`, and `TableIdRegex`, allowing for filtering at dataset, project, and table levels respectively."],["This page also lists links to previous versions of the `BigQueryRegex` class documentation, from 2.15.0 all the way to the most recent version of 4.16.0."]]],[]]