public sealed class DatabaseResourceRegexes : IMessage<DatabaseResourceRegexes>, IEquatable<DatabaseResourceRegexes>, IDeepCloneable<DatabaseResourceRegexes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DatabaseResourceRegexes.
A collection of regular expressions to determine what database resources to
match against.
public RepeatedField<DatabaseResourceRegex> Patterns { get; }
A group of regular expression patterns to match against one or more
database resources.
Maximum of 100 entries. The sum of all regular expression's length can't
exceed 10 KiB.
[[["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 page provides documentation for the `DatabaseResourceRegexes` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `DatabaseResourceRegexes` class is designed to hold a collection of regular expressions used to identify and match specific database resources, with a maximum of 100 regex entries and a total length limit of 10 KiB."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google.Protobuf framework."],["The documentation covers various versions of the API, ranging from 2.15.0 up to the latest 4.16.0, with detailed information available for version 4.11.0 specifically."],["The class has `Patterns` as its primary property, which is of the type `RepeatedField\u003cDatabaseResourceRegex\u003e` and allows the addition and management of a collection of regular expressions."]]],[]]