Reference documentation and code samples for the Data Loss Prevention V2 Client class SummaryResult.
A collection that informs the user the number of times a particular TransformationResultCode
and error details occurred.
Generated from protobuf message google.privacy.dlp.v2.TransformationSummary.SummaryResult
Namespace
Google \ Cloud \ Dlp \ V2 \ TransformationSummaryMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ count
int|string
Number of transformations counted by this result.
↳ code
int
Outcome of the transformation.
↳ details
string
A place for warnings or errors to show up if a transformation didn't work as expected.
getCount
Number of transformations counted by this result.
int|string
setCount
Number of transformations counted by this result.
var
int|string
$this
getCode
Outcome of the transformation.
int
setCode
Outcome of the transformation.
var
int
$this
getDetails
A place for warnings or errors to show up if a transformation didn't work as expected.
string
setDetails
A place for warnings or errors to show up if a transformation didn't work as expected.
var
string
$this