public interface MultiColumnDatatypeChangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomFeatures()
public abstract Struct getCustomFeatures()Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 7 [(.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 = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getNewDataType()
public abstract String getNewDataType()Required. New data type.
string new_data_type = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The newDataType. |
getNewDataTypeBytes()
public abstract ByteString getNewDataTypeBytes()Required. New data type.
string new_data_type = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for newDataType. |
getOverrideFractionalSecondsPrecision()
public abstract int getOverrideFractionalSecondsPrecision()Optional. Column fractional seconds precision - used only for timestamp based datatypes - if not specified and relevant uses the source column fractional seconds precision.
int32 override_fractional_seconds_precision = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The overrideFractionalSecondsPrecision. |
getOverrideLength()
public abstract long getOverrideLength()Optional. Column length - e.g. varchar (50) - if not specified and relevant uses the source column length.
int64 override_length = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The overrideLength. |
getOverridePrecision()
public abstract int getOverridePrecision()Optional. Column precision - when relevant - if not specified and relevant uses the source column precision.
int32 override_precision = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The overridePrecision. |
getOverrideScale()
public abstract int getOverrideScale()Optional. Column scale - when relevant - if not specified and relevant uses the source column scale.
int32 override_scale = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The overrideScale. |
getSourceDataTypeFilter()
public abstract String getSourceDataTypeFilter()Required. Filter on source data type.
string source_data_type_filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The sourceDataTypeFilter. |
getSourceDataTypeFilterBytes()
public abstract ByteString getSourceDataTypeFilterBytes()Required. Filter on source data type.
string source_data_type_filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceDataTypeFilter. |
getSourceFilterCase()
public abstract MultiColumnDatatypeChange.SourceFilterCase getSourceFilterCase()| Returns | |
|---|---|
| Type | Description |
MultiColumnDatatypeChange.SourceFilterCase |
|
getSourceNumericFilter()
public abstract SourceNumericFilter getSourceNumericFilter()Optional. Filter for fixed point number data types such as NUMERIC/NUMBER.
.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. Filter for fixed point number data types such as NUMERIC/NUMBER.
.google.cloud.clouddms.v1.SourceNumericFilter source_numeric_filter = 101 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SourceNumericFilterOrBuilder |
|
getSourceTextFilter()
public abstract SourceTextFilter getSourceTextFilter()Optional. Filter 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. Filter 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 |
|
hasCustomFeatures()
public abstract boolean hasCustomFeatures()Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customFeatures field is set. |
hasSourceNumericFilter()
public abstract boolean hasSourceNumericFilter()Optional. Filter for fixed point number data types such as NUMERIC/NUMBER.
.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. Filter 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. |