Google Cloud Dataplex V1 Client - Class Field (0.13.0)

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

A field within a table.

Generated from protobuf message google.cloud.dataplex.v1.DataProfileResult.Profile.Field

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataProfileResult \ Profile

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the field.

↳ type string

The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema. For a Dataplex Entity, it is the Entity Schema.

↳ mode string

The mode of the field. Possible values include: * REQUIRED, if it is a required field. * NULLABLE, if it is an optional field. * REPEATED, if it is a repeated field.

↳ profile Google\Cloud\Dataplex\V1\DataProfileResult\Profile\Field\ProfileInfo

Profile information for the corresponding field.

getName

The name of the field.

Returns
TypeDescription
string

setName

The name of the field.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema.

For a Dataplex Entity, it is the Entity Schema.

Returns
TypeDescription
string

setType

The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema.

For a Dataplex Entity, it is the Entity Schema.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMode

The mode of the field. Possible values include:

  • REQUIRED, if it is a required field.

  • NULLABLE, if it is an optional field.

  • REPEATED, if it is a repeated field.
Returns
TypeDescription
string

setMode

The mode of the field. Possible values include:

  • REQUIRED, if it is a required field.

  • NULLABLE, if it is an optional field.

  • REPEATED, if it is a repeated field.
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProfile

Profile information for the corresponding field.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\DataProfileResult\Profile\Field\ProfileInfo|null

hasProfile

clearProfile

setProfile

Profile information for the corresponding field.

Parameter
NameDescription
var Google\Cloud\Dataplex\V1\DataProfileResult\Profile\Field\ProfileInfo
Returns
TypeDescription
$this