Reference documentation and code samples for the Data Loss Prevention V2 Client class DeidentifyDataSourceDetails.
The results of a Deidentify action from an inspect job.
Generated from protobuf message google.privacy.dlp.v2.DeidentifyDataSourceDetails
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ requested_options |
Google\Cloud\Dlp\V2\DeidentifyDataSourceDetails\RequestedDeidentifyOptions
De-identification config used for the request. |
↳ deidentify_stats |
Google\Cloud\Dlp\V2\DeidentifyDataSourceStats
Stats about the de-identification operation. |
getRequestedOptions
De-identification config used for the request.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DeidentifyDataSourceDetails\RequestedDeidentifyOptions|null |
hasRequestedOptions
clearRequestedOptions
setRequestedOptions
De-identification config used for the request.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\DeidentifyDataSourceDetails\RequestedDeidentifyOptions
|
Returns | |
---|---|
Type | Description |
$this |
getDeidentifyStats
Stats about the de-identification operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DeidentifyDataSourceStats|null |
hasDeidentifyStats
clearDeidentifyStats
setDeidentifyStats
Stats about the de-identification operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\DeidentifyDataSourceStats
|
Returns | |
---|---|
Type | Description |
$this |