Class: Google::Cloud::CloudDMS::V1::RoundToScale

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

This allows the data to change scale, for example if the source is 2 digits after the decimal point, specify round to scale value = 2. If for example the value needs to be converted to an integer, use round to scale value = 0.

Instance Attribute Summary collapse

Instance Attribute Details

#scale::Integer

Returns Required. Scale value to be used.

Returns:

  • (::Integer)

    Required. Scale value to be used



737
738
739
740
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 737

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