Uses of Class
io.riemann.riemann.Proto.State.Builder
Packages that use Proto.State.Builder
-
Uses of Proto.State.Builder in io.riemann.riemann
Methods in io.riemann.riemann that return Proto.State.BuilderModifier and TypeMethodDescriptionProto.State.Builder.addAllTags(Iterable<String> values) repeated string tags = 7;Proto.State.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Proto.Msg.Builder.addStatesBuilder()repeated .State states = 4;Proto.Msg.Builder.addStatesBuilder(int index) repeated .State states = 4;repeated string tags = 7;Proto.State.Builder.addTagsBytes(com.google.protobuf.ByteString value) repeated string tags = 7;Proto.State.Builder.clear()Proto.State.Builder.clearDescription()optional string description = 5;Proto.State.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Proto.State.Builder.clearHost()optional string host = 4;Proto.State.Builder.clearOnce()optional bool once = 6;Proto.State.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Proto.State.Builder.clearService()optional string service = 3;Proto.State.Builder.clearState()optional string state = 2;Proto.State.Builder.clearTags()repeated string tags = 7;Proto.State.Builder.clearTime()optional int64 time = 1;Proto.State.Builder.clearTtl()optional float ttl = 8;Proto.State.Builder.clone()Proto.Msg.Builder.getStatesBuilder(int index) repeated .State states = 4;Proto.State.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Proto.State.Builder.mergeFrom(com.google.protobuf.Message other) Proto.State.Builder.mergeFrom(Proto.State other) final Proto.State.BuilderProto.State.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Proto.State.BuilderProto.State.newBuilder()static Proto.State.BuilderProto.State.newBuilder(Proto.State prototype) Proto.State.newBuilderForType()protected Proto.State.BuilderProto.State.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Proto.State.Builder.setDescription(String value) optional string description = 5;Proto.State.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) optional string description = 5;optional string host = 4;Proto.State.Builder.setHostBytes(com.google.protobuf.ByteString value) optional string host = 4;Proto.State.Builder.setOnce(boolean value) optional bool once = 6;Proto.State.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Proto.State.Builder.setService(String value) optional string service = 3;Proto.State.Builder.setServiceBytes(com.google.protobuf.ByteString value) optional string service = 3;optional string state = 2;Proto.State.Builder.setStateBytes(com.google.protobuf.ByteString value) optional string state = 2;repeated string tags = 7;Proto.State.Builder.setTime(long value) optional int64 time = 1;Proto.State.Builder.setTtl(float value) optional float ttl = 8;final Proto.State.BuilderProto.State.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Proto.State.toBuilder()Methods in io.riemann.riemann that return types with arguments of type Proto.State.BuilderModifier and TypeMethodDescriptionProto.Msg.Builder.getStatesBuilderList()repeated .State states = 4;Methods in io.riemann.riemann with parameters of type Proto.State.BuilderModifier and TypeMethodDescriptionProto.Msg.Builder.addStates(int index, Proto.State.Builder builderForValue) repeated .State states = 4;Proto.Msg.Builder.addStates(Proto.State.Builder builderForValue) repeated .State states = 4;Proto.Msg.Builder.setStates(int index, Proto.State.Builder builderForValue) repeated .State states = 4;