public sealed class FileStoreRegexes : IMessage<FileStoreRegexes>, IEquatable<FileStoreRegexes>, IDeepCloneable<FileStoreRegexes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class FileStoreRegexes.
A collection of regular expressions to determine what file store to match
against.
public RepeatedField<FileStoreRegex> Patterns { get; }
Required. The group of regular expression patterns to match against one or
more file stores. 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."],[[["The latest version of the `FileStoreRegexes` class in the Google Cloud Data Loss Prevention v2 API is 4.16.0, and there are several previous versions ranging from 4.15.0 down to 2.15.0 available for reference."],["`FileStoreRegexes` is a class within the `Google.Cloud.Dlp.V2` namespace, designed to define a collection of regular expressions used for matching against file stores."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The `FileStoreRegexes` class includes a `Patterns` property of type `RepeatedField\u003cFileStoreRegex\u003e`, which is used to store a collection of up to 100 regular expression patterns for matching file stores, with a total length limit of 10 KiB."],["The class can be called through two constructors, either a default empty constructor, or one which takes another `FileStoreRegexes` object as a parameter."]]],[]]