public static interface Execution.StackTraceElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Execution.StackTraceElement.Position |
getPosition()
The source position information of the stack trace element.
|
Execution.StackTraceElement.PositionOrBuilder |
getPositionOrBuilder()
The source position information of the stack trace element.
|
String |
getRoutine()
The routine where the error occurred.
|
com.google.protobuf.ByteString |
getRoutineBytes()
The routine where the error occurred.
|
String |
getStep()
The step the error occurred at.
|
com.google.protobuf.ByteString |
getStepBytes()
The step the error occurred at.
|
boolean |
hasPosition()
The source position information of the stack trace element.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStep()
The step the error occurred at.
string step = 1;com.google.protobuf.ByteString getStepBytes()
The step the error occurred at.
string step = 1;String getRoutine()
The routine where the error occurred.
string routine = 2;com.google.protobuf.ByteString getRoutineBytes()
The routine where the error occurred.
string routine = 2;boolean hasPosition()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
Execution.StackTraceElement.Position getPosition()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
Execution.StackTraceElement.PositionOrBuilder getPositionOrBuilder()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
Copyright © 2024 Google LLC. All rights reserved.