Uses of Class
com.google.privacy.dlp.v2.RelationalOperator
-
Packages that use RelationalOperator Package Description com.google.privacy.dlp.v2 -
-
Uses of RelationalOperator in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return RelationalOperator Modifier and Type Method Description static RelationalOperator
RelationalOperator. forNumber(int value)
RelationalOperator
RecordCondition.Condition.Builder. getOperator()
Required.RelationalOperator
RecordCondition.Condition. getOperator()
Required.RelationalOperator
RecordCondition.ConditionOrBuilder. getOperator()
Required.static RelationalOperator
RelationalOperator. valueOf(int value)
Deprecated.static RelationalOperator
RelationalOperator. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RelationalOperator
RelationalOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelationalOperator[]
RelationalOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.privacy.dlp.v2 that return types with arguments of type RelationalOperator Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RelationalOperator>
RelationalOperator. internalGetValueMap()
Methods in com.google.privacy.dlp.v2 with parameters of type RelationalOperator Modifier and Type Method Description RecordCondition.Condition.Builder
RecordCondition.Condition.Builder. setOperator(RelationalOperator value)
Required.
-