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 document provides reference documentation for the `DatabaseResourceRegexes` class within the Google Cloud Data Loss Prevention v2 API, specifically for version 4.15.0, which has a list of documentation available for older versions."],["The `DatabaseResourceRegexes` class is designed to define a collection of regular expressions that can be used to identify and match specific database resources, allowing up to 100 entries with a total size limit of 10 KiB."],["The `DatabaseResourceRegexes` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `Patterns` property of the `DatabaseResourceRegexes` class, which is a `RepeatedField` of `DatabaseResourceRegex`, allows users to specify multiple regular expression patterns for database resource matching."],["The documentation contains a list of links to previous versions, starting with 2.15.0 and ranging up to the latest version 4.16.0."]]],[]]