Interface Execution.StackTraceElementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Execution.StackTraceElement,Execution.StackTraceElement.Builder
- Enclosing class:
- Execution
public static interface Execution.StackTraceElementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Execution.StackTraceElement.PositiongetPosition()The source position information of the stack trace element.Execution.StackTraceElement.PositionOrBuildergetPositionOrBuilder()The source position information of the stack trace element.StringgetRoutine()The routine where the error occurred.com.google.protobuf.ByteStringgetRoutineBytes()The routine where the error occurred.StringgetStep()The step the error occurred at.com.google.protobuf.ByteStringgetStepBytes()The step the error occurred at.booleanhasPosition()The source position information of the stack trace element.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStep
String getStep()
The step the error occurred at.
string step = 1;- Returns:
- The step.
-
getStepBytes
com.google.protobuf.ByteString getStepBytes()
The step the error occurred at.
string step = 1;- Returns:
- The bytes for step.
-
getRoutine
String getRoutine()
The routine where the error occurred.
string routine = 2;- Returns:
- The routine.
-
getRoutineBytes
com.google.protobuf.ByteString getRoutineBytes()
The routine where the error occurred.
string routine = 2;- Returns:
- The bytes for routine.
-
hasPosition
boolean hasPosition()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;- Returns:
- Whether the position field is set.
-
getPosition
Execution.StackTraceElement.Position getPosition()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;- Returns:
- The position.
-
getPositionOrBuilder
Execution.StackTraceElement.PositionOrBuilder getPositionOrBuilder()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
-
-