Reference documentation and code samples for the Data Loss Prevention V2 Client class TransformationResultStatusType.
Enum of possible outcomes of transformations. SUCCESS if transformation and
storing of transformation was successful, otherwise, reason for not
transforming.
Generated from protobuf enumSTATE_TYPE_UNSPECIFIED = 0;
INVALID_TRANSFORM
Value: 1
This will be set when a finding could not be transformed (i.e. outside user
set bucket range).
Generated from protobuf enumINVALID_TRANSFORM = 1;
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.
Generated from protobuf enumBIGQUERY_MAX_ROW_SIZE_EXCEEDED = 2;
METADATA_UNRETRIEVABLE
Value: 3
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.
Generated from protobuf enumMETADATA_UNRETRIEVABLE = 3;
SUCCESS
Value: 4
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-09-04 UTC."],[],[],null,["# Data Loss Prevention V2 Client - Class TransformationResultStatusType (2.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.1 (latest)](/php/docs/reference/cloud-dlp/latest/V2.TransformationResultStatusType)\n- [2.6.0](/php/docs/reference/cloud-dlp/2.6.0/V2.TransformationResultStatusType)\n- [2.4.1](/php/docs/reference/cloud-dlp/2.4.1/V2.TransformationResultStatusType)\n- [2.3.0](/php/docs/reference/cloud-dlp/2.3.0/V2.TransformationResultStatusType)\n- [2.2.3](/php/docs/reference/cloud-dlp/2.2.3/V2.TransformationResultStatusType)\n- [2.1.0](/php/docs/reference/cloud-dlp/2.1.0/V2.TransformationResultStatusType)\n- [2.0.0](/php/docs/reference/cloud-dlp/2.0.0/V2.TransformationResultStatusType)\n- [1.19.0](/php/docs/reference/cloud-dlp/1.19.0/V2.TransformationResultStatusType)\n- [1.18.0](/php/docs/reference/cloud-dlp/1.18.0/V2.TransformationResultStatusType)\n- [1.17.0](/php/docs/reference/cloud-dlp/1.17.0/V2.TransformationResultStatusType)\n- [1.16.0](/php/docs/reference/cloud-dlp/1.16.0/V2.TransformationResultStatusType)\n- [1.15.1](/php/docs/reference/cloud-dlp/1.15.1/V2.TransformationResultStatusType)\n- [1.14.0](/php/docs/reference/cloud-dlp/1.14.0/V2.TransformationResultStatusType)\n- [1.13.2](/php/docs/reference/cloud-dlp/1.13.2/V2.TransformationResultStatusType)\n- [1.12.0](/php/docs/reference/cloud-dlp/1.12.0/V2.TransformationResultStatusType)\n- [1.11.0](/php/docs/reference/cloud-dlp/1.11.0/V2.TransformationResultStatusType)\n- [1.10.2](/php/docs/reference/cloud-dlp/1.10.2/V2.TransformationResultStatusType)\n- [1.9.0](/php/docs/reference/cloud-dlp/1.9.0/V2.TransformationResultStatusType)\n- [1.8.6](/php/docs/reference/cloud-dlp/1.8.6/V2.TransformationResultStatusType) \nReference documentation and code samples for the Data Loss Prevention V2 Client class TransformationResultStatusType.\n\nEnum of possible outcomes of transformations. SUCCESS if transformation and\nstoring of transformation was successful, otherwise, reason for not\ntransforming.\n\nProtobuf type `google.privacy.dlp.v2.TransformationResultStatusType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dlp \\\\ V2\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnused.\n\nGenerated from protobuf enum `STATE_TYPE_UNSPECIFIED = 0;`\n\n### INVALID_TRANSFORM\n\n Value: 1\n\nThis will be set when a finding could not be transformed (i.e. outside user\nset bucket range).\n\nGenerated from protobuf enum `INVALID_TRANSFORM = 1;`\n\n### BIGQUERY_MAX_ROW_SIZE_EXCEEDED\n\n Value: 2\n\nThis will be set when a BigQuery transformation was successful but could\nnot be stored back in BigQuery because the transformed row exceeds\nBigQuery's max row size.\n\nGenerated from protobuf enum `BIGQUERY_MAX_ROW_SIZE_EXCEEDED = 2;`\n\n### METADATA_UNRETRIEVABLE\n\n Value: 3\n\nThis will be set when there is a finding in the custom metadata of a file,\nbut at the write time of the transformed file, this key / value pair is\nunretrievable.\n\nGenerated from protobuf enum `METADATA_UNRETRIEVABLE = 3;`\n\n### SUCCESS\n\n Value: 4\n\nThis will be set when the transformation and storing of it is successful.\n\nGenerated from protobuf enum `SUCCESS = 4;`"]]