Class: Google::Cloud::CloudDMS::V1::RoundToScale
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::RoundToScale
- 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
-
#scale ⇒ ::Integer
Required.
Instance Attribute Details
#scale ⇒ ::Integer
Returns 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 |