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

    Modifier and Type
    Method
    Description
    int
    Maximum depth of each thread's stacktrace.
    boolean
    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 Details

    • hasDepth

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

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