Class TransformationResultStatusType (3.35.0)
Stay organized with collections
Save and categorize content based on your preferences.
TransformationResultStatusType(value)
Enum of possible outcomes of transformations. SUCCESS if
transformation and storing of transformation was successful,
otherwise, reason for not transforming.
Enums
Name
Description
STATE_TYPE_UNSPECIFIED
Unused.
INVALID_TRANSFORM
This will be set when a finding could not be transformed (i.e. outside user set bucket range).
BIGQUERY_MAX_ROW_SIZE_EXCEEDED
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.
METADATA_UNRETRIEVABLE
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.
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 2026-03-30 UTC."],[],[]]