public sealed class OtherCloudResourceRegexes : IMessage<OtherCloudResourceRegexes>, IEquatable<OtherCloudResourceRegexes>, IDeepCloneable<OtherCloudResourceRegexes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class OtherCloudResourceRegexes.
A collection of regular expressions to determine what resources to match
against.
public RepeatedField<OtherCloudResourceRegex> Patterns { get; }
A group of regular expression patterns to match against one or more
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 page provides documentation for the `OtherCloudResourceRegexes` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["The `OtherCloudResourceRegexes` class is used to define a collection of regular expressions that determine which resources should be matched."],["The page includes a list of available versions of the Google.Cloud.Dlp.V2 package, ranging from the latest version 4.16.0 down to version 2.15.0."],["The `OtherCloudResourceRegexes` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with different parts of the .NET ecosystem."],["The `Patterns` property, a `RepeatedField` of `OtherCloudResourceRegex`, is the key property of the `OtherCloudResourceRegexes` class."]]],[]]