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-04-09 UTC."],[[["This document provides reference documentation for the `BigQueryRegex` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, specifically version 4.10.0."],["The `BigQueryRegex` class is used to define patterns for matching BigQuery tables, datasets, or projects and utilizes RE2 syntax for regular expressions."],["The latest available version of `BigQueryRegex` is 4.16.0 and the documentation offers versions all the way back to version 2.15.0 for referencing."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with protocol buffers and enabling deep cloning and equality checks."],["Key properties of the `BigQueryRegex` class include `DatasetIdRegex`, `ProjectIdRegex`, and `TableIdRegex`, which allow for specifying regular expression patterns to match against datasets, projects, and tables respectively."]]],[]]