Class: Google::Cloud::CloudDMS::V1::SourceTextFilter
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SourceTextFilter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Filter for text-based data types like varchar.
Instance Attribute Summary collapse
-
#source_max_length_filter ⇒ ::Integer
Optional.
-
#source_min_length_filter ⇒ ::Integer
Optional.
Instance Attribute Details
#source_max_length_filter ⇒ ::Integer
Returns Optional. The filter will match columns with length smaller than or equal to this number.
484 485 486 487 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 484 class SourceTextFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_min_length_filter ⇒ ::Integer
Returns Optional. The filter will match columns with length greater than or equal to this number.
484 485 486 487 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 484 class SourceTextFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |