Uses of Class
io.riemann.riemann.Proto.Event.Builder
Packages that use Proto.Event.Builder
-
Uses of Proto.Event.Builder in io.riemann.riemann
Methods in io.riemann.riemann that return Proto.Event.BuilderModifier and TypeMethodDescriptionProto.Event.Builder.addAllAttributes(Iterable<? extends Proto.Attribute> values) repeated .Attribute attributes = 9;Proto.Event.Builder.addAllTags(Iterable<String> values) repeated string tags = 7;Proto.Event.Builder.addAttributes(int index, Proto.Attribute value) repeated .Attribute attributes = 9;Proto.Event.Builder.addAttributes(int index, Proto.Attribute.Builder builderForValue) repeated .Attribute attributes = 9;Proto.Event.Builder.addAttributes(Proto.Attribute value) repeated .Attribute attributes = 9;Proto.Event.Builder.addAttributes(Proto.Attribute.Builder builderForValue) repeated .Attribute attributes = 9;Proto.Msg.Builder.addEventsBuilder()repeated .Event events = 6;Proto.Msg.Builder.addEventsBuilder(int index) repeated .Event events = 6;Proto.Event.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) repeated string tags = 7;Proto.Event.Builder.addTagsBytes(com.google.protobuf.ByteString value) repeated string tags = 7;Proto.Event.Builder.clear()Proto.Event.Builder.clearAttributes()repeated .Attribute attributes = 9;Proto.Event.Builder.clearDescription()optional string description = 5;Proto.Event.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Proto.Event.Builder.clearHost()optional string host = 4;Proto.Event.Builder.clearMetricD()optional double metric_d = 14;Proto.Event.Builder.clearMetricF()optional float metric_f = 15;Proto.Event.Builder.clearMetricSint64()optional sint64 metric_sint64 = 13;Proto.Event.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Proto.Event.Builder.clearService()optional string service = 3;Proto.Event.Builder.clearState()optional string state = 2;Proto.Event.Builder.clearTags()repeated string tags = 7;Proto.Event.Builder.clearTime()optional int64 time = 1;Proto.Event.Builder.clearTimeMicros()optional int64 time_micros = 10;Proto.Event.Builder.clearTtl()optional float ttl = 8;Proto.Event.Builder.clone()Proto.Msg.Builder.getEventsBuilder(int index) repeated .Event events = 6;Proto.Event.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Proto.Event.Builder.mergeFrom(com.google.protobuf.Message other) Proto.Event.Builder.mergeFrom(Proto.Event other) final Proto.Event.BuilderProto.Event.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Proto.Event.BuilderProto.Event.newBuilder()static Proto.Event.BuilderProto.Event.newBuilder(Proto.Event prototype) Proto.Event.newBuilderForType()protected Proto.Event.BuilderProto.Event.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Proto.Event.Builder.removeAttributes(int index) repeated .Attribute attributes = 9;Proto.Event.Builder.setAttributes(int index, Proto.Attribute value) repeated .Attribute attributes = 9;Proto.Event.Builder.setAttributes(int index, Proto.Attribute.Builder builderForValue) repeated .Attribute attributes = 9;Proto.Event.Builder.setDescription(String value) optional string description = 5;Proto.Event.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) optional string description = 5;optional string host = 4;Proto.Event.Builder.setHostBytes(com.google.protobuf.ByteString value) optional string host = 4;Proto.Event.Builder.setMetricD(double value) optional double metric_d = 14;Proto.Event.Builder.setMetricF(float value) optional float metric_f = 15;Proto.Event.Builder.setMetricSint64(long value) optional sint64 metric_sint64 = 13;Proto.Event.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Proto.Event.Builder.setService(String value) optional string service = 3;Proto.Event.Builder.setServiceBytes(com.google.protobuf.ByteString value) optional string service = 3;optional string state = 2;Proto.Event.Builder.setStateBytes(com.google.protobuf.ByteString value) optional string state = 2;repeated string tags = 7;Proto.Event.Builder.setTime(long value) optional int64 time = 1;Proto.Event.Builder.setTimeMicros(long value) optional int64 time_micros = 10;Proto.Event.Builder.setTtl(float value) optional float ttl = 8;final Proto.Event.BuilderProto.Event.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Proto.Event.toBuilder()Methods in io.riemann.riemann that return types with arguments of type Proto.Event.BuilderModifier and TypeMethodDescriptionProto.Msg.Builder.getEventsBuilderList()repeated .Event events = 6;Methods in io.riemann.riemann with parameters of type Proto.Event.BuilderModifier and TypeMethodDescriptionProto.Msg.Builder.addEvents(int index, Proto.Event.Builder builderForValue) repeated .Event events = 6;Proto.Msg.Builder.addEvents(Proto.Event.Builder builderForValue) repeated .Event events = 6;Proto.Msg.Builder.setEvents(int index, Proto.Event.Builder builderForValue) repeated .Event events = 6;