Class: Google::Cloud::CloudDMS::V1::ValueTransformation
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ValueTransformation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Description of data transformation during migration as part of the ConditionalColumnSetValue.
Instance Attribute Summary collapse
-
#apply_hash ⇒ ::Google::Cloud::CloudDMS::V1::ApplyHash
Optional.
-
#assign_max_value ⇒ ::Google::Protobuf::Empty
Optional.
-
#assign_min_value ⇒ ::Google::Protobuf::Empty
Optional.
-
#assign_null ⇒ ::Google::Protobuf::Empty
Optional.
-
#assign_specific_value ⇒ ::Google::Cloud::CloudDMS::V1::AssignSpecificValue
Optional.
-
#double_comparison ⇒ ::Google::Cloud::CloudDMS::V1::DoubleComparisonFilter
Optional.
-
#int_comparison ⇒ ::Google::Cloud::CloudDMS::V1::IntComparisonFilter
Optional.
-
#is_null ⇒ ::Google::Protobuf::Empty
Optional.
-
#round_scale ⇒ ::Google::Cloud::CloudDMS::V1::RoundToScale
Optional.
-
#value_list ⇒ ::Google::Cloud::CloudDMS::V1::ValueListFilter
Optional.
Instance Attribute Details
#apply_hash ⇒ ::Google::Cloud::CloudDMS::V1::ApplyHash
Returns Optional. Applies a hash function on the data.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#assign_max_value ⇒ ::Google::Protobuf::Empty
Returns Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#assign_min_value ⇒ ::Google::Protobuf::Empty
Returns Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#assign_null ⇒ ::Google::Protobuf::Empty
Returns Optional. Set to null.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#assign_specific_value ⇒ ::Google::Cloud::CloudDMS::V1::AssignSpecificValue
Returns Optional. Set to a specific value (value is converted to fit the target data type).
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#double_comparison ⇒ ::Google::Cloud::CloudDMS::V1::DoubleComparisonFilter
Returns Optional. Filter on relation between source value and compare value of type double.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int_comparison ⇒ ::Google::Cloud::CloudDMS::V1::IntComparisonFilter
Returns Optional. Filter on relation between source value and compare value of type integer.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_null ⇒ ::Google::Protobuf::Empty
Returns Optional. Value is null.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#round_scale ⇒ ::Google::Cloud::CloudDMS::V1::RoundToScale
Returns Optional. Allows the data to change scale.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_list ⇒ ::Google::Cloud::CloudDMS::V1::ValueListFilter
Returns Optional. Value is found in the specified list.
577 578 579 580 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 577 class ValueTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |