- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.8
- 2.1.9
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ValueTransformation.BuilderImplements
ValueTransformationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ValueTransformation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
build()
public ValueTransformation build()
Returns | |
---|---|
Type | Description |
ValueTransformation |
buildPartial()
public ValueTransformation buildPartial()
Returns | |
---|---|
Type | Description |
ValueTransformation |
clear()
public ValueTransformation.Builder clear()
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
clearAction()
public ValueTransformation.Builder clearAction()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ValueTransformation.Builder |
clearAssignNull()
public ValueTransformation.Builder clearAssignNull()
Optional. Set to null
.google.protobuf.Empty assign_null = 200 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ValueTransformation.Builder |
clearField(Descriptors.FieldDescriptor field)
public ValueTransformation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
clearFilter()
public ValueTransformation.Builder clearFilter()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ValueTransformation.Builder |
clearIsNull()
public ValueTransformation.Builder clearIsNull()
Optional. Value is null
.google.protobuf.Empty is_null = 100 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ValueTransformation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ValueTransformation.Builder |
clone()
public ValueTransformation.Builder clone()
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
getActionCase()
public ValueTransformation.ActionCase getActionCase()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
EmptyOrBuilder |
getAssignNull()
public Empty getAssignNull()
Optional. Set to null
.google.protobuf.Empty assign_null = 200 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Empty | The assignNull. |
getAssignNullBuilder()
public Empty.Builder getAssignNullBuilder()
Optional. Set to null
.google.protobuf.Empty assign_null = 200 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Builder |
getAssignNullOrBuilder()
public EmptyOrBuilder getAssignNullOrBuilder()
Optional. Set to null
.google.protobuf.Empty assign_null = 200 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
AssignSpecificValueOrBuilder |
getDefaultInstanceForType()
public ValueTransformation getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ValueTransformation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DoubleComparisonFilterOrBuilder |
getFilterCase()
public ValueTransformation.FilterCase getFilterCase()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
IntComparisonFilterOrBuilder |
getIsNull()
public Empty getIsNull()
Optional. Value is null
.google.protobuf.Empty is_null = 100 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Empty | The isNull. |
getIsNullBuilder()
public Empty.Builder getIsNullBuilder()
Optional. Value is null
.google.protobuf.Empty is_null = 100 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Builder |
getIsNullOrBuilder()
public EmptyOrBuilder getIsNullOrBuilder()
Optional. Value is null
.google.protobuf.Empty is_null = 100 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the valueList field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 | |
---|---|
Name | Description |
value | ApplyHash |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | Empty |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | Empty |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | Empty |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | AssignSpecificValue |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | DoubleComparisonFilter |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
mergeFrom(ValueTransformation other)
public ValueTransformation.Builder mergeFrom(ValueTransformation other)
Parameter | |
---|---|
Name | Description |
other | ValueTransformation |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ValueTransformation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ValueTransformation.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
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 | |
---|---|
Name | Description |
value | IntComparisonFilter |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | Empty |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | RoundToScale |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ValueTransformation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
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 | |
---|---|
Name | Description |
value | ValueListFilter |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | ApplyHash |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | ApplyHash.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | Empty |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | Empty |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | Empty |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | AssignSpecificValue |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | AssignSpecificValue.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | DoubleComparisonFilter |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | DoubleComparisonFilter.Builder |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ValueTransformation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
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 | |
---|---|
Name | Description |
value | IntComparisonFilter |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | IntComparisonFilter.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | Empty |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ValueTransformation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
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 | |
---|---|
Name | Description |
value | RoundToScale |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | RoundToScale.Builder |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ValueTransformation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |
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 | |
---|---|
Name | Description |
value | ValueListFilter |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | ValueListFilter.Builder |
Returns | |
---|---|
Type | Description |
ValueTransformation.Builder |