Class: Google::Cloud::CloudDMS::V1::ConditionalColumnSetValue
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ConditionalColumnSetValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Options to configure rule type ConditionalColumnSetValue. The rule is used to transform the data which is being replicated/migrated.
The rule filter field can refer to one or more entities.
The rule scope can be one of: Column.
Instance Attribute Summary collapse
-
#custom_features ⇒ ::Google::Protobuf::Struct
Optional.
-
#source_numeric_filter ⇒ ::Google::Cloud::CloudDMS::V1::SourceNumericFilter
Optional.
-
#source_text_filter ⇒ ::Google::Cloud::CloudDMS::V1::SourceTextFilter
Optional.
-
#value_transformation ⇒ ::Google::Cloud::CloudDMS::V1::ValueTransformation
Required.
Instance Attribute Details
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Optional. Custom engine specific features.
535 536 537 538 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 535 class ConditionalColumnSetValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_numeric_filter ⇒ ::Google::Cloud::CloudDMS::V1::SourceNumericFilter
Returns Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
535 536 537 538 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 535 class ConditionalColumnSetValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_text_filter ⇒ ::Google::Cloud::CloudDMS::V1::SourceTextFilter
Returns Optional. Optional filter on source column length. Used for text based data types like varchar.
535 536 537 538 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 535 class ConditionalColumnSetValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_transformation ⇒ ::Google::Cloud::CloudDMS::V1::ValueTransformation
Returns Required. Description of data transformation during migration.
535 536 537 538 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 535 class ConditionalColumnSetValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |