public enum TransformationResultStatusType
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum TransformationResultStatusType.
Enum of possible outcomes of transformations. SUCCESS if transformation and storing of transformation was successful, otherwise, reason for not transforming.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Fields |
|
---|---|
Name | Description |
BigqueryMaxRowSizeExceeded |
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. |
InvalidTransform |
This will be set when a finding could not be transformed (i.e. outside user set bucket range). |
MetadataUnretrievable |
This will be 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. |
StateTypeUnspecified |
Unused. |
Success |
This will be set when the transformation and storing of it is successful. |