Uses of Enum Class
io.helidon.tracing.exporter.jaeger.proto.api_v2.Model.SpanRefType
Packages that use Model.SpanRefType
-
Uses of Model.SpanRefType in io.helidon.tracing.exporter.jaeger.proto.api_v2
Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 that return Model.SpanRefTypeModifier and TypeMethodDescriptionstatic Model.SpanRefTypeModel.SpanRefType.forNumber(int value) Model.SpanRef.Builder.getRefType().jaeger.api_v2.SpanRefType ref_type = 3;Model.SpanRef.getRefType().jaeger.api_v2.SpanRefType ref_type = 3;Model.SpanRefOrBuilder.getRefType().jaeger.api_v2.SpanRefType ref_type = 3;static Model.SpanRefTypeModel.SpanRefType.valueOf(int value) Deprecated.static Model.SpanRefTypeModel.SpanRefType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Model.SpanRefTypeReturns the enum constant of this class with the specified name.static Model.SpanRefType[]Model.SpanRefType.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.SpanRefTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Model.SpanRefType> Model.SpanRefType.internalGetValueMap()Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 with parameters of type Model.SpanRefTypeModifier and TypeMethodDescriptionModel.SpanRef.Builder.setRefType(Model.SpanRefType value) .jaeger.api_v2.SpanRefType ref_type = 3;