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 \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ transformed_bytes | int|stringTotal size in bytes that were transformed in some way. | 
| ↳ transformation_summaries | array<TransformationSummary>Transformations applied to the dataset. | 
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 | |
getTransformationSummaries
Transformations applied to the dataset.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setTransformationSummaries
Transformations applied to the dataset.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<TransformationSummary> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |