public sealed class BigQueryRegexes : IMessage<BigQueryRegexes>, IEquatable<BigQueryRegexes>, IDeepCloneable<BigQueryRegexes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BigQueryRegexes.
A collection of regular expressions to determine what tables to match
against.
[[["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 `BigQueryRegexes` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, with version 4.15.0 being the currently selected documentation version."],["The `BigQueryRegexes` class is used to define a collection of regular expressions for matching against specific tables in BigQuery and includes the latest documentation for version 4.16.0 as well as many prior versions, down to version 2.15.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits members from the `object` class, providing functionalities for object comparison, cloning, and message handling."],["The primary property of `BigQueryRegexes` is `Patterns`, a `RepeatedField` of `BigQueryRegex`, allowing multiple regex patterns to be specified for matching BigQuery tables."],["The `BigQueryRegexes` class has two constructors, one default and another that takes an existing `BigQueryRegexes` object, enabling object creation and copying."]]],[]]