public static interface RecordCondition.ConditionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FieldId |
getField()
Field within the record this condition is evaluated against.
|
FieldIdOrBuilder |
getFieldOrBuilder()
Field within the record this condition is evaluated against.
|
RelationalOperator |
getOperator()
Operator used to compare the field or infoType to the value.
|
int |
getOperatorValue()
Operator used to compare the field or infoType to the value.
|
Value |
getValue()
Value to compare against.
|
ValueOrBuilder |
getValueOrBuilder()
Value to compare against.
|
boolean |
hasField()
Field within the record this condition is evaluated against.
|
boolean |
hasValue()
Value to compare against.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasField()
Field within the record this condition is evaluated against. [required]
.google.privacy.dlp.v2.FieldId field = 1;
FieldId getField()
Field within the record this condition is evaluated against. [required]
.google.privacy.dlp.v2.FieldId field = 1;
FieldIdOrBuilder getFieldOrBuilder()
Field within the record this condition is evaluated against. [required]
.google.privacy.dlp.v2.FieldId field = 1;
int getOperatorValue()
Operator used to compare the field or infoType to the value. [required]
.google.privacy.dlp.v2.RelationalOperator operator = 3;
RelationalOperator getOperator()
Operator used to compare the field or infoType to the value. [required]
.google.privacy.dlp.v2.RelationalOperator operator = 3;
boolean hasValue()
Value to compare against. [Required, except for `EXISTS` tests.]
.google.privacy.dlp.v2.Value value = 4;
Value getValue()
Value to compare against. [Required, except for `EXISTS` tests.]
.google.privacy.dlp.v2.Value value = 4;
ValueOrBuilder getValueOrBuilder()
Value to compare against. [Required, except for `EXISTS` tests.]
.google.privacy.dlp.v2.Value value = 4;