Reference documentation and code samples for the Data Loss Prevention V2 Client class OtherInfoTypeSummary.
Infotype details for other infoTypes found within a column.
Generated from protobuf message google.privacy.dlp.v2.OtherInfoTypeSummary
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ info_type |
Google\Cloud\Dlp\V2\InfoType
The other infoType. |
↳ estimated_prevalence |
int
Approximate percentage of non-null rows that contained data detected by this infotype. |
getInfoType
The other infoType.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\InfoType|null |
hasInfoType
clearInfoType
setInfoType
The other infoType.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\InfoType
|
Returns | |
---|---|
Type | Description |
$this |
getEstimatedPrevalence
Approximate percentage of non-null rows that contained data detected by this infotype.
Returns | |
---|---|
Type | Description |
int |
setEstimatedPrevalence
Approximate percentage of non-null rows that contained data detected by this infotype.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |