public sealed class VertexDatasetRegexes : IMessage<VertexDatasetRegexes>, IEquatable<VertexDatasetRegexes>, IDeepCloneable<VertexDatasetRegexes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class VertexDatasetRegexes.
A collection of regular expressions to determine what datasets to match
against.
public RepeatedField<VertexDatasetRegex> Patterns { get; }
Required. The group of regular expression patterns to match against one or
more datasets. Maximum of 100 entries. The sum of the lengths of all
regular expressions 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 `VertexDatasetRegexes` class within the Google Cloud Data Loss Prevention v2 API, including its properties and inheritance."],["The `VertexDatasetRegexes` class is used to define a collection of regular expressions for matching against datasets, with a maximum of 100 entries and a 10 KiB size limit for all expressions combined."],["The documentation details the latest version of the class as 4.16.0, and has multiple previous versions listed as far back as 2.15.0, with each having its own specific documentation."],["The `Patterns` property, of type `RepeatedField\u003cVertexDatasetRegex\u003e`, is required and holds the regular expression patterns for matching datasets."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]