Google Cloud Dataplex V1 Client - Class SelectedFields (0.16.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SelectedFields.

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

Generated from protobuf message google.cloud.dataplex.v1.DataProfileSpec.SelectedFields

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataProfileSpec

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ field_names array

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'.

getFieldNames

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
Type Description
Google\Protobuf\Internal\RepeatedField

setFieldNames

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'.

Parameter
Name Description
var string[]
Returns
Type Description
$this