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 webpage provides documentation for the `BigQueryRegex` class within the Google Cloud Data Loss Prevention (DLP) v2 API, with version 4.14.0 being the current version in view."],["The `BigQueryRegex` class is used to define patterns for matching against BigQuery tables, datasets, or projects, utilizing RE2 regular expression syntax."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The `BigQueryRegex` class contains properties like `DatasetIdRegex`, `ProjectIdRegex`, and `TableIdRegex` for specifying regular expression patterns to filter BigQuery resources and if left unset, they will match all objects of that type."],["The page offers links to older versions of the `BigQueryRegex` documentation, from version 2.15.0 to the latest version of 4.16.0."]]],[]]