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 webpage 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 are employed to match against specified resources."],["This documentation covers multiple versions of the API, with version 4.16.0 being the latest and 2.15.0 the oldest, as well as a range of versions in between."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also features constructors for creating new instances of `OtherCloudResourceRegexes`."],["The `Patterns` property allows users to define and manage a group of regular expression patterns, with limitations on the number of entries and the total length of expressions."]]],[]]