Interface MonitorDProto.GetLogMessagesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.GetLogMessagesRequest
,MonitorDProto.GetLogMessagesRequest.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.GetLogMessagesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIf set, only show entries after the specified cursor.com.google.protobuf.ByteString
If set, only show entries after the specified cursor.getMatch
(int index) List of matches, same semantics as specified for journalctl(1).com.google.protobuf.ByteString
getMatchBytes
(int index) List of matches, same semantics as specified for journalctl(1).int
List of matches, same semantics as specified for journalctl(1).List of matches, same semantics as specified for journalctl(1).int
Maximum number of (most recent) entries to fetch.long
getSince()
If set, only show entries since the specified timestamp [ms since epoch UTC].long
getUntil()
If set, only show entries until the specified timestamp [ms since epoch] .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
-
getMatchList
List of matches, same semantics as specified for journalctl(1).
repeated string match = 1;
- Returns:
- A list containing the match.
-
getMatchCount
int getMatchCount()List of matches, same semantics as specified for journalctl(1).
repeated string match = 1;
- Returns:
- The count of match.
-
getMatch
List of matches, same semantics as specified for journalctl(1).
repeated string match = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The match at the given index.
-
getMatchBytes
com.google.protobuf.ByteString getMatchBytes(int index) List of matches, same semantics as specified for journalctl(1).
repeated string match = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the match at the given index.
-
getMaxLines
int getMaxLines()Maximum number of (most recent) entries to fetch. Set to 0 for all.
uint32 max_lines = 2;
- Returns:
- The maxLines.
-
getAfterCursor
String getAfterCursor()If set, only show entries after the specified cursor.
string after_cursor = 3;
- Returns:
- The afterCursor.
-
getAfterCursorBytes
com.google.protobuf.ByteString getAfterCursorBytes()If set, only show entries after the specified cursor.
string after_cursor = 3;
- Returns:
- The bytes for afterCursor.
-
getSince
long getSince()If set, only show entries since the specified timestamp [ms since epoch UTC].
uint64 since = 4;
- Returns:
- The since.
-
getUntil
long getUntil()If set, only show entries until the specified timestamp [ms since epoch] .
uint64 until = 5;
- Returns:
- The until.
-