Data Loss Prevention V2 Client - Class InspectDataSourceDetails (1.11.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class InspectDataSourceDetails.

The results of an inspect DataSource job.

Generated from protobuf message google.privacy.dlp.v2.InspectDataSourceDetails

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ requested_options Google\Cloud\Dlp\V2\InspectDataSourceDetails\RequestedOptions

The configuration used for this job.

↳ result Google\Cloud\Dlp\V2\InspectDataSourceDetails\Result

A summary of the outcome of this inspection job.

getRequestedOptions

The configuration used for this job.

Returns
TypeDescription
Google\Cloud\Dlp\V2\InspectDataSourceDetails\RequestedOptions|null

hasRequestedOptions

clearRequestedOptions

setRequestedOptions

The configuration used for this job.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\InspectDataSourceDetails\RequestedOptions
Returns
TypeDescription
$this

getResult

A summary of the outcome of this inspection job.

Returns
TypeDescription
Google\Cloud\Dlp\V2\InspectDataSourceDetails\Result|null

hasResult

clearResult

setResult

A summary of the outcome of this inspection job.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\InspectDataSourceDetails\Result
Returns
TypeDescription
$this