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 RelationalOperatorRelationalOperator. forNumber(int value)RelationalOperatorRecordCondition.Condition.Builder. getOperator()Required.RelationalOperatorRecordCondition.Condition. getOperator()Required.RelationalOperatorRecordCondition.ConditionOrBuilder. getOperator()Required.static RelationalOperatorRelationalOperator. valueOf(int value)Deprecated.static RelationalOperatorRelationalOperator. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RelationalOperatorRelationalOperator. 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.BuilderRecordCondition.Condition.Builder. setOperator(RelationalOperator value)Required.
-