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
INVALID_TRANSFORM
value: 1
This will be set when a finding could not be transformed (i.e. outside user
set bucket range).
BIGQUERY_MAX_ROW_SIZE_EXCEEDED
value: 2
This will be set when a BigQuery transformation was successful but could
not be stored back in BigQuery because the transformed row exceeds
BigQuery's max row size.