Interface RunStatusOrBuilder (0.14.1)

public interface RunStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReason()

public abstract String getReason()

The reason of becoming the state.

string reason = 2;

Returns
TypeDescription
String

The reason.

getReasonBytes()

public abstract ByteString getReasonBytes()

The reason of becoming the state.

string reason = 2;

Returns
TypeDescription
ByteString

The bytes for reason.

getState()

public abstract RunStatus.State getState()

The state of the Process.

.google.events.cloud.visionai.v1.RunStatus.State state = 1;

Returns
TypeDescription
RunStatus.State

The state.

getStateValue()

public abstract int getStateValue()

The state of the Process.

.google.events.cloud.visionai.v1.RunStatus.State state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for state.