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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The content provides reference documentation for the `TransformationResultStatusType` enum within the Google Cloud Data Loss Prevention (DLP) v2 API."],["This enum outlines the possible outcomes of data transformations, including success or reasons for failure such as exceeding BigQuery's maximum row size or issues with data retrieval."],["Version 4.16.0 is the latest release documented, and it provides links to older versions, down to version 2.15.0, allowing users to navigate through the historical documentation."],["The enum is located within the `Google.Cloud.Dlp.V2` namespace, and the provided fields include `BigqueryMaxRowSizeExceeded`, `InvalidTransform`, `MetadataUnretrievable`, `StateTypeUnspecified`, and `Success`, each having its own dedicated description."]]],[]]