public static interface Execution.StackTraceElementOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Execution.StackTraceElement.PositionOrBuilder |
|
getRoutine()
public abstract String getRoutine()The routine where the error occurred.
string routine = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The routine. |
getRoutineBytes()
public abstract ByteString getRoutineBytes()The routine where the error occurred.
string routine = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for routine. |
getStep()
public abstract String getStep()The step the error occurred at.
string step = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The step. |
getStepBytes()
public abstract ByteString getStepBytes()The step the error occurred at.
string step = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the position field is set. |