Interface Debug.TraceWorkQueueResponse.WorkerTraceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Debug.TraceWorkQueueResponse.WorkerTrace, Debug.TraceWorkQueueResponse.WorkerTrace.Builder
Enclosing class:
Debug.TraceWorkQueueResponse

public static interface Debug.TraceWorkQueueResponse.WorkerTraceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 count = 1;
    getTraces(int index)
    repeated string traces = 2;
    com.google.protobuf.ByteString
    getTracesBytes(int index)
    repeated string traces = 2;
    int
    repeated string traces = 2;
    repeated string traces = 2;

    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

    • getCount

      int getCount()
      uint32 count = 1;
      Returns:
      The count.
    • getTracesList

      List<String> getTracesList()
      repeated string traces = 2;
      Returns:
      A list containing the traces.
    • getTracesCount

      int getTracesCount()
      repeated string traces = 2;
      Returns:
      The count of traces.
    • getTraces

      String getTraces(int index)
      repeated string traces = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The traces at the given index.
    • getTracesBytes

      com.google.protobuf.ByteString getTracesBytes(int index)
      repeated string traces = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the traces at the given index.