Interface ValueTransformationOrBuilder (2.41.0)

public interface ValueTransformationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionCase()

public abstract ValueTransformation.ActionCase getActionCase()
Returns
Type Description
ValueTransformation.ActionCase

getApplyHash()

public abstract ApplyHash getApplyHash()

Optional. Applies a hash function on the data

.google.cloud.clouddms.v1.ApplyHash apply_hash = 205 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ApplyHash

The applyHash.

getApplyHashOrBuilder()

public abstract ApplyHashOrBuilder getApplyHashOrBuilder()

Optional. Applies a hash function on the data

.google.cloud.clouddms.v1.ApplyHash apply_hash = 205 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ApplyHashOrBuilder

getAssignMaxValue()

public abstract Empty getAssignMaxValue()

Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc

.google.protobuf.Empty assign_max_value = 203 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Empty

The assignMaxValue.

getAssignMaxValueOrBuilder()

public abstract EmptyOrBuilder getAssignMaxValueOrBuilder()

Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc

.google.protobuf.Empty assign_max_value = 203 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EmptyOrBuilder

getAssignMinValue()

public abstract Empty getAssignMinValue()

Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc

.google.protobuf.Empty assign_min_value = 202 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Empty

The assignMinValue.

getAssignMinValueOrBuilder()

public abstract EmptyOrBuilder getAssignMinValueOrBuilder()

Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc

.google.protobuf.Empty assign_min_value = 202 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EmptyOrBuilder

getAssignNull()

public abstract Empty getAssignNull()

Optional. Set to null

.google.protobuf.Empty assign_null = 200 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Empty

The assignNull.

getAssignNullOrBuilder()

public abstract EmptyOrBuilder getAssignNullOrBuilder()

Optional. Set to null

.google.protobuf.Empty assign_null = 200 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EmptyOrBuilder

getAssignSpecificValue()

public abstract AssignSpecificValue getAssignSpecificValue()

Optional. Set to a specific value (value is converted to fit the target data type)

.google.cloud.clouddms.v1.AssignSpecificValue assign_specific_value = 201 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AssignSpecificValue

The assignSpecificValue.

getAssignSpecificValueOrBuilder()

public abstract AssignSpecificValueOrBuilder getAssignSpecificValueOrBuilder()

Optional. Set to a specific value (value is converted to fit the target data type)

.google.cloud.clouddms.v1.AssignSpecificValue assign_specific_value = 201 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AssignSpecificValueOrBuilder

getDoubleComparison()

public abstract DoubleComparisonFilter getDoubleComparison()

Optional. Filter on relation between source value and compare value of type double.

.google.cloud.clouddms.v1.DoubleComparisonFilter double_comparison = 103 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DoubleComparisonFilter

The doubleComparison.

getDoubleComparisonOrBuilder()

public abstract DoubleComparisonFilterOrBuilder getDoubleComparisonOrBuilder()

Optional. Filter on relation between source value and compare value of type double.

.google.cloud.clouddms.v1.DoubleComparisonFilter double_comparison = 103 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DoubleComparisonFilterOrBuilder

getFilterCase()

public abstract ValueTransformation.FilterCase getFilterCase()
Returns
Type Description
ValueTransformation.FilterCase

getIntComparison()

public abstract IntComparisonFilter getIntComparison()

Optional. Filter on relation between source value and compare value of type integer.

.google.cloud.clouddms.v1.IntComparisonFilter int_comparison = 102 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IntComparisonFilter

The intComparison.

getIntComparisonOrBuilder()

public abstract IntComparisonFilterOrBuilder getIntComparisonOrBuilder()

Optional. Filter on relation between source value and compare value of type integer.

.google.cloud.clouddms.v1.IntComparisonFilter int_comparison = 102 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IntComparisonFilterOrBuilder

getIsNull()

public abstract Empty getIsNull()

Optional. Value is null

.google.protobuf.Empty is_null = 100 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Empty

The isNull.

getIsNullOrBuilder()

public abstract EmptyOrBuilder getIsNullOrBuilder()

Optional. Value is null

.google.protobuf.Empty is_null = 100 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EmptyOrBuilder

getRoundScale()

public abstract RoundToScale getRoundScale()

Optional. Allows the data to change scale

.google.cloud.clouddms.v1.RoundToScale round_scale = 204 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RoundToScale

The roundScale.

getRoundScaleOrBuilder()

public abstract RoundToScaleOrBuilder getRoundScaleOrBuilder()

Optional. Allows the data to change scale

.google.cloud.clouddms.v1.RoundToScale round_scale = 204 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RoundToScaleOrBuilder

getValueList()

public abstract ValueListFilter getValueList()

Optional. Value is found in the specified list.

.google.cloud.clouddms.v1.ValueListFilter value_list = 101 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ValueListFilter

The valueList.

getValueListOrBuilder()

public abstract ValueListFilterOrBuilder getValueListOrBuilder()

Optional. Value is found in the specified list.

.google.cloud.clouddms.v1.ValueListFilter value_list = 101 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ValueListFilterOrBuilder

hasApplyHash()

public abstract boolean hasApplyHash()

Optional. Applies a hash function on the data

.google.cloud.clouddms.v1.ApplyHash apply_hash = 205 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the applyHash field is set.

hasAssignMaxValue()

public abstract boolean hasAssignMaxValue()

Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc

.google.protobuf.Empty assign_max_value = 203 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the assignMaxValue field is set.

hasAssignMinValue()

public abstract boolean hasAssignMinValue()

Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc

.google.protobuf.Empty assign_min_value = 202 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the assignMinValue field is set.

hasAssignNull()

public abstract boolean hasAssignNull()

Optional. Set to null

.google.protobuf.Empty assign_null = 200 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the assignNull field is set.

hasAssignSpecificValue()

public abstract boolean hasAssignSpecificValue()

Optional. Set to a specific value (value is converted to fit the target data type)

.google.cloud.clouddms.v1.AssignSpecificValue assign_specific_value = 201 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the assignSpecificValue field is set.

hasDoubleComparison()

public abstract boolean hasDoubleComparison()

Optional. Filter on relation between source value and compare value of type double.

.google.cloud.clouddms.v1.DoubleComparisonFilter double_comparison = 103 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the doubleComparison field is set.

hasIntComparison()

public abstract boolean hasIntComparison()

Optional. Filter on relation between source value and compare value of type integer.

.google.cloud.clouddms.v1.IntComparisonFilter int_comparison = 102 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the intComparison field is set.

hasIsNull()

public abstract boolean hasIsNull()

Optional. Value is null

.google.protobuf.Empty is_null = 100 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the isNull field is set.

hasRoundScale()

public abstract boolean hasRoundScale()

Optional. Allows the data to change scale

.google.cloud.clouddms.v1.RoundToScale round_scale = 204 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the roundScale field is set.

hasValueList()

public abstract boolean hasValueList()

Optional. Value is found in the specified list.

.google.cloud.clouddms.v1.ValueListFilter value_list = 101 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the valueList field is set.