Interface SourceNumericFilterOrBuilder (2.36.0)

public interface SourceNumericFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNumericFilterOption()

public abstract NumericFilterOption getNumericFilterOption()

Required. Enum to set the option defining the datatypes numeric filter has to be applied to

.google.cloud.clouddms.v1.NumericFilterOption numeric_filter_option = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NumericFilterOption

The numericFilterOption.

getNumericFilterOptionValue()

public abstract int getNumericFilterOptionValue()

Required. Enum to set the option defining the datatypes numeric filter has to be applied to

.google.cloud.clouddms.v1.NumericFilterOption numeric_filter_option = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for numericFilterOption.

getSourceMaxPrecisionFilter()

public abstract int getSourceMaxPrecisionFilter()

Optional. The filter will match columns with precision smaller than or equal to this number.

int32 source_max_precision_filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The sourceMaxPrecisionFilter.

getSourceMaxScaleFilter()

public abstract int getSourceMaxScaleFilter()

Optional. The filter will match columns with scale smaller than or equal to this number.

int32 source_max_scale_filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The sourceMaxScaleFilter.

getSourceMinPrecisionFilter()

public abstract int getSourceMinPrecisionFilter()

Optional. The filter will match columns with precision greater than or equal to this number.

int32 source_min_precision_filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The sourceMinPrecisionFilter.

getSourceMinScaleFilter()

public abstract int getSourceMinScaleFilter()

Optional. The filter will match columns with scale greater than or equal to this number.

int32 source_min_scale_filter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The sourceMinScaleFilter.