Reference documentation and code samples for the Data Loss Prevention V2 Client class VertexDatasetRegex.
A pattern to match against one or more dataset resources.
Generated from protobuf message google.privacy.dlp.v2.VertexDatasetRegex
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id_regex |
string
For organizations, if unset, will match all projects. Has no effect for configurations created within a project. |
getProjectIdRegex
For organizations, if unset, will match all projects. Has no effect for configurations created within a project.
Returns | |
---|---|
Type | Description |
string |
setProjectIdRegex
For organizations, if unset, will match all projects. Has no effect for configurations created within a project.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |