- 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 interface ValueTransformationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |