public sealed class VertexDatasetRegexes : IMessage<VertexDatasetRegexes>, IEquatable<VertexDatasetRegexes>, IDeepCloneable<VertexDatasetRegexes>, IBufferMessage, IMessageReference 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.
Implements
IMessageVertexDatasetRegexes, IEquatableVertexDatasetRegexes, IDeepCloneableVertexDatasetRegexes, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
VertexDatasetRegexes()
public VertexDatasetRegexes()VertexDatasetRegexes(VertexDatasetRegexes)
public VertexDatasetRegexes(VertexDatasetRegexes other)| Parameter | |
|---|---|
| Name | Description |
other |
VertexDatasetRegexes |
Properties
Patterns
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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldVertexDatasetRegex |
|