Interface Execution.StackTraceElementOrBuilder (2.2.0)

public static interface Execution.StackTraceElementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPosition()

public abstract Execution.StackTraceElement.Position getPosition()

The source position information of the stack trace element.

.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;

Returns
TypeDescription
Execution.StackTraceElement.Position

The position.

getPositionOrBuilder()

public abstract Execution.StackTraceElement.PositionOrBuilder getPositionOrBuilder()

The source position information of the stack trace element.

.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;

Returns
TypeDescription
Execution.StackTraceElement.PositionOrBuilder

getRoutine()

public abstract String getRoutine()

The routine where the error occurred.

string routine = 2;

Returns
TypeDescription
String

The routine.

getRoutineBytes()

public abstract ByteString getRoutineBytes()

The routine where the error occurred.

string routine = 2;

Returns
TypeDescription
ByteString

The bytes for routine.

getStep()

public abstract String getStep()

The step the error occurred at.

string step = 1;

Returns
TypeDescription
String

The step.

getStepBytes()

public abstract ByteString getStepBytes()

The step the error occurred at.

string step = 1;

Returns
TypeDescription
ByteString

The bytes for step.

hasPosition()

public abstract boolean hasPosition()

The source position information of the stack trace element.

.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;

Returns
TypeDescription
boolean

Whether the position field is set.