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-02 UTC."],[[["This webpage provides documentation for the `BigQueryRegex` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `BigQueryRegex` class is used to define patterns for matching BigQuery tables, datasets, or projects using regular expressions (RE2 syntax)."],["The page details the class's inheritance, implemented interfaces, constructors, properties like `DatasetIdRegex`, `ProjectIdRegex`, and `TableIdRegex` and their function in matching data."],["The documentation covers various versions of the API, from version 2.15.0 all the way up to the most recent version 4.16.0, with version 4.6.0 being the currently focused version."]]],[]]