Interface StackTraceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StackTrace,StackTrace.Builder
@Generated(value="protoc",
comments="annotations:StackTraceOrBuilder.java.pb.meta")
public interface StackTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLocations(int index) Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.intCollection of `FileLocation`s, each for a stack frame that comprise a stack trace.Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.getLocationsOrBuilder(int index) Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.List<? extends StackTraceFileLocationOrBuilder> Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLocationsList
List<StackTraceFileLocation> getLocationsList()Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
repeated .temporal.api.sdk.v1.StackTraceFileLocation locations = 1; -
getLocations
Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
repeated .temporal.api.sdk.v1.StackTraceFileLocation locations = 1; -
getLocationsCount
int getLocationsCount()Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
repeated .temporal.api.sdk.v1.StackTraceFileLocation locations = 1; -
getLocationsOrBuilderList
List<? extends StackTraceFileLocationOrBuilder> getLocationsOrBuilderList()Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
repeated .temporal.api.sdk.v1.StackTraceFileLocation locations = 1; -
getLocationsOrBuilder
Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
repeated .temporal.api.sdk.v1.StackTraceFileLocation locations = 1;
-