Class: Google::Cloud::Dataplex::V1::DataProfileSpec::SelectedFields
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataProfileSpec::SelectedFields
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_profile.rb
Overview
The specification for fields to include or exclude in data profile scan.
Instance Attribute Summary collapse
-
#field_names ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#field_names ⇒ ::Array<::String>
Returns Optional. Expected input is a list of fully qualified names of fields as in the schema.
Only top-level field names for nested fields are supported. For instance, if 'x' is of nested field type, listing 'x' is supported but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of 'x'.
90 91 92 93 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 90 class SelectedFields include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |