Reference documentation and code samples for the Google Cloud Dms V1 Client class ValueTransformation.
Description of data transformation during migration as part of the ConditionalColumnSetValue.
Generated from protobuf message google.cloud.clouddms.v1.ValueTransformation
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ is_null
↳ value_list
↳ int_comparison
Google\Cloud\CloudDms\V1\IntComparisonFilter
Optional. Filter on relation between source value and compare value of type integer.
↳ double_comparison
Google\Cloud\CloudDms\V1\DoubleComparisonFilter
Optional. Filter on relation between source value and compare value of type double.
↳ assign_null
↳ assign_specific_value
Google\Cloud\CloudDms\V1\AssignSpecificValue
Optional. Set to a specific value (value is converted to fit the target data type)
↳ assign_min_value
Google\Protobuf\GPBEmpty
Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
↳ assign_max_value
Google\Protobuf\GPBEmpty
Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
↳ round_scale
↳ apply_hash
getIsNull
Optional. Value is null
hasIsNull
setIsNull
Optional. Value is null
$this
getValueList
Optional. Value is found in the specified list.
hasValueList
setValueList
Optional. Value is found in the specified list.
$this
getIntComparison
Optional. Filter on relation between source value and compare value of type integer.
hasIntComparison
setIntComparison
Optional. Filter on relation between source value and compare value of type integer.
$this
getDoubleComparison
Optional. Filter on relation between source value and compare value of type double.
hasDoubleComparison
setDoubleComparison
Optional. Filter on relation between source value and compare value of type double.
$this
getAssignNull
Optional. Set to null
hasAssignNull
setAssignNull
Optional. Set to null
$this
getAssignSpecificValue
Optional. Set to a specific value (value is converted to fit the target data type)
hasAssignSpecificValue
setAssignSpecificValue
Optional. Set to a specific value (value is converted to fit the target data type)
$this
getAssignMinValue
Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
hasAssignMinValue
setAssignMinValue
Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
$this
getAssignMaxValue
Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
hasAssignMaxValue
setAssignMaxValue
Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
$this
getRoundScale
Optional. Allows the data to change scale
hasRoundScale
setRoundScale
Optional. Allows the data to change scale
$this
getApplyHash
Optional. Applies a hash function on the data
hasApplyHash
setApplyHash
Optional. Applies a hash function on the data
$this
getFilter
string
getAction
string