Uses of Class
io.riemann.riemann.Proto.State
Packages that use Proto.State
-
Uses of Proto.State in io.riemann.riemann
Fields in io.riemann.riemann with type parameters of type Proto.StateModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Proto.State>Proto.State.PARSERDeprecated.Methods in io.riemann.riemann that return Proto.StateModifier and TypeMethodDescriptionProto.State.Builder.build()Proto.State.Builder.buildPartial()static Proto.StateProto.State.getDefaultInstance()Proto.State.Builder.getDefaultInstanceForType()Proto.State.getDefaultInstanceForType()Proto.Msg.Builder.getStates(int index) repeated .State states = 4;Proto.Msg.getStates(int index) repeated .State states = 4;Proto.MsgOrBuilder.getStates(int index) repeated .State states = 4;static Proto.StateProto.State.parseDelimitedFrom(InputStream input) static Proto.StateProto.State.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.StateProto.State.parseFrom(byte[] data) static Proto.StateProto.State.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.StateProto.State.parseFrom(com.google.protobuf.ByteString data) static Proto.StateProto.State.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.StateProto.State.parseFrom(com.google.protobuf.CodedInputStream input) static Proto.StateProto.State.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.StateProto.State.parseFrom(InputStream input) static Proto.StateProto.State.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.StateProto.State.parseFrom(ByteBuffer data) static Proto.StateProto.State.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.riemann.riemann that return types with arguments of type Proto.StateModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Proto.State>Proto.State.getParserForType()Proto.Msg.Builder.getStatesList()repeated .State states = 4;Proto.Msg.getStatesList()repeated .State states = 4;Proto.MsgOrBuilder.getStatesList()repeated .State states = 4;static com.google.protobuf.Parser<Proto.State>Proto.State.parser()Methods in io.riemann.riemann with parameters of type Proto.StateModifier and TypeMethodDescriptionProto.Msg.Builder.addStates(int index, Proto.State value) repeated .State states = 4;Proto.Msg.Builder.addStates(Proto.State value) repeated .State states = 4;Proto.State.Builder.mergeFrom(Proto.State other) static Proto.State.BuilderProto.State.newBuilder(Proto.State prototype) Proto.Msg.Builder.setStates(int index, Proto.State value) repeated .State states = 4;Method parameters in io.riemann.riemann with type arguments of type Proto.StateModifier and TypeMethodDescriptionProto.Msg.Builder.addAllStates(Iterable<? extends Proto.State> values) repeated .State states = 4;