Package io.riemann.riemann
Class Proto.Msg
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.riemann.riemann.Proto.Msg
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Proto.MsgOrBuilder,Serializable
- Enclosing class:
- Proto
public static final class Proto.Msg
extends com.google.protobuf.GeneratedMessageV3
implements Proto.MsgOrBuilder
Protobuf type
Msg- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final com.google.protobuf.Parser<Proto.Msg>Deprecated.static final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Proto.Msgstatic final com.google.protobuf.Descriptors.DescriptorgetError()optional string error = 3;com.google.protobuf.ByteStringoptional string error = 3;getEvents(int index) repeated .Event events = 6;intrepeated .Event events = 6;repeated .Event events = 6;getEventsOrBuilder(int index) repeated .Event events = 6;List<? extends Proto.EventOrBuilder>repeated .Event events = 6;booleangetOk()optional bool ok = 2;com.google.protobuf.Parser<Proto.Msg>getQuery()optional .Query query = 5;optional .Query query = 5;intgetStates(int index) repeated .State states = 4;intrepeated .State states = 4;repeated .State states = 4;getStatesOrBuilder(int index) repeated .State states = 4;List<? extends Proto.StateOrBuilder>repeated .State states = 4;final com.google.protobuf.UnknownFieldSetbooleanhasError()optional string error = 3;inthashCode()booleanhasOk()optional bool ok = 2;booleanhasQuery()optional .Query query = 5;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanstatic Proto.Msg.Builderstatic Proto.Msg.BuildernewBuilder(Proto.Msg prototype) protected Proto.Msg.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) static Proto.MsgparseDelimitedFrom(InputStream input) static Proto.MsgparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgparseFrom(byte[] data) static Proto.MsgparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgparseFrom(com.google.protobuf.ByteString data) static Proto.MsgparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgparseFrom(com.google.protobuf.CodedInputStream input) static Proto.MsgparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgparseFrom(InputStream input) static Proto.MsgparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgparseFrom(ByteBuffer data) static Proto.MsgparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Proto.Msg>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
OK_FIELD_NUMBER
public static final int OK_FIELD_NUMBER- See Also:
-
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER- See Also:
-
STATES_FIELD_NUMBER
public static final int STATES_FIELD_NUMBER- See Also:
-
QUERY_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER- See Also:
-
EVENTS_FIELD_NUMBER
public static final int EVENTS_FIELD_NUMBER- See Also:
-
PARSER
Deprecated.
-
-
Method Details
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasOk
public boolean hasOk()optional bool ok = 2;- Specified by:
hasOkin interfaceProto.MsgOrBuilder
-
getOk
public boolean getOk()optional bool ok = 2;- Specified by:
getOkin interfaceProto.MsgOrBuilder
-
hasError
public boolean hasError()optional string error = 3;- Specified by:
hasErrorin interfaceProto.MsgOrBuilder
-
getError
optional string error = 3;- Specified by:
getErrorin interfaceProto.MsgOrBuilder
-
getErrorBytes
public com.google.protobuf.ByteString getErrorBytes()optional string error = 3;- Specified by:
getErrorBytesin interfaceProto.MsgOrBuilder
-
getStatesList
repeated .State states = 4;- Specified by:
getStatesListin interfaceProto.MsgOrBuilder
-
getStatesOrBuilderList
repeated .State states = 4;- Specified by:
getStatesOrBuilderListin interfaceProto.MsgOrBuilder
-
getStatesCount
public int getStatesCount()repeated .State states = 4;- Specified by:
getStatesCountin interfaceProto.MsgOrBuilder
-
getStates
repeated .State states = 4;- Specified by:
getStatesin interfaceProto.MsgOrBuilder
-
getStatesOrBuilder
repeated .State states = 4;- Specified by:
getStatesOrBuilderin interfaceProto.MsgOrBuilder
-
hasQuery
public boolean hasQuery()optional .Query query = 5;- Specified by:
hasQueryin interfaceProto.MsgOrBuilder
-
getQuery
optional .Query query = 5;- Specified by:
getQueryin interfaceProto.MsgOrBuilder
-
getQueryOrBuilder
optional .Query query = 5;- Specified by:
getQueryOrBuilderin interfaceProto.MsgOrBuilder
-
getEventsList
repeated .Event events = 6;- Specified by:
getEventsListin interfaceProto.MsgOrBuilder
-
getEventsOrBuilderList
repeated .Event events = 6;- Specified by:
getEventsOrBuilderListin interfaceProto.MsgOrBuilder
-
getEventsCount
public int getEventsCount()repeated .Event events = 6;- Specified by:
getEventsCountin interfaceProto.MsgOrBuilder
-
getEvents
repeated .Event events = 6;- Specified by:
getEventsin interfaceProto.MsgOrBuilder
-
getEventsOrBuilder
repeated .Event events = 6;- Specified by:
getEventsOrBuilderin interfaceProto.MsgOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Proto.Msg parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Proto.Msg parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Proto.Msg parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Proto.Msg parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Proto.Msg parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Proto.Msg parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Proto.Msg parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Proto.Msg parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Proto.Msg parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Proto.Msg.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-