Package com.authzed.api.v1
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 TypeMethodDescriptiongetTraces
(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;
List<? extends CheckDebugTraceOrBuilder>
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
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
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
-