public static interface RecordCondition.ExpressionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RecordCondition.Conditions |
getConditions()
Conditions to apply to the expression.
|
RecordCondition.ConditionsOrBuilder |
getConditionsOrBuilder()
Conditions to apply to the expression.
|
RecordCondition.Expressions.LogicalOperator |
getLogicalOperator()
The operator to apply to the result of conditions.
|
int |
getLogicalOperatorValue()
The operator to apply to the result of conditions.
|
RecordCondition.Expressions.TypeCase |
getTypeCase() |
boolean |
hasConditions()
Conditions to apply to the expression.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;
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;
boolean hasConditions()
Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;RecordCondition.Conditions getConditions()
Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;RecordCondition.ConditionsOrBuilder getConditionsOrBuilder()
Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;RecordCondition.Expressions.TypeCase getTypeCase()
Copyright © 2022 Google LLC. All rights reserved.