Package xyz.block.ftl.admin.v1
Interface StreamLogsResponseOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface StreamLogsResponseOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<LogEvent>getLogsList()repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 1;abstract LogEventgetLogs(int index)repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 1;abstract intgetLogsCount()repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 1;abstract List<out LogEventOrBuilder>getLogsOrBuilderList()repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 1;abstract LogEventOrBuildergetLogsOrBuilder(int index)repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 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
-
getLogsList
abstract List<LogEvent> getLogsList()
repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 1;
-
getLogsCount
abstract int getLogsCount()
repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 1;
-
getLogsOrBuilderList
abstract List<out LogEventOrBuilder> getLogsOrBuilderList()
repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 1;
-
getLogsOrBuilder
abstract LogEventOrBuilder getLogsOrBuilder(int index)
repeated .xyz.block.ftl.timeline.v1.LogEvent logs = 1;
-
-
-
-