Google Cloud Dataplex V1 Client - Class DataProfileResult (0.8.0)

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

DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.

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

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ row_count int|string

The count of rows scanned.

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

The profile information per field.

↳ scanned_data Google\Cloud\Dataplex\V1\ScannedData

The data scanned for this result.

↳ post_scan_actions_result Google\Cloud\Dataplex\V1\DataProfileResult\PostScanActionsResult

Output only. The result of post scan actions.

getRowCount

The count of rows scanned.

Returns
TypeDescription
int|string

setRowCount

The count of rows scanned.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getProfile

The profile information per field.

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

hasProfile

clearProfile

setProfile

The profile information per field.

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

getScannedData

The data scanned for this result.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\ScannedData|null

hasScannedData

clearScannedData

setScannedData

The data scanned for this result.

Parameter
NameDescription
var Google\Cloud\Dataplex\V1\ScannedData
Returns
TypeDescription
$this

getPostScanActionsResult

Output only. The result of post scan actions.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\DataProfileResult\PostScanActionsResult|null

hasPostScanActionsResult

clearPostScanActionsResult

setPostScanActionsResult

Output only. The result of post scan actions.

Parameter
NameDescription
var Google\Cloud\Dataplex\V1\DataProfileResult\PostScanActionsResult
Returns
TypeDescription
$this