Google Cloud Dataplex V1 Client - Class SelectedFields (0.13.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
NameDescription
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
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$this