Data Loss Prevention V2 Client - Class ListInfoTypesResponse (1.8.6)

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

Response to the ListInfoTypes request.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ info_types array<Google\Cloud\Dlp\V2\InfoTypeDescription>

Set of sensitive infoTypes.

getInfoTypes

Set of sensitive infoTypes.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInfoTypes

Set of sensitive infoTypes.

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