Uses of Enum Class
io.helidon.tracing.exporter.jaeger.proto.api_v2.Model.ValueType
Packages that use Model.ValueType
-
Uses of Model.ValueType in io.helidon.tracing.exporter.jaeger.proto.api_v2
Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 that return Model.ValueTypeModifier and TypeMethodDescriptionstatic Model.ValueTypeModel.ValueType.forNumber(int value) Model.KeyValue.Builder.getVType().jaeger.api_v2.ValueType v_type = 2;Model.KeyValue.getVType().jaeger.api_v2.ValueType v_type = 2;Model.KeyValueOrBuilder.getVType().jaeger.api_v2.ValueType v_type = 2;static Model.ValueTypeModel.ValueType.valueOf(int value) Deprecated.static Model.ValueTypeModel.ValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Model.ValueTypeReturns the enum constant of this class with the specified name.static Model.ValueType[]Model.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 that return types with arguments of type Model.ValueTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Model.ValueType> Model.ValueType.internalGetValueMap()Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 with parameters of type Model.ValueTypeModifier and TypeMethodDescriptionModel.KeyValue.Builder.setVType(Model.ValueType value) .jaeger.api_v2.ValueType v_type = 2;