Interface PreviousLogResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PreviousLogResponse, PreviousLogResponse.Builder

@Generated public interface PreviousLogResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getMessages(int index)
    The list of log entries matching the requested scope, ordered from oldest to newest.
    int
    The list of log entries matching the requested scope, ordered from oldest to newest.
    The list of log entries matching the requested scope, ordered from oldest to newest.
    The list of log entries matching the requested scope, ordered from oldest to newest.
    The list of log entries matching the requested scope, ordered from oldest to newest.

    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

    • getMessagesList

      List<LogString> getMessagesList()
      The list of log entries matching the requested scope, ordered from oldest to newest.
      May contain fewer entries than requested if not enough matching logs exist in the buffer.
      
      repeated .soulfire.v1.LogString messages = 1;
    • getMessages

      LogString getMessages(int index)
      The list of log entries matching the requested scope, ordered from oldest to newest.
      May contain fewer entries than requested if not enough matching logs exist in the buffer.
      
      repeated .soulfire.v1.LogString messages = 1;
    • getMessagesCount

      int getMessagesCount()
      The list of log entries matching the requested scope, ordered from oldest to newest.
      May contain fewer entries than requested if not enough matching logs exist in the buffer.
      
      repeated .soulfire.v1.LogString messages = 1;
    • getMessagesOrBuilderList

      List<? extends LogStringOrBuilder> getMessagesOrBuilderList()
      The list of log entries matching the requested scope, ordered from oldest to newest.
      May contain fewer entries than requested if not enough matching logs exist in the buffer.
      
      repeated .soulfire.v1.LogString messages = 1;
    • getMessagesOrBuilder

      LogStringOrBuilder getMessagesOrBuilder(int index)
      The list of log entries matching the requested scope, ordered from oldest to newest.
      May contain fewer entries than requested if not enough matching logs exist in the buffer.
      
      repeated .soulfire.v1.LogString messages = 1;