Interface ThreadStackOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ThreadStack, ThreadStack.Builder

public interface ThreadStackOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCodeSignatures(int index)
    stack code signature list
    com.google.protobuf.ByteString
    stack code signature list
    int
    stack code signature list
    stack code signature list

    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

    • getCodeSignaturesList

      List<String> getCodeSignaturesList()
       stack code signature list
       
      repeated string codeSignatures = 1;
      Returns:
      A list containing the codeSignatures.
    • getCodeSignaturesCount

      int getCodeSignaturesCount()
       stack code signature list
       
      repeated string codeSignatures = 1;
      Returns:
      The count of codeSignatures.
    • getCodeSignatures

      String getCodeSignatures(int index)
       stack code signature list
       
      repeated string codeSignatures = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The codeSignatures at the given index.
    • getCodeSignaturesBytes

      com.google.protobuf.ByteString getCodeSignaturesBytes(int index)
       stack code signature list
       
      repeated string codeSignatures = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the codeSignatures at the given index.