Google Cloud Data Loss Prevention v2 API - Class VertexDatasetRegexes (4.16.0)

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.

Inheritance

object > VertexDatasetRegexes

Namespace

Google.Cloud.Dlp.V2

Assembly

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