public interface ConditionalColumnSetValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getCustomFeatures()
Optional.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Optional.
|
ConditionalColumnSetValue.SourceFilterCase |
getSourceFilterCase() |
SourceNumericFilter |
getSourceNumericFilter()
Optional.
|
SourceNumericFilterOrBuilder |
getSourceNumericFilterOrBuilder()
Optional.
|
SourceTextFilter |
getSourceTextFilter()
Optional.
|
SourceTextFilterOrBuilder |
getSourceTextFilterOrBuilder()
Optional.
|
ValueTransformation |
getValueTransformation()
Required.
|
ValueTransformationOrBuilder |
getValueTransformationOrBuilder()
Required.
|
boolean |
hasCustomFeatures()
Optional.
|
boolean |
hasSourceNumericFilter()
Optional.
|
boolean |
hasSourceTextFilter()
Optional.
|
boolean |
hasValueTransformation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
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];
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];
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];
boolean hasValueTransformation()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
ValueTransformation getValueTransformation()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
ValueTransformationOrBuilder getValueTransformationOrBuilder()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Struct getCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
ConditionalColumnSetValue.SourceFilterCase getSourceFilterCase()
Copyright © 2024 Google LLC. All rights reserved.