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 (DLP) v2 API for .NET."],["The `FileStoreRegexes` class is designed to house a collection of regular expressions used to identify and match specific file stores."],["The latest version documented here is 4.16.0, however the documentation for version 4.15.0 is currently the active version displayed on this page, and several previous versions, including versions in the 2.x and 3.x ranges are also available."],["The `FileStoreRegexes` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `Patterns` property, which is a `RepeatedField` where the max of 100 entries of regular expressions, not exceeding 10 KiB total, can be added to target file stores."]]],[]]