Interface ListThreadsRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDepth()
      Maximum depth of each thread's stacktrace.
      boolean hasDepth()
      Maximum depth of each thread's stacktrace.
      • 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

      • hasDepth

        boolean hasDepth()
         Maximum depth of each thread's stacktrace. Default: no limit.
         
        optional int32 depth = 1;
      • getDepth

        int getDepth()
         Maximum depth of each thread's stacktrace. Default: no limit.
         
        optional int32 depth = 1;