Reference documentation and code samples for the Data Loss Prevention V2 Client class InspectDataSourceDetails.
The results of an inspect DataSource job.
Generated from protobuf message google.privacy.dlp.v2.InspectDataSourceDetails
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\InspectDataSourceDetails\RequestedOptions
The configuration used for this job. |
↳ result |
Google\Cloud\Dlp\V2\InspectDataSourceDetails\Result
A summary of the outcome of this inspection job. |
getRequestedOptions
The configuration used for this job.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\InspectDataSourceDetails\RequestedOptions|null |
hasRequestedOptions
clearRequestedOptions
setRequestedOptions
The configuration used for this job.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\InspectDataSourceDetails\RequestedOptions
|
Returns | |
---|---|
Type | Description |
$this |
getResult
A summary of the outcome of this inspection job.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\InspectDataSourceDetails\Result|null |
hasResult
clearResult
setResult
A summary of the outcome of this inspection job.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\InspectDataSourceDetails\Result
|
Returns | |
---|---|
Type | Description |
$this |