Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::SourceNumericFilter (v0.7.2)

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

#numeric_filter_option=

def numeric_filter_option=(value) -> ::Google::Cloud::CloudDMS::V1::NumericFilterOption
Parameter
Returns

#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.