public sealed class DatabaseResourceRegex : IMessage<DatabaseResourceRegex>, IEquatable<DatabaseResourceRegex>, IDeepCloneable<DatabaseResourceRegex>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DatabaseResourceRegex.
A pattern to match against one or more database resources. At least one
pattern must be specified. Regular expressions use RE2
syntax; a guide can be found
under the google/re2 repository on GitHub.
public string DatabaseResourceNameRegex { get; set; }
Regex to test the database resource's name against. An example of a
database resource name is a table's name. Other database resource names
like view names could be included in the future. If empty, all database
resources match.
[[["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 webpage provides reference documentation for the `DatabaseResourceRegex` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, specifically version 4.11.0, alongside various previous versions and the latest."],["The `DatabaseResourceRegex` class is used to define patterns for matching one or more database resources and is a part of the `Google.Cloud.Dlp.V2` namespace, which has multiple implemented interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DatabaseRegex`, `DatabaseResourceNameRegex`, `InstanceRegex`, and `ProjectIdRegex`, which can each be set with regular expressions to filter for specific databases, database resource names, instance names, or project IDs respectively."],["The documentation lists several versions of the `Google.Cloud.Dlp.V2` API, from version 2.15.0 to the latest version, 4.16.0, along with their corresponding links."],["The documentation provided also includes inheritance information along with the assembly `Google.Cloud.Dlp.V2.dll`, along with information on the available constructors."]]],[]]