Interface RunStatusOrBuilder (0.2.0)

public interface RunStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReason()

public abstract String getReason()

The reason of becoming the state.

string reason = 2;

Returns
Type Description
String

The reason.

getReasonBytes()

public abstract ByteString getReasonBytes()

The reason of becoming the state.

string reason = 2;

Returns
Type Description
ByteString

The bytes for reason.

getState()

public abstract RunStatus.State getState()

The state of the Process.

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

Returns
Type Description
RunStatus.State

The state.

getStateValue()

public abstract int getStateValue()

The state of the Process.

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

Returns
Type Description
int

The enum numeric value on the wire for state.