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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StackTraceFileLocation getLocations​(int index)
      Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
      int getLocationsCount()
      Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
      java.util.List<StackTraceFileLocation> getLocationsList()
      Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
      StackTraceFileLocationOrBuilder getLocationsOrBuilder​(int index)
      Collection of `FileLocation`s, each for a stack frame that comprise a stack trace.
      java.util.List<? extends StackTraceFileLocationOrBuilder> getLocationsOrBuilderList()
      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 Detail

      • getLocationsList

        java.util.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

        java.util.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;