public sealed class CustomInfoType.Types.Regex : IMessage<CustomInfoType.Types.Regex>, IEquatable<CustomInfoType.Types.Regex>, IDeepCloneable<CustomInfoType.Types.Regex>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CustomInfoType.Types.Regex.
[[["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-06-11 UTC."],[[["This webpage provides documentation for the `CustomInfoType.Types.Regex` class within the Google Cloud Data Loss Prevention (DLP) v2 API, with the latest version being 4.16.0 and going down to version 2.15.0."],["The `CustomInfoType.Types.Regex` class is used to define custom regular expressions for identifying specific data patterns."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it adaptable and integrated within the .NET environment."],["The class includes a `GroupIndexes` property to specify which submatches of the regex should be extracted as findings and a `Pattern` property to define the regular expression itself."],["There are two constructors, one being a default constructor and the other taking an existing `CustomInfoType.Types.Regex` instance for creating copies."]]],[]]