Enum Run.State (0.33.0)

public enum Run.State extends Enum<Run.State> implements ProtocolMessageEnum

The current state of the run.

Protobuf enum google.cloud.datacatalog.lineage.v1.Run.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABORTED

The run aborted.

ABORTED = 4;

ABORTED_VALUE

The run aborted.

ABORTED = 4;

COMPLETED

The run completed.

COMPLETED = 2;

COMPLETED_VALUE

The run completed.

COMPLETED = 2;

FAILED

The run failed.

FAILED = 3;

FAILED_VALUE

The run failed.

FAILED = 3;

STARTED

The run is still executing.

STARTED = 1;

STARTED_VALUE

The run is still executing.

STARTED = 1;

UNKNOWN

The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.

UNKNOWN = 0;

UNKNOWN_VALUE

The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.

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