Interface CheckDebugTrace.SubProblemsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CheckDebugTrace.SubProblems, CheckDebugTrace.SubProblems.Builder
Enclosing class:
CheckDebugTrace

public static interface CheckDebugTrace.SubProblemsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getTraces(int index)
    repeated .authzed.api.v1.CheckDebugTrace traces = 1;
    int
    repeated .authzed.api.v1.CheckDebugTrace traces = 1;
    repeated .authzed.api.v1.CheckDebugTrace traces = 1;
    getTracesOrBuilder(int index)
    repeated .authzed.api.v1.CheckDebugTrace traces = 1;
    repeated .authzed.api.v1.CheckDebugTrace traces = 1;

    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

    • getTracesList

      List<CheckDebugTrace> getTracesList()
      repeated .authzed.api.v1.CheckDebugTrace traces = 1;
    • getTraces

      CheckDebugTrace getTraces(int index)
      repeated .authzed.api.v1.CheckDebugTrace traces = 1;
    • getTracesCount

      int getTracesCount()
      repeated .authzed.api.v1.CheckDebugTrace traces = 1;
    • getTracesOrBuilderList

      List<? extends CheckDebugTraceOrBuilder> getTracesOrBuilderList()
      repeated .authzed.api.v1.CheckDebugTrace traces = 1;
    • getTracesOrBuilder

      CheckDebugTraceOrBuilder getTracesOrBuilder(int index)
      repeated .authzed.api.v1.CheckDebugTrace traces = 1;