Class: Google::Cloud::CloudDMS::V1::SourceNumericFilter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

Filter for fixed point number data types such as NUMERIC/NUMBER

Instance Attribute Summary collapse

Instance Attribute Details

#numeric_filter_option::Google::Cloud::CloudDMS::V1::NumericFilterOption

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

Returns:



510
511
512
513
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 510

class SourceNumericFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_max_precision_filter::Integer

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



510
511
512
513
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 510

class SourceNumericFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_max_scale_filter::Integer

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



510
511
512
513
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 510

class SourceNumericFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_min_precision_filter::Integer

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



510
511
512
513
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 510

class SourceNumericFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_min_scale_filter::Integer

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



510
511
512
513
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 510

class SourceNumericFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end