Uses of Class
com.google.devtools.cloudtrace.v2.Span.SpanKind
-
Packages that use Span.SpanKind Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of Span.SpanKind in com.google.devtools.cloudtrace.v2
Methods in com.google.devtools.cloudtrace.v2 that return Span.SpanKind Modifier and Type Method Description static Span.SpanKindSpan.SpanKind. forNumber(int value)Span.SpanKindSpan.Builder. getSpanKind()Optional.Span.SpanKindSpan. getSpanKind()Optional.Span.SpanKindSpanOrBuilder. getSpanKind()Optional.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.SpanKindSpan.SpanKind. valueOf(String name)Returns 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 com.google.devtools.cloudtrace.v2 that return types with arguments of type Span.SpanKind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Span.SpanKind>Span.SpanKind. internalGetValueMap()Methods in com.google.devtools.cloudtrace.v2 with parameters of type Span.SpanKind Modifier and Type Method Description Span.BuilderSpan.Builder. setSpanKind(Span.SpanKind value)Optional.
-