public static final class Stored.ErrorInterval extends com.google.protobuf.GeneratedMessageV3 implements Stored.ErrorIntervalOrBuilder
org_glowroot_central_repo_proto.ErrorInterval| Modifier and Type | Class and Description |
|---|---|
static class |
Stored.ErrorInterval.Builder
Protobuf type
org_glowroot_central_repo_proto.ErrorInterval |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
COUNT_FIELD_NUMBER |
static int |
DO_NOT_MERGE_TO_THE_LEFT_FIELD_NUMBER |
static int |
DO_NOT_MERGE_TO_THE_RIGHT_FIELD_NUMBER |
static int |
FROM_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static int |
TO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCount()
int32 count = 3; |
static Stored.ErrorInterval |
getDefaultInstance() |
Stored.ErrorInterval |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<Stored.ErrorInterval> |
getParserForType() |
int |
getSerializedSize() |
long |
getTo()
int64 to = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Stored.ErrorInterval.Builder |
newBuilder() |
static Stored.ErrorInterval.Builder |
newBuilder(Stored.ErrorInterval prototype) |
Stored.ErrorInterval.Builder |
newBuilderForType() |
protected Stored.ErrorInterval.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Stored.ErrorInterval |
parseDelimitedFrom(InputStream input) |
static Stored.ErrorInterval |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stored.ErrorInterval |
parseFrom(byte[] data) |
static Stored.ErrorInterval |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stored.ErrorInterval |
parseFrom(ByteBuffer data) |
static Stored.ErrorInterval |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stored.ErrorInterval |
parseFrom(com.google.protobuf.ByteString data) |
static Stored.ErrorInterval |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stored.ErrorInterval |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Stored.ErrorInterval |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stored.ErrorInterval |
parseFrom(InputStream input) |
static Stored.ErrorInterval |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Stored.ErrorInterval> |
parser() |
Stored.ErrorInterval.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int COUNT_FIELD_NUMBER
public static final int DO_NOT_MERGE_TO_THE_LEFT_FIELD_NUMBER
public static final int DO_NOT_MERGE_TO_THE_RIGHT_FIELD_NUMBER
public static final int FROM_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int TO_FIELD_NUMBER
public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int getCount()
int32 count = 3;getCount in interface Stored.ErrorIntervalOrBuilderpublic static Stored.ErrorInterval getDefaultInstance()
public Stored.ErrorInterval getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean getDoNotMergeToTheLeft()
used during rollup and rendering chart markings
bool do_not_merge_to_the_left = 5;getDoNotMergeToTheLeft in interface Stored.ErrorIntervalOrBuilderpublic boolean getDoNotMergeToTheRight()
used during rollup and rendering chart markings
bool do_not_merge_to_the_right = 6;getDoNotMergeToTheRight in interface Stored.ErrorIntervalOrBuilderpublic long getFrom()
int64 from = 1;getFrom in interface Stored.ErrorIntervalOrBuilderpublic String getMessage()
string message = 4;getMessage in interface Stored.ErrorIntervalOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
string message = 4;getMessageBytes in interface Stored.ErrorIntervalOrBuilderpublic com.google.protobuf.Parser<Stored.ErrorInterval> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public long getTo()
int64 to = 2;getTo in interface Stored.ErrorIntervalOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessageprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public static Stored.ErrorInterval.Builder newBuilder()
public static Stored.ErrorInterval.Builder newBuilder(Stored.ErrorInterval prototype)
public Stored.ErrorInterval.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLiteprotected Stored.ErrorInterval.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Stored.ErrorInterval parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Stored.ErrorInterval parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Stored.ErrorInterval parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stored.ErrorInterval parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stored.ErrorInterval parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stored.ErrorInterval parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stored.ErrorInterval parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stored.ErrorInterval parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stored.ErrorInterval parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Stored.ErrorInterval parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Stored.ErrorInterval parseFrom(InputStream input) throws IOException
IOExceptionpublic static Stored.ErrorInterval parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static com.google.protobuf.Parser<Stored.ErrorInterval> parser()
public Stored.ErrorInterval.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionCopyright © 2011–2019 Glowroot contributors. All rights reserved.