Reference documentation and code samples for the Data Loss Prevention V2 Client class TransformationResultCode.
Possible outcomes of transformations.
Protobuf type google.privacy.dlp.v2.TransformationSummary.TransformationResultCode
Namespace
Google \ Cloud \ Dlp \ V2 \ TransformationSummaryMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TRANSFORMATION_RESULT_CODE_UNSPECIFIED
Value: 0
Unused
Generated from protobuf enum TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0;
SUCCESS
Value: 1
Transformation completed without an error.
Generated from protobuf enum SUCCESS = 1;
ERROR
Value: 2
Transformation had an error.
Generated from protobuf enum ERROR = 2;