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-04-09 UTC."],[[["This page provides documentation for the `FileStoreRegexes` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET."],["The `FileStoreRegexes` class is used to define a collection of regular expressions that determine which file stores to match against, which can be used to process or filter file data based on specific regex patterns."],["The latest version available is 4.16.0, but users can also navigate through the documentation for many older versions, down to version 2.15.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google.Protobuf framework."],["The class has a Patterns property that is a collection of `FileStoreRegex` objects, allowing up to 100 regular expression patterns, with the combined length not exceeding 10 KiB."]]],[]]