Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::ConditionalColumnSetValue (v1.2.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ConditionalColumnSetValue.

Options to configure rule type ConditionalColumnSetValue. The rule is used to transform the data which is being replicated/migrated.

The rule filter field can refer to one or more entities.

The rule scope can be one of: Column.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#custom_features

def custom_features() -> ::Google::Protobuf::Struct
Returns

#custom_features=

def custom_features=(value) -> ::Google::Protobuf::Struct
Parameter
Returns

#source_numeric_filter

def source_numeric_filter() -> ::Google::Cloud::CloudDMS::V1::SourceNumericFilter
Returns
  • (::Google::Cloud::CloudDMS::V1::SourceNumericFilter) — Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.

    Note: The following fields are mutually exclusive: source_numeric_filter, source_text_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

#source_numeric_filter=

def source_numeric_filter=(value) -> ::Google::Cloud::CloudDMS::V1::SourceNumericFilter
Parameter
  • value (::Google::Cloud::CloudDMS::V1::SourceNumericFilter) — Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.

    Note: The following fields are mutually exclusive: source_numeric_filter, source_text_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::CloudDMS::V1::SourceNumericFilter) — Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.

    Note: The following fields are mutually exclusive: source_numeric_filter, source_text_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

#source_text_filter

def source_text_filter() -> ::Google::Cloud::CloudDMS::V1::SourceTextFilter
Returns
  • (::Google::Cloud::CloudDMS::V1::SourceTextFilter) — Optional. Optional filter on source column length. Used for text based data types like varchar.

    Note: The following fields are mutually exclusive: source_text_filter, source_numeric_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

#source_text_filter=

def source_text_filter=(value) -> ::Google::Cloud::CloudDMS::V1::SourceTextFilter
Parameter
  • value (::Google::Cloud::CloudDMS::V1::SourceTextFilter) — Optional. Optional filter on source column length. Used for text based data types like varchar.

    Note: The following fields are mutually exclusive: source_text_filter, source_numeric_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::CloudDMS::V1::SourceTextFilter) — Optional. Optional filter on source column length. Used for text based data types like varchar.

    Note: The following fields are mutually exclusive: source_text_filter, source_numeric_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

#value_transformation

def value_transformation() -> ::Google::Cloud::CloudDMS::V1::ValueTransformation
Returns

#value_transformation=

def value_transformation=(value) -> ::Google::Cloud::CloudDMS::V1::ValueTransformation
Parameter
Returns