Enum TransformationResultStatusType (3.97.0)

public enum TransformationResultStatusType extends Enum<TransformationResultStatusType> implements ProtocolMessageEnum

Enum 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

ProtocolMessageEnum

Static Fields

Name Description
BIGQUERY_MAX_ROW_SIZE_EXCEEDED

This is set when a transformation is successful but cannot be stored in BigQuery because the transformed row exceeds BigQuery's max row size.

BIGQUERY_MAX_ROW_SIZE_EXCEEDED = 2;

BIGQUERY_MAX_ROW_SIZE_EXCEEDED_VALUE

This is set when a transformation is successful but cannot be stored in BigQuery because the transformed row exceeds BigQuery's max row size.

BIGQUERY_MAX_ROW_SIZE_EXCEEDED = 2;

INVALID_TRANSFORM

This is set when a finding cannot be transformed (i.e. outside user set bucket range).

INVALID_TRANSFORM = 1;

INVALID_TRANSFORM_VALUE

This is set when a finding cannot be transformed (i.e. outside user set bucket range).

INVALID_TRANSFORM = 1;

METADATA_UNRETRIEVABLE

This is 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 = 3;

METADATA_UNRETRIEVABLE_VALUE

This is 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 = 3;

STATE_TYPE_UNSPECIFIED

Unused.

STATE_TYPE_UNSPECIFIED = 0;

STATE_TYPE_UNSPECIFIED_VALUE

Unused.

STATE_TYPE_UNSPECIFIED = 0;

SUCCESS

This is set when the transformation and its storage are successful.

SUCCESS = 4;

SUCCESS_VALUE

This is set when the transformation and its storage are successful.

SUCCESS = 4;

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()