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-04-09 UTC."],[[["This webpage provides documentation for the `DatabaseResourceRegexes` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `DatabaseResourceRegexes` class is designed to hold a collection of regular expressions used to identify and match database resources."],["The documentation includes a history of different versions of the API, ranging from 2.15.0 to the latest 4.16.0, indicating the availability of various version references."],["The `DatabaseResourceRegexes` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and offers constructors for creating instances."],["The primary functionality of this class involves a `Patterns` property, which is a list of regular expressions, limited to 100 entries and a total length of 10 KiB, used for matching against database resources."]]],[]]