Data Loss Prevention V2 Client - Class TransformationOverview (1.11.0)

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

Overview of the modifications that occurred.

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

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_summaries array<Google\Cloud\Dlp\V2\TransformationSummary>

Transformations applied to the dataset.

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

getTransformationSummaries

Transformations applied to the dataset.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTransformationSummaries

Transformations applied to the dataset.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\TransformationSummary>
Returns
TypeDescription
$this