Class: Google::Cloud::CloudDMS::V1::FilterTableColumns
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::FilterTableColumns
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Options to configure rule type FilterTableColumns. The rule is used to filter the list of columns to include or exclude from a table.
The rule filter field can refer to one entity.
The rule scope can be: Table
Only one of the two lists can be specified for the rule.
Instance Attribute Summary collapse
-
#exclude_columns ⇒ ::Array<::String>
Optional.
-
#include_columns ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#exclude_columns ⇒ ::Array<::String>
Returns Optional. List of columns to be excluded for a particular table.
665 666 667 668 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 665 class FilterTableColumns include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_columns ⇒ ::Array<::String>
Returns Optional. List of columns to be included for a particular table.
665 666 667 668 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 665 class FilterTableColumns include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |