Uses of Class
io.riemann.riemann.Proto.Attribute
Packages that use Proto.Attribute
-
Uses of Proto.Attribute in io.riemann.riemann
Fields in io.riemann.riemann with type parameters of type Proto.AttributeModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Proto.Attribute>Proto.Attribute.PARSERDeprecated.Methods in io.riemann.riemann that return Proto.AttributeModifier and TypeMethodDescriptionProto.Attribute.Builder.build()Proto.Attribute.Builder.buildPartial()Proto.Event.Builder.getAttributes(int index) repeated .Attribute attributes = 9;Proto.Event.getAttributes(int index) repeated .Attribute attributes = 9;Proto.EventOrBuilder.getAttributes(int index) repeated .Attribute attributes = 9;static Proto.AttributeProto.Attribute.getDefaultInstance()Proto.Attribute.Builder.getDefaultInstanceForType()Proto.Attribute.getDefaultInstanceForType()static Proto.AttributeProto.Attribute.parseDelimitedFrom(InputStream input) static Proto.AttributeProto.Attribute.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.AttributeProto.Attribute.parseFrom(byte[] data) static Proto.AttributeProto.Attribute.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.AttributeProto.Attribute.parseFrom(com.google.protobuf.ByteString data) static Proto.AttributeProto.Attribute.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.AttributeProto.Attribute.parseFrom(com.google.protobuf.CodedInputStream input) static Proto.AttributeProto.Attribute.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.AttributeProto.Attribute.parseFrom(InputStream input) static Proto.AttributeProto.Attribute.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.AttributeProto.Attribute.parseFrom(ByteBuffer data) static Proto.AttributeProto.Attribute.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.riemann.riemann that return types with arguments of type Proto.AttributeModifier and TypeMethodDescriptionProto.Event.Builder.getAttributesList()repeated .Attribute attributes = 9;Proto.Event.getAttributesList()repeated .Attribute attributes = 9;Proto.EventOrBuilder.getAttributesList()repeated .Attribute attributes = 9;com.google.protobuf.Parser<Proto.Attribute>Proto.Attribute.getParserForType()static com.google.protobuf.Parser<Proto.Attribute>Proto.Attribute.parser()Methods in io.riemann.riemann with parameters of type Proto.AttributeModifier and TypeMethodDescriptionProto.Event.Builder.addAttributes(int index, Proto.Attribute value) repeated .Attribute attributes = 9;Proto.Event.Builder.addAttributes(Proto.Attribute value) repeated .Attribute attributes = 9;Proto.Attribute.Builder.mergeFrom(Proto.Attribute other) static Proto.Attribute.BuilderProto.Attribute.newBuilder(Proto.Attribute prototype) Proto.Event.Builder.setAttributes(int index, Proto.Attribute value) repeated .Attribute attributes = 9;Method parameters in io.riemann.riemann with type arguments of type Proto.AttributeModifier and TypeMethodDescriptionProto.Event.Builder.addAllAttributes(Iterable<? extends Proto.Attribute> values) repeated .Attribute attributes = 9;