-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface Debug.CheckDebugTrace.SubProblemsOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<Debug.CheckDebugTrace>getTracesList()repeated .authzed.api.v1.CheckDebugTrace traces = 1;abstract Debug.CheckDebugTracegetTraces(int index)repeated .authzed.api.v1.CheckDebugTrace traces = 1;abstract intgetTracesCount()repeated .authzed.api.v1.CheckDebugTrace traces = 1;abstract List<out Debug.CheckDebugTraceOrBuilder>getTracesOrBuilderList()repeated .authzed.api.v1.CheckDebugTrace traces = 1;abstract Debug.CheckDebugTraceOrBuildergetTracesOrBuilder(int index)repeated .authzed.api.v1.CheckDebugTrace traces = 1;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTracesList
abstract List<Debug.CheckDebugTrace> getTracesList()
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
-
getTraces
abstract Debug.CheckDebugTrace getTraces(int index)
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
-
getTracesCount
abstract int getTracesCount()
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
-
getTracesOrBuilderList
abstract List<out Debug.CheckDebugTraceOrBuilder> getTracesOrBuilderList()
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
-
getTracesOrBuilder
abstract Debug.CheckDebugTraceOrBuilder getTracesOrBuilder(int index)
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
-
-
-
-