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 Type
    Method
    Description
    getLocations(int index)
    Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
    int
    Collection 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.
    Collection 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.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      StackTraceFileLocation getLocations(int index)
       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

      StackTraceFileLocationOrBuilder getLocationsOrBuilder(int index)
       Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
       
      repeated .temporal.api.sdk.v1.StackTraceFileLocation locations = 1;