Module: Google::Cloud::CloudDMS::V1::ValueComparison

Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

Enum used by IntComparisonFilter and DoubleComparisonFilter to indicate the relation between source value and compare value.

Constant Summary collapse

VALUE_COMPARISON_UNSPECIFIED =

Value comparison unspecified.

0
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN =

Value is smaller than the Compare value.

1
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN =

Value is smaller or equal than the Compare value.

2
VALUE_COMPARISON_IF_VALUE_LARGER_THAN =

Value is larger than the Compare value.

3
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN =

Value is larger or equal than the Compare value.

4