Enum NumericFilterOption (2.40.0)

public enum NumericFilterOption extends Enum<NumericFilterOption> implements ProtocolMessageEnum

Specifies the columns on which numeric filter needs to be applied.

Protobuf enum google.cloud.clouddms.v1.NumericFilterOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NUMERIC_FILTER_OPTION_ALL

Numeric filter option that matches all numeric columns.

NUMERIC_FILTER_OPTION_ALL = 1;

NUMERIC_FILTER_OPTION_ALL_VALUE

Numeric filter option that matches all numeric columns.

NUMERIC_FILTER_OPTION_ALL = 1;

NUMERIC_FILTER_OPTION_LIMIT

Numeric filter option that matches columns having numeric datatypes with specified precision and scale within the limited range of filter.

NUMERIC_FILTER_OPTION_LIMIT = 2;

NUMERIC_FILTER_OPTION_LIMITLESS

Numeric filter option that matches only the numeric columns with no precision and scale specified.

NUMERIC_FILTER_OPTION_LIMITLESS = 3;

NUMERIC_FILTER_OPTION_LIMITLESS_VALUE

Numeric filter option that matches only the numeric columns with no precision and scale specified.

NUMERIC_FILTER_OPTION_LIMITLESS = 3;

NUMERIC_FILTER_OPTION_LIMIT_VALUE

Numeric filter option that matches columns having numeric datatypes with specified precision and scale within the limited range of filter.

NUMERIC_FILTER_OPTION_LIMIT = 2;

NUMERIC_FILTER_OPTION_UNSPECIFIED

Numeric filter option unspecified

NUMERIC_FILTER_OPTION_UNSPECIFIED = 0;

NUMERIC_FILTER_OPTION_UNSPECIFIED_VALUE

Numeric filter option unspecified

NUMERIC_FILTER_OPTION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()