Data Loss Prevention V2 Client - Class ReidentifyContentResponse (1.8.6)

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

Results of re-identifying an item.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ item Google\Cloud\Dlp\V2\ContentItem

The re-identified item.

↳ overview Google\Cloud\Dlp\V2\TransformationOverview

An overview of the changes that were made to the item.

getItem

The re-identified item.

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

hasItem

clearItem

setItem

The re-identified item.

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

getOverview

An overview of the changes that were made to the item.

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

hasOverview

clearOverview

setOverview

An overview of the changes that were made to the item.

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