Data Loss Prevention V2 Client - Class ImageTransformations (1.15.1)

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 \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ transforms array<Google\Cloud\Dlp\V2\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<Google\Cloud\Dlp\V2\ImageTransformations\ImageTransformation>
Returns
Type Description
$this