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 TypeMethodDescriptiongetMessages(int index) The list of log entries matching the requested scope, ordered from oldest to newest.intThe 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.getMessagesOrBuilder(int index) The list of log entries matching the requested scope, ordered from oldest to newest.List<? extends LogStringOrBuilder> The list of log entries matching the requested scope, ordered from oldest to newest.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMessagesList
-
getMessages
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
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;
-