Enum TransformationSummary.TransformationResultCode (3.2.1)

public enum TransformationSummary.TransformationResultCode extends Enum<TransformationSummary.TransformationResultCode> implements ProtocolMessageEnum

Possible outcomes of transformations.

Protobuf enum google.privacy.dlp.v2.TransformationSummary.TransformationResultCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

Transformation had an error.

ERROR = 2;

ERROR_VALUE

Transformation had an error.

ERROR = 2;

SUCCESS

Transformation completed without an error.

SUCCESS = 1;

SUCCESS_VALUE

Transformation completed without an error.

SUCCESS = 1;

TRANSFORMATION_RESULT_CODE_UNSPECIFIED

Unused

TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0;

TRANSFORMATION_RESULT_CODE_UNSPECIFIED_VALUE

Unused

TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()