Reference documentation and code samples for the Data Loss Prevention V2 Client class TagFilters.
Tags to match against for filtering.
Generated from protobuf message google.privacy.dlp.v2.TagFilters
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tag_filters |
array<TagFilter>
Required. A resource must match ALL of the specified tag filters to be included in the collection. |
getTagFilters
Required. A resource must match ALL of the specified tag filters to be included in the collection.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTagFilters
Required. A resource must match ALL of the specified tag filters to be included in the collection.
| Parameter | |
|---|---|
| Name | Description |
var |
array<TagFilter>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|