Class ValueTransformation.Builder (2.40.0)

public static final class ValueTransformation.Builder extends GeneratedMessageV3.Builder<ValueTransformation.Builder> implements ValueTransformationOrBuilder

Description of data transformation during migration as part of the ConditionalColumnSetValue.

Protobuf type google.cloud.clouddms.v1.ValueTransformation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ValueTransformation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ValueTransformation.Builder
Overrides

build()

public ValueTransformation build()
Returns
TypeDescription
ValueTransformation

buildPartial()

public ValueTransformation buildPartial()
Returns
TypeDescription
ValueTransformation

clear()

public ValueTransformation.Builder clear()
Returns
TypeDescription
ValueTransformation.Builder
Overrides

clearAction()

public ValueTransformation.Builder clearAction()
Returns
TypeDescription
ValueTransformation.Builder

clearApplyHash()

public ValueTransformation.Builder clearApplyHash()

Optional. Applies a hash function on the data

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

Returns
TypeDescription
ValueTransformation.Builder

clearAssignMaxValue()

public ValueTransformation.Builder clearAssignMaxValue()

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
TypeDescription
ValueTransformation.Builder

clearAssignMinValue()

public ValueTransformation.Builder clearAssignMinValue()

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
TypeDescription
ValueTransformation.Builder

clearAssignNull()

public ValueTransformation.Builder clearAssignNull()

Optional. Set to null

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

Returns
TypeDescription
ValueTransformation.Builder

clearAssignSpecificValue()

public ValueTransformation.Builder clearAssignSpecificValue()

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
TypeDescription
ValueTransformation.Builder

clearDoubleComparison()

public ValueTransformation.Builder clearDoubleComparison()

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
TypeDescription
ValueTransformation.Builder

clearField(Descriptors.FieldDescriptor field)

public ValueTransformation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ValueTransformation.Builder
Overrides

clearFilter()

public ValueTransformation.Builder clearFilter()
Returns
TypeDescription
ValueTransformation.Builder

clearIntComparison()

public ValueTransformation.Builder clearIntComparison()

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
TypeDescription
ValueTransformation.Builder

clearIsNull()

public ValueTransformation.Builder clearIsNull()

Optional. Value is null

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

Returns
TypeDescription
ValueTransformation.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public ValueTransformation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ValueTransformation.Builder
Overrides

clearRoundScale()

public ValueTransformation.Builder clearRoundScale()

Optional. Allows the data to change scale

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

Returns
TypeDescription
ValueTransformation.Builder

clearValueList()

public ValueTransformation.Builder clearValueList()

Optional. Value is found in the specified list.

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

Returns
TypeDescription
ValueTransformation.Builder

clone()

public ValueTransformation.Builder clone()
Returns
TypeDescription
ValueTransformation.Builder
Overrides

getActionCase()

public ValueTransformation.ActionCase getActionCase()
Returns
TypeDescription
ValueTransformation.ActionCase

getApplyHash()

public ApplyHash getApplyHash()

Optional. Applies a hash function on the data

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

Returns
TypeDescription
ApplyHash

The applyHash.

getApplyHashBuilder()

public ApplyHash.Builder getApplyHashBuilder()

Optional. Applies a hash function on the data

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

Returns
TypeDescription
ApplyHash.Builder

getApplyHashOrBuilder()

public ApplyHashOrBuilder getApplyHashOrBuilder()

Optional. Applies a hash function on the data

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

Returns
TypeDescription
ApplyHashOrBuilder

getAssignMaxValue()

public 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
TypeDescription
Empty

The assignMaxValue.

getAssignMaxValueBuilder()

public Empty.Builder getAssignMaxValueBuilder()

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
TypeDescription
Builder

getAssignMaxValueOrBuilder()

public 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
TypeDescription
EmptyOrBuilder

getAssignMinValue()

public 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
TypeDescription
Empty

The assignMinValue.

getAssignMinValueBuilder()

public Empty.Builder getAssignMinValueBuilder()

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
TypeDescription
Builder

getAssignMinValueOrBuilder()

public 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
TypeDescription
EmptyOrBuilder

getAssignNull()

public Empty getAssignNull()

Optional. Set to null

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

Returns
TypeDescription
Empty

The assignNull.

getAssignNullBuilder()

public Empty.Builder getAssignNullBuilder()

Optional. Set to null

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

Returns
TypeDescription
Builder

getAssignNullOrBuilder()

public EmptyOrBuilder getAssignNullOrBuilder()

Optional. Set to null

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

Returns
TypeDescription
EmptyOrBuilder

getAssignSpecificValue()

public 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
TypeDescription
AssignSpecificValue

The assignSpecificValue.

getAssignSpecificValueBuilder()

public AssignSpecificValue.Builder getAssignSpecificValueBuilder()

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
TypeDescription
AssignSpecificValue.Builder

getAssignSpecificValueOrBuilder()

public 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
TypeDescription
AssignSpecificValueOrBuilder

getDefaultInstanceForType()

public ValueTransformation getDefaultInstanceForType()
Returns
TypeDescription
ValueTransformation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDoubleComparison()

public 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
TypeDescription
DoubleComparisonFilter

The doubleComparison.

getDoubleComparisonBuilder()

public DoubleComparisonFilter.Builder getDoubleComparisonBuilder()

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
TypeDescription
DoubleComparisonFilter.Builder

getDoubleComparisonOrBuilder()

public 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
TypeDescription
DoubleComparisonFilterOrBuilder

getFilterCase()

public ValueTransformation.FilterCase getFilterCase()
Returns
TypeDescription
ValueTransformation.FilterCase

getIntComparison()

public 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
TypeDescription
IntComparisonFilter

The intComparison.

getIntComparisonBuilder()

public IntComparisonFilter.Builder getIntComparisonBuilder()

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
TypeDescription
IntComparisonFilter.Builder

getIntComparisonOrBuilder()

public 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
TypeDescription
IntComparisonFilterOrBuilder

getIsNull()

public Empty getIsNull()

Optional. Value is null

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

Returns
TypeDescription
Empty

The isNull.

getIsNullBuilder()

public Empty.Builder getIsNullBuilder()

Optional. Value is null

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

Returns
TypeDescription
Builder

getIsNullOrBuilder()

public EmptyOrBuilder getIsNullOrBuilder()

Optional. Value is null

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

Returns
TypeDescription
EmptyOrBuilder

getRoundScale()

public RoundToScale getRoundScale()

Optional. Allows the data to change scale

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

Returns
TypeDescription
RoundToScale

The roundScale.

getRoundScaleBuilder()

public RoundToScale.Builder getRoundScaleBuilder()

Optional. Allows the data to change scale

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

Returns
TypeDescription
RoundToScale.Builder

getRoundScaleOrBuilder()

public RoundToScaleOrBuilder getRoundScaleOrBuilder()

Optional. Allows the data to change scale

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

Returns
TypeDescription
RoundToScaleOrBuilder

getValueList()

public ValueListFilter getValueList()

Optional. Value is found in the specified list.

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

Returns
TypeDescription
ValueListFilter

The valueList.

getValueListBuilder()

public ValueListFilter.Builder getValueListBuilder()

Optional. Value is found in the specified list.

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

Returns
TypeDescription
ValueListFilter.Builder

getValueListOrBuilder()

public ValueListFilterOrBuilder getValueListOrBuilder()

Optional. Value is found in the specified list.

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

Returns
TypeDescription
ValueListFilterOrBuilder

hasApplyHash()

public boolean hasApplyHash()

Optional. Applies a hash function on the data

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

Returns
TypeDescription
boolean

Whether the applyHash field is set.

hasAssignMaxValue()

public 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
TypeDescription
boolean

Whether the assignMaxValue field is set.

hasAssignMinValue()

public 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
TypeDescription
boolean

Whether the assignMinValue field is set.

hasAssignNull()

public boolean hasAssignNull()

Optional. Set to null

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

Returns
TypeDescription
boolean

Whether the assignNull field is set.

hasAssignSpecificValue()

public 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
TypeDescription
boolean

Whether the assignSpecificValue field is set.

hasDoubleComparison()

public 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
TypeDescription
boolean

Whether the doubleComparison field is set.

hasIntComparison()

public 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
TypeDescription
boolean

Whether the intComparison field is set.

hasIsNull()

public boolean hasIsNull()

Optional. Value is null

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

Returns
TypeDescription
boolean

Whether the isNull field is set.

hasRoundScale()

public boolean hasRoundScale()

Optional. Allows the data to change scale

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

Returns
TypeDescription
boolean

Whether the roundScale field is set.

hasValueList()

public boolean hasValueList()

Optional. Value is found in the specified list.

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

Returns
TypeDescription
boolean

Whether the valueList field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeApplyHash(ApplyHash value)

public ValueTransformation.Builder mergeApplyHash(ApplyHash value)

Optional. Applies a hash function on the data

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

Parameter
NameDescription
valueApplyHash
Returns
TypeDescription
ValueTransformation.Builder

mergeAssignMaxValue(Empty value)

public ValueTransformation.Builder mergeAssignMaxValue(Empty value)

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];

Parameter
NameDescription
valueEmpty
Returns
TypeDescription
ValueTransformation.Builder

mergeAssignMinValue(Empty value)

public ValueTransformation.Builder mergeAssignMinValue(Empty value)

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];

Parameter
NameDescription
valueEmpty
Returns
TypeDescription
ValueTransformation.Builder

mergeAssignNull(Empty value)

public ValueTransformation.Builder mergeAssignNull(Empty value)

Optional. Set to null

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

Parameter
NameDescription
valueEmpty
Returns
TypeDescription
ValueTransformation.Builder

mergeAssignSpecificValue(AssignSpecificValue value)

public ValueTransformation.Builder mergeAssignSpecificValue(AssignSpecificValue value)

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];

Parameter
NameDescription
valueAssignSpecificValue
Returns
TypeDescription
ValueTransformation.Builder

mergeDoubleComparison(DoubleComparisonFilter value)

public ValueTransformation.Builder mergeDoubleComparison(DoubleComparisonFilter value)

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];

Parameter
NameDescription
valueDoubleComparisonFilter
Returns
TypeDescription
ValueTransformation.Builder

mergeFrom(ValueTransformation other)

public ValueTransformation.Builder mergeFrom(ValueTransformation other)
Parameter
NameDescription
otherValueTransformation
Returns
TypeDescription
ValueTransformation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ValueTransformation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValueTransformation.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ValueTransformation.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ValueTransformation.Builder
Overrides

mergeIntComparison(IntComparisonFilter value)

public ValueTransformation.Builder mergeIntComparison(IntComparisonFilter value)

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];

Parameter
NameDescription
valueIntComparisonFilter
Returns
TypeDescription
ValueTransformation.Builder

mergeIsNull(Empty value)

public ValueTransformation.Builder mergeIsNull(Empty value)

Optional. Value is null

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

Parameter
NameDescription
valueEmpty
Returns
TypeDescription
ValueTransformation.Builder

mergeRoundScale(RoundToScale value)

public ValueTransformation.Builder mergeRoundScale(RoundToScale value)

Optional. Allows the data to change scale

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

Parameter
NameDescription
valueRoundToScale
Returns
TypeDescription
ValueTransformation.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ValueTransformation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ValueTransformation.Builder
Overrides

mergeValueList(ValueListFilter value)

public ValueTransformation.Builder mergeValueList(ValueListFilter value)

Optional. Value is found in the specified list.

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

Parameter
NameDescription
valueValueListFilter
Returns
TypeDescription
ValueTransformation.Builder

setApplyHash(ApplyHash value)

public ValueTransformation.Builder setApplyHash(ApplyHash value)

Optional. Applies a hash function on the data

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

Parameter
NameDescription
valueApplyHash
Returns
TypeDescription
ValueTransformation.Builder

setApplyHash(ApplyHash.Builder builderForValue)

public ValueTransformation.Builder setApplyHash(ApplyHash.Builder builderForValue)

Optional. Applies a hash function on the data

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

Parameter
NameDescription
builderForValueApplyHash.Builder
Returns
TypeDescription
ValueTransformation.Builder

setAssignMaxValue(Empty value)

public ValueTransformation.Builder setAssignMaxValue(Empty value)

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];

Parameter
NameDescription
valueEmpty
Returns
TypeDescription
ValueTransformation.Builder

setAssignMaxValue(Empty.Builder builderForValue)

public ValueTransformation.Builder setAssignMaxValue(Empty.Builder builderForValue)

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];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ValueTransformation.Builder

setAssignMinValue(Empty value)

public ValueTransformation.Builder setAssignMinValue(Empty value)

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];

Parameter
NameDescription
valueEmpty
Returns
TypeDescription
ValueTransformation.Builder

setAssignMinValue(Empty.Builder builderForValue)

public ValueTransformation.Builder setAssignMinValue(Empty.Builder builderForValue)

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];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ValueTransformation.Builder

setAssignNull(Empty value)

public ValueTransformation.Builder setAssignNull(Empty value)

Optional. Set to null

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

Parameter
NameDescription
valueEmpty
Returns
TypeDescription
ValueTransformation.Builder

setAssignNull(Empty.Builder builderForValue)

public ValueTransformation.Builder setAssignNull(Empty.Builder builderForValue)

Optional. Set to null

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

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ValueTransformation.Builder

setAssignSpecificValue(AssignSpecificValue value)

public ValueTransformation.Builder setAssignSpecificValue(AssignSpecificValue value)

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];

Parameter
NameDescription
valueAssignSpecificValue
Returns
TypeDescription
ValueTransformation.Builder

setAssignSpecificValue(AssignSpecificValue.Builder builderForValue)

public ValueTransformation.Builder setAssignSpecificValue(AssignSpecificValue.Builder builderForValue)

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];

Parameter
NameDescription
builderForValueAssignSpecificValue.Builder
Returns
TypeDescription
ValueTransformation.Builder

setDoubleComparison(DoubleComparisonFilter value)

public ValueTransformation.Builder setDoubleComparison(DoubleComparisonFilter value)

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];

Parameter
NameDescription
valueDoubleComparisonFilter
Returns
TypeDescription
ValueTransformation.Builder

setDoubleComparison(DoubleComparisonFilter.Builder builderForValue)

public ValueTransformation.Builder setDoubleComparison(DoubleComparisonFilter.Builder builderForValue)

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];

Parameter
NameDescription
builderForValueDoubleComparisonFilter.Builder
Returns
TypeDescription
ValueTransformation.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ValueTransformation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ValueTransformation.Builder
Overrides

setIntComparison(IntComparisonFilter value)

public ValueTransformation.Builder setIntComparison(IntComparisonFilter value)

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];

Parameter
NameDescription
valueIntComparisonFilter
Returns
TypeDescription
ValueTransformation.Builder

setIntComparison(IntComparisonFilter.Builder builderForValue)

public ValueTransformation.Builder setIntComparison(IntComparisonFilter.Builder builderForValue)

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];

Parameter
NameDescription
builderForValueIntComparisonFilter.Builder
Returns
TypeDescription
ValueTransformation.Builder

setIsNull(Empty value)

public ValueTransformation.Builder setIsNull(Empty value)

Optional. Value is null

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

Parameter
NameDescription
valueEmpty
Returns
TypeDescription
ValueTransformation.Builder

setIsNull(Empty.Builder builderForValue)

public ValueTransformation.Builder setIsNull(Empty.Builder builderForValue)

Optional. Value is null

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

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ValueTransformation.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ValueTransformation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ValueTransformation.Builder
Overrides

setRoundScale(RoundToScale value)

public ValueTransformation.Builder setRoundScale(RoundToScale value)

Optional. Allows the data to change scale

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

Parameter
NameDescription
valueRoundToScale
Returns
TypeDescription
ValueTransformation.Builder

setRoundScale(RoundToScale.Builder builderForValue)

public ValueTransformation.Builder setRoundScale(RoundToScale.Builder builderForValue)

Optional. Allows the data to change scale

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

Parameter
NameDescription
builderForValueRoundToScale.Builder
Returns
TypeDescription
ValueTransformation.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final ValueTransformation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ValueTransformation.Builder
Overrides

setValueList(ValueListFilter value)

public ValueTransformation.Builder setValueList(ValueListFilter value)

Optional. Value is found in the specified list.

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

Parameter
NameDescription
valueValueListFilter
Returns
TypeDescription
ValueTransformation.Builder

setValueList(ValueListFilter.Builder builderForValue)

public ValueTransformation.Builder setValueList(ValueListFilter.Builder builderForValue)

Optional. Value is found in the specified list.

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

Parameter
NameDescription
builderForValueValueListFilter.Builder
Returns
TypeDescription
ValueTransformation.Builder