Reference documentation and code samples for the Data Loss Prevention V2 Client class SaveToGcsFindingsOutput.
Collection of findings saved to a Cloud Storage bucket. This is used as the proto schema for textproto files created when specifying a cloud storage path to save inspection findings.
Generated from protobuf message google.privacy.dlp.v2.SaveToGcsFindingsOutput
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ findings |
array<Finding>
List of findings. |
getFindings
List of findings.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFindings
List of findings.
Parameter | |
---|---|
Name | Description |
var |
array<Finding>
|
Returns | |
---|---|
Type | Description |
$this |