Reference documentation and code samples for the Google Cloud Dms V1 Client class ConditionalColumnSetValue.
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.
Generated from protobuf message google.cloud.clouddms.v1.ConditionalColumnSetValue
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ source_text_filter
Google\Cloud\CloudDms\V1\SourceTextFilter
Optional. Optional filter on source column length. Used for text based data types like varchar.
↳ source_numeric_filter
Google\Cloud\CloudDms\V1\SourceNumericFilter
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
↳ value_transformation
Google\Cloud\CloudDms\V1\ValueTransformation
Required. Description of data transformation during migration.
↳ custom_features
getSourceTextFilter
Optional. Optional filter on source column length. Used for text based data types like varchar.
hasSourceTextFilter
setSourceTextFilter
Optional. Optional filter on source column length. Used for text based data types like varchar.
$this
getSourceNumericFilter
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
hasSourceNumericFilter
setSourceNumericFilter
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
$this
getValueTransformation
Required. Description of data transformation during migration.
hasValueTransformation
clearValueTransformation
setValueTransformation
Required. Description of data transformation during migration.
$this
getCustomFeatures
Optional. Custom engine specific features.
hasCustomFeatures
clearCustomFeatures
setCustomFeatures
Optional. Custom engine specific features.
$this
getSourceFilter
string