Uses of Enum
io.opentelemetry.proto.trace.v1.Span.SpanKind
Packages that use Span.SpanKind
-
Uses of Span.SpanKind in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Span.SpanKindModifier and TypeMethodDescriptionstatic Span.SpanKindSpan.SpanKind.forNumber(int value) Span.Builder.getKind()Distinguishes between spans generated in a particular context.Span.getKind()Distinguishes between spans generated in a particular context.SpanOrBuilder.getKind()Distinguishes between spans generated in a particular context.static Span.SpanKindSpan.SpanKind.valueOf(int value) Deprecated.static Span.SpanKindSpan.SpanKind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Span.SpanKindReturns the enum constant of this type with the specified name.static Span.SpanKind[]Span.SpanKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.SpanKindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Span.SpanKind>Span.SpanKind.internalGetValueMap()Methods in io.opentelemetry.proto.trace.v1 with parameters of type Span.SpanKindModifier and TypeMethodDescriptionSpan.Builder.setKind(Span.SpanKind value) Distinguishes between spans generated in a particular context.