public enum TransformationResultStatusType extends Enum<TransformationResultStatusType> implements ProtocolMessageEnumEnum of possible outcomes of transformations. SUCCESS if transformation and storing of transformation was successful, otherwise, reason for not transforming.
Protobuf enum google.privacy.dlp.v2.TransformationResultStatusType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| 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. |
| BIGQUERY_MAX_ROW_SIZE_EXCEEDED_VALUE | 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. |
| INVALID_TRANSFORM | This will be set when a finding could not be transformed (i.e. outside user set bucket range). |
| INVALID_TRANSFORM_VALUE | This will be set when a finding could not be transformed (i.e. outside user set bucket range). |
| 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. |
| METADATA_UNRETRIEVABLE_VALUE | 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. |
| STATE_TYPE_UNSPECIFIED |
|
| STATE_TYPE_UNSPECIFIED_VALUE |
|
| SUCCESS | This will be set when the transformation and storing of it is successful. |
| SUCCESS_VALUE | This will be set when the transformation and storing of it is successful. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |