Reference documentation and code samples for the Data Loss Prevention V2 Client class BigQueryRegex.
A pattern to match against one or more tables, datasets, or projects that contain BigQuery tables. At least one pattern must be specified.
Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
Generated from protobuf message google.privacy.dlp.v2.BigQueryRegex
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 data profile configurations created within a project. |
↳ dataset_id_regex |
string
If unset, this property matches all datasets. |
↳ table_id_regex |
string
If unset, this property matches all tables. |
getProjectIdRegex
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
Returns | |
---|---|
Type | Description |
string |
setProjectIdRegex
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDatasetIdRegex
If unset, this property matches all datasets.
Returns | |
---|---|
Type | Description |
string |
setDatasetIdRegex
If unset, this property matches all datasets.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTableIdRegex
If unset, this property matches all tables.
Returns | |
---|---|
Type | Description |
string |
setTableIdRegex
If unset, this property matches all tables.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |