- 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 ConditionalColumnSetValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomFeatures()
public abstract Struct getCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Struct |
The customFeatures. |
getCustomFeaturesOrBuilder()
public abstract StructOrBuilder getCustomFeaturesOrBuilder()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StructOrBuilder |
getSourceFilterCase()
public abstract ConditionalColumnSetValue.SourceFilterCase getSourceFilterCase()
Returns | |
---|---|
Type | Description |
ConditionalColumnSetValue.SourceFilterCase |
getSourceNumericFilter()
public abstract SourceNumericFilter getSourceNumericFilter()
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
.google.cloud.clouddms.v1.SourceNumericFilter source_numeric_filter = 101 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SourceNumericFilter |
The sourceNumericFilter. |
getSourceNumericFilterOrBuilder()
public abstract SourceNumericFilterOrBuilder getSourceNumericFilterOrBuilder()
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
.google.cloud.clouddms.v1.SourceNumericFilter source_numeric_filter = 101 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SourceNumericFilterOrBuilder |
getSourceTextFilter()
public abstract SourceTextFilter getSourceTextFilter()
Optional. Optional filter on source column length. Used for text based data types like varchar.
.google.cloud.clouddms.v1.SourceTextFilter source_text_filter = 100 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SourceTextFilter |
The sourceTextFilter. |
getSourceTextFilterOrBuilder()
public abstract SourceTextFilterOrBuilder getSourceTextFilterOrBuilder()
Optional. Optional filter on source column length. Used for text based data types like varchar.
.google.cloud.clouddms.v1.SourceTextFilter source_text_filter = 100 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SourceTextFilterOrBuilder |
getValueTransformation()
public abstract ValueTransformation getValueTransformation()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ValueTransformation |
The valueTransformation. |
getValueTransformationOrBuilder()
public abstract ValueTransformationOrBuilder getValueTransformationOrBuilder()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ValueTransformationOrBuilder |
hasCustomFeatures()
public abstract boolean hasCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the customFeatures field is set. |
hasSourceNumericFilter()
public abstract boolean hasSourceNumericFilter()
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
.google.cloud.clouddms.v1.SourceNumericFilter source_numeric_filter = 101 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the sourceNumericFilter field is set. |
hasSourceTextFilter()
public abstract boolean hasSourceTextFilter()
Optional. Optional filter on source column length. Used for text based data types like varchar.
.google.cloud.clouddms.v1.SourceTextFilter source_text_filter = 100 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the sourceTextFilter field is set. |
hasValueTransformation()
public abstract boolean hasValueTransformation()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the valueTransformation field is set. |