Data Loss Prevention V2 Client - Class DeidentifyDataSourceStats (1.11.0)

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
NameDescription
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
TypeDescription
int|string

setTransformedBytes

Total size in bytes that were transformed in some way.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getTransformationCount

Number of successfully applied transformations.

Returns
TypeDescription
int|string

setTransformationCount

Number of successfully applied transformations.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getTransformationErrorCount

Number of errors encountered while trying to apply transformations.

Returns
TypeDescription
int|string

setTransformationErrorCount

Number of errors encountered while trying to apply transformations.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this