Package binoculars
Interface BinocularsOuterClass.LogResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BinocularsOuterClass.LogResponse,BinocularsOuterClass.LogResponse.Builder
- Enclosing class:
- BinocularsOuterClass
public static interface BinocularsOuterClass.LogResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinocularsOuterClass.LogLinegetLog(int index)repeated .binoculars.LogLine log = 1;intgetLogCount()repeated .binoculars.LogLine log = 1;List<BinocularsOuterClass.LogLine>getLogList()repeated .binoculars.LogLine log = 1;BinocularsOuterClass.LogLineOrBuildergetLogOrBuilder(int index)repeated .binoculars.LogLine log = 1;List<? extends BinocularsOuterClass.LogLineOrBuilder>getLogOrBuilderList()repeated .binoculars.LogLine log = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLogList
List<BinocularsOuterClass.LogLine> getLogList()
repeated .binoculars.LogLine log = 1;
-
getLog
BinocularsOuterClass.LogLine getLog(int index)
repeated .binoculars.LogLine log = 1;
-
getLogCount
int getLogCount()
repeated .binoculars.LogLine log = 1;
-
getLogOrBuilderList
List<? extends BinocularsOuterClass.LogLineOrBuilder> getLogOrBuilderList()
repeated .binoculars.LogLine log = 1;
-
getLogOrBuilder
BinocularsOuterClass.LogLineOrBuilder getLogOrBuilder(int index)
repeated .binoculars.LogLine log = 1;
-
-