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