Data Loss Prevention V2 Client - Class VertexDatasetRegexes (2.3.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class VertexDatasetRegexes.

A collection of regular expressions to determine what datasets to match against.

Generated from protobuf message google.privacy.dlp.v2.VertexDatasetRegexes

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ patterns array<VertexDatasetRegex>

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.

getPatterns

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.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPatterns

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.

Parameter
Name Description
var array<VertexDatasetRegex>
Returns
Type Description
$this