Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API module Google::Cloud::Dlp::V2::TransformationResultStatusType.
Enum of possible outcomes of transformations. SUCCESS if transformation and storing of transformation was successful, otherwise, reason for not transforming.
Constants
STATE_TYPE_UNSPECIFIED
value: 0
Unused.
INVALID_TRANSFORM
value: 1
This is set when a finding cannot be transformed (i.e. outside user
set bucket range).
BIGQUERY_MAX_ROW_SIZE_EXCEEDED
value: 2
This is set when a transformation is successful but cannot be stored in
BigQuery because the transformed row exceeds BigQuery's max row size.
METADATA_UNRETRIEVABLE
value: 3
This is set when there is a finding in the custom metadata of a file,
but at the write time of the transformed file, this key / value pair is
unretrievable.
SUCCESS
value: 4
This is set when the transformation and its storage are successful.