Google Cloud Dataplex V1 Client - Class RunDataScanResponse (0.6.0)

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

Run DataScan Response.

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

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job Google\Cloud\Dataplex\V1\DataScanJob

DataScanJob created by RunDataScan request.

getJob

DataScanJob created by RunDataScan request.

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

hasJob

clearJob

setJob

DataScanJob created by RunDataScan request.

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