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-03-24 UTC."],[[["This webpage provides documentation for the `OtherCloudResourceRegexes` class within the Google Cloud Data Loss Prevention v2 API for .NET, which is used for defining regular expressions to match against cloud resources."],["The documentation covers multiple versions of the API, ranging from version 2.15.0 up to the latest release of 4.16.0, offering access to previous iterations."],["The `OtherCloudResourceRegexes` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message management, equality comparisons, deep cloning, and buffer message handling."],["This documentation details the `OtherCloudResourceRegexes` class constructors and the properties, specifically the `Patterns` property, which is a `RepeatedField` collection to match resources using regular expressions, with limitations of a maximum of 100 entries and a total regular expression length of 10 KiB."]]],[]]