Interface Execution.Status.StepOrBuilder (2.41.0)

public static interface Execution.Status.StepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRoutine()

public abstract String getRoutine()

Name of a routine within the workflow.

string routine = 1;

Returns
TypeDescription
String

The routine.

getRoutineBytes()

public abstract ByteString getRoutineBytes()

Name of a routine within the workflow.

string routine = 1;

Returns
TypeDescription
ByteString

The bytes for routine.

getStep()

public abstract String getStep()

Name of a step within the routine.

string step = 2;

Returns
TypeDescription
String

The step.

getStepBytes()

public abstract ByteString getStepBytes()

Name of a step within the routine.

string step = 2;

Returns
TypeDescription
ByteString

The bytes for step.