Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::SourceNumericFilter.
Filter for fixed point number data types such as NUMERIC/NUMBER
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#numeric_filter_option
def numeric_filter_option() -> ::Google::Cloud::CloudDMS::V1::NumericFilterOption
Returns
- (::Google::Cloud::CloudDMS::V1::NumericFilterOption) — Required. Enum to set the option defining the datatypes numeric filter has to be applied to
#numeric_filter_option=
def numeric_filter_option=(value) -> ::Google::Cloud::CloudDMS::V1::NumericFilterOption
Parameter
- value (::Google::Cloud::CloudDMS::V1::NumericFilterOption) — Required. Enum to set the option defining the datatypes numeric filter has to be applied to
Returns
- (::Google::Cloud::CloudDMS::V1::NumericFilterOption) — Required. Enum to set the option defining the datatypes numeric filter has to be applied to
#source_max_precision_filter
def source_max_precision_filter() -> ::Integer
Returns
- (::Integer) — Optional. The filter will match columns with precision smaller than or equal to this number.
#source_max_precision_filter=
def source_max_precision_filter=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The filter will match columns with precision smaller than or equal to this number.
Returns
- (::Integer) — Optional. The filter will match columns with precision smaller than or equal to this number.
#source_max_scale_filter
def source_max_scale_filter() -> ::Integer
Returns
- (::Integer) — Optional. The filter will match columns with scale smaller than or equal to this number.
#source_max_scale_filter=
def source_max_scale_filter=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The filter will match columns with scale smaller than or equal to this number.
Returns
- (::Integer) — Optional. The filter will match columns with scale smaller than or equal to this number.
#source_min_precision_filter
def source_min_precision_filter() -> ::Integer
Returns
- (::Integer) — Optional. The filter will match columns with precision greater than or equal to this number.
#source_min_precision_filter=
def source_min_precision_filter=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The filter will match columns with precision greater than or equal to this number.
Returns
- (::Integer) — Optional. The filter will match columns with precision greater than or equal to this number.
#source_min_scale_filter
def source_min_scale_filter() -> ::Integer
Returns
- (::Integer) — Optional. The filter will match columns with scale greater than or equal to this number.
#source_min_scale_filter=
def source_min_scale_filter=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The filter will match columns with scale greater than or equal to this number.
Returns
- (::Integer) — Optional. The filter will match columns with scale greater than or equal to this number.