Enum used by IntComparisonFilter and DoubleComparisonFilter
to indicate the relation between source value and compare value.
Values:
VALUE_COMPARISON_UNSPECIFIED (0):
Value comparison unspecified.
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN (1):
Value is smaller than the Compare value.
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN (2):
Value is smaller or equal than the Compare
value.
VALUE_COMPARISON_IF_VALUE_LARGER_THAN (3):
Value is larger than the Compare value.
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN (4):
Value is larger or equal than the Compare
value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-02 UTC."],[],[]]