Reference documentation and code samples for the Data Loss Prevention V2 Client class Condition.
The field type of value
and field
do not need to match to be
considered equal, but not all comparisons are possible.
EQUAL_TO and NOT_EQUAL_TO attempt to compare even with incompatible types,
but all other comparisons are invalid with incompatible types.
A value
of type:
string
can be compared against all other typesboolean
can only be compared against other booleansinteger
can be compared against doubles or a string if the string value can be parsed as an integer.double
can be compared against integers or a string if the string can be parsed as a double.Timestamp
can be compared against strings in RFC 3339 date string format.TimeOfDay
can be compared against timestamps and strings in the format of 'HH:mm:ss'. If we fail to compare do to type mismatch, a warning will be given and the condition will evaluate to false.
Generated from protobuf message google.privacy.dlp.v2.RecordCondition.Condition
Namespace
Google \ Cloud \ Dlp \ V2 \ RecordConditionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ field |
Google\Cloud\Dlp\V2\FieldId
Required. Field within the record this condition is evaluated against. |
↳ operator |
int
Required. Operator used to compare the field or infoType to the value. |
↳ value |
Google\Cloud\Dlp\V2\Value
Value to compare against. [Mandatory, except for |
getField
Required. Field within the record this condition is evaluated against.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\FieldId|null |
hasField
clearField
setField
Required. Field within the record this condition is evaluated against.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\FieldId
|
Returns | |
---|---|
Type | Description |
$this |
getOperator
Required. Operator used to compare the field or infoType to the value.
Returns | |
---|---|
Type | Description |
int |
setOperator
Required. Operator used to compare the field or infoType to the value.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getValue
Value to compare against. [Mandatory, except for EXISTS
tests.]
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\Value|null |
hasValue
clearValue
setValue
Value to compare against. [Mandatory, except for EXISTS
tests.]
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\Value
|
Returns | |
---|---|
Type | Description |
$this |