Reference documentation and code samples for the Data Loss Prevention V2 Client class BigQueryRegexes.
A collection of regular expressions to determine what tables to match against.
Generated from protobuf message google.privacy.dlp.v2.BigQueryRegexes
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ patterns |
array<Google\Cloud\Dlp\V2\BigQueryRegex>
A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables. |
getPatterns
A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPatterns
A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\BigQueryRegex>
|
Returns | |
---|---|
Type | Description |
$this |