Data Loss Prevention V2 Client - Class DeidentifyDataSourceStats (1.15.1)

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

Summary of what was modified during a transformation.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ transformed_bytes int|string

Total size in bytes that were transformed in some way.

↳ transformation_count int|string

Number of successfully applied transformations.

↳ transformation_error_count int|string

Number of errors encountered while trying to apply transformations.

getTransformedBytes

Total size in bytes that were transformed in some way.

Returns
Type Description
int|string

setTransformedBytes

Total size in bytes that were transformed in some way.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getTransformationCount

Number of successfully applied transformations.

Returns
Type Description
int|string

setTransformationCount

Number of successfully applied transformations.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getTransformationErrorCount

Number of errors encountered while trying to apply transformations.

Returns
Type Description
int|string

setTransformationErrorCount

Number of errors encountered while trying to apply transformations.

Parameter
Name Description
var int|string
Returns
Type Description
$this