Reference documentation and code samples for the Data Loss Prevention V2 Client class RecordCondition.
A condition for determining whether a transformation should be applied to a field.
Generated from protobuf message google.privacy.dlp.v2.RecordCondition
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ expressions |
Google\Cloud\Dlp\V2\RecordCondition\Expressions
An expression. |
getExpressions
An expression.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\RecordCondition\Expressions|null |
hasExpressions
clearExpressions
setExpressions
An expression.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\RecordCondition\Expressions
|
Returns | |
---|---|
Type | Description |
$this |