public static interface RecordCondition.ExpressionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConditions()
public abstract RecordCondition.Conditions getConditions()Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Conditions |
The conditions. |
getConditionsOrBuilder()
public abstract RecordCondition.ConditionsOrBuilder getConditionsOrBuilder()Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;
| Returns | |
|---|---|
| Type | Description |
RecordCondition.ConditionsOrBuilder |
|
getLogicalOperator()
public abstract RecordCondition.Expressions.LogicalOperator getLogicalOperator() The operator to apply to the result of conditions. Default and currently
only supported value is AND.
.google.privacy.dlp.v2.RecordCondition.Expressions.LogicalOperator logical_operator = 1;
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Expressions.LogicalOperator |
The logicalOperator. |
getLogicalOperatorValue()
public abstract int getLogicalOperatorValue() The operator to apply to the result of conditions. Default and currently
only supported value is AND.
.google.privacy.dlp.v2.RecordCondition.Expressions.LogicalOperator logical_operator = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for logicalOperator. |
getTypeCase()
public abstract RecordCondition.Expressions.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
RecordCondition.Expressions.TypeCase |
|
hasConditions()
public abstract boolean hasConditions()Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conditions field is set. |