Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataProfileSpec::SelectedFields (v0.20.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProfileSpec::SelectedFields.

The specification for fields to include or exclude in data profile scan.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#field_names

def field_names() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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'.

#field_names=

def field_names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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'.

Returns
  • (::Array<::String>) — 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'.