Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::SourceTextFilter (v0.8.0)

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

Filter for text-based data types like varchar.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#source_max_length_filter

def source_max_length_filter() -> ::Integer
Returns
  • (::Integer) — Optional. The filter will match columns with length smaller than or equal to this number.

#source_max_length_filter=

def source_max_length_filter=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The filter will match columns with length smaller than or equal to this number.
Returns
  • (::Integer) — Optional. The filter will match columns with length smaller than or equal to this number.

#source_min_length_filter

def source_min_length_filter() -> ::Integer
Returns
  • (::Integer) — Optional. The filter will match columns with length greater than or equal to this number.

#source_min_length_filter=

def source_min_length_filter=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The filter will match columns with length greater than or equal to this number.
Returns
  • (::Integer) — Optional. The filter will match columns with length greater than or equal to this number.