Data Loss Prevention V2 Client - Class DeidentifyContentResponse (2.2.1)

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

Results of de-identifying a ContentItem.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ item ContentItem

The de-identified item.

↳ overview TransformationOverview

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

getItem

The de-identified item.

Returns
Type Description
ContentItem|null

hasItem

clearItem

setItem

The de-identified item.

Parameter
Name Description
var ContentItem
Returns
Type Description
$this

getOverview

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

Returns
Type Description
TransformationOverview|null

hasOverview

clearOverview

setOverview

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

Parameter
Name Description
var TransformationOverview
Returns
Type Description
$this