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.SpanKind
Span.SpanKind. forNumber(int value)
Span.SpanKind
Span.Builder. getSpanKind()
Optional.Span.SpanKind
Span. getSpanKind()
Optional.Span.SpanKind
SpanOrBuilder. getSpanKind()
Optional.static Span.SpanKind
Span.SpanKind. valueOf(int value)
Deprecated.static Span.SpanKind
Span.SpanKind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Span.SpanKind
Span.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.Builder
Span.Builder. setSpanKind(Span.SpanKind value)
Optional.
-