Reference documentation and code samples for the Data Loss Prevention V2 Client class PubSubLogicalOperator.
Logical operators for conditional checks.
Protobuf type google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator
Namespace
Google \ Cloud \ Dlp \ V2 \ DataProfilePubSubCondition \ PubSubExpressionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LOGICAL_OPERATOR_UNSPECIFIED
Value: 0Unused.
Generated from protobuf enum LOGICAL_OPERATOR_UNSPECIFIED = 0;
PBOR
Value: 1Conditional OR.
Generated from protobuf enum OR = 1;
PBAND
Value: 2Conditional AND.
Generated from protobuf enum AND = 2;