Reference documentation and code samples for the Data Loss Prevention V2 Client class InfoTypeLimit.
Max findings configuration per infoType, per content item or long running DlpJob.
Generated from protobuf message google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit
Namespace
Google \ Cloud \ Dlp \ V2 \ InspectConfig \ FindingLimitsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ info_type | Google\Cloud\Dlp\V2\InfoTypeType of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit. | 
| ↳ max_findings | intMax findings limit for the given infoType. | 
getInfoType
Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Dlp\V2\InfoType|null | |
hasInfoType
clearInfoType
setInfoType
Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Dlp\V2\InfoType | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getMaxFindings
Max findings limit for the given infoType.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setMaxFindings
Max findings limit for the given infoType.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |