Reference documentation and code samples for the Data Loss Prevention V2 Client class ImageTransformations.
A type of transformation that is applied over images.
Generated from protobuf message google.privacy.dlp.v2.ImageTransformations
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ transforms | array<ImageTransformations\ImageTransformation>List of transforms to make. | 
getTransforms
List of transforms to make.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setTransforms
List of transforms to make.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<ImageTransformations\ImageTransformation> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |