Data Loss Prevention V2 Client - Class DeidentifyDataSourceDetails (1.11.0)

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

The results of a Deidentify action from an inspect job.

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

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\DeidentifyDataSourceDetails\RequestedDeidentifyOptions

De-identification config used for the request.

↳ deidentify_stats Google\Cloud\Dlp\V2\DeidentifyDataSourceStats

Stats about the de-identification operation.

getRequestedOptions

De-identification config used for the request.

Returns
TypeDescription
Google\Cloud\Dlp\V2\DeidentifyDataSourceDetails\RequestedDeidentifyOptions|null

hasRequestedOptions

clearRequestedOptions

setRequestedOptions

De-identification config used for the request.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\DeidentifyDataSourceDetails\RequestedDeidentifyOptions
Returns
TypeDescription
$this

getDeidentifyStats

Stats about the de-identification operation.

Returns
TypeDescription
Google\Cloud\Dlp\V2\DeidentifyDataSourceStats|null

hasDeidentifyStats

clearDeidentifyStats

setDeidentifyStats

Stats about the de-identification operation.

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