public static interface Stored.ErrorIntervalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
int32 count = 3; |
boolean |
getDoNotMergeToTheLeft()
used during rollup and rendering chart markings
|
boolean |
getDoNotMergeToTheRight()
used during rollup and rendering chart markings
|
long |
getFrom()
int64 from = 1; |
String |
getMessage()
string message = 4; |
com.google.protobuf.ByteString |
getMessageBytes()
string message = 4; |
long |
getTo()
int64 to = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCount()
int32 count = 3;boolean getDoNotMergeToTheLeft()
used during rollup and rendering chart markings
bool do_not_merge_to_the_left = 5;boolean getDoNotMergeToTheRight()
used during rollup and rendering chart markings
bool do_not_merge_to_the_right = 6;long getFrom()
int64 from = 1;String getMessage()
string message = 4;com.google.protobuf.ByteString getMessageBytes()
string message = 4;long getTo()
int64 to = 2;Copyright © 2011–2019 Glowroot contributors. All rights reserved.