Reference documentation and code samples for the Data Loss Prevention V2 Client class CloudStorageRegex.
A pattern to match against one or more file stores. 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.CloudStorageRegex
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id_regex |
string
Optional. For organizations, if unset, will match all projects. |
↳ bucket_name_regex |
string
Optional. Regex to test the bucket name against. If empty, all buckets match. Example: "marketing2021" or "(marketing)\d{4}" will both match the bucket gs://marketing2021 |
getProjectIdRegex
Optional. For organizations, if unset, will match all projects.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectIdRegex
Optional. For organizations, if unset, will match all projects.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBucketNameRegex
Optional. Regex to test the bucket name against. If empty, all buckets match. Example: "marketing2021" or "(marketing)\d{4}" will both match the bucket gs://marketing2021
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucketNameRegex
Optional. Regex to test the bucket name against. If empty, all buckets match. Example: "marketing2021" or "(marketing)\d{4}" will both match the bucket gs://marketing2021
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|