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-03-24 UTC."],[[["The `BigQueryRegexes` class, part of the Google Cloud Data Loss Prevention v2 API, provides a way to define regular expressions for matching against BigQuery tables."],["This class is implemented with multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows for the creation of objects through its two constructors, `BigQueryRegexes()` and `BigQueryRegexes(BigQueryRegexes other)`."],["It contains a `Patterns` property, of the type `RepeatedField\u003cBigQueryRegex\u003e`, which enables users to specify one or more regular expression patterns to match against BigQuery resources."],["This page provides links to various versions of the same class, from version 2.15.0 all the way up to the latest version 4.16.0, and each version includes this class in the documentation."]]],[]]