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
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setInfoTypes
Set of sensitive infoTypes.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\InfoTypeDescription>
|
Returns | |
---|---|
Type | Description |
$this |