Reference documentation and code samples for the Google Cloud Dms V1 Client class ValueComparison.
Enum used by IntComparisonFilter and DoubleComparisonFilter to indicate the relation between source value and compare value.
Protobuf type google.cloud.clouddms.v1.ValueComparison
Namespace
Google \ Cloud \ CloudDms \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VALUE_COMPARISON_UNSPECIFIED
Value: 0
Value comparison unspecified.
Generated from protobuf enum VALUE_COMPARISON_UNSPECIFIED = 0;
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN
Value: 1
Value is smaller than the Compare value.
Generated from protobuf enum VALUE_COMPARISON_IF_VALUE_SMALLER_THAN = 1;
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN
Value: 2
Value is smaller or equal than the Compare value.
Generated from protobuf enum VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN = 2;
VALUE_COMPARISON_IF_VALUE_LARGER_THAN
Value: 3
Value is larger than the Compare value.
Generated from protobuf enum VALUE_COMPARISON_IF_VALUE_LARGER_THAN = 3;
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN
Value: 4
Value is larger or equal than the Compare value.
Generated from protobuf enum VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN = 4;