| Package | Description |
|---|---|
| io.opencensus.proto.trace.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Span.SpanKind |
Span.SpanKind.forNumber(int value) |
Span.SpanKind |
Span.getKind()
Distinguishes between spans generated in a particular context.
|
Span.SpanKind |
Span.Builder.getKind()
Distinguishes between spans generated in a particular context.
|
Span.SpanKind |
SpanOrBuilder.getKind()
Distinguishes between spans generated in a particular context.
|
static Span.SpanKind |
Span.SpanKind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Span.SpanKind |
Span.SpanKind.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Span.SpanKind> |
Span.SpanKind.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Span.Builder |
Span.Builder.setKind(Span.SpanKind value)
Distinguishes between spans generated in a particular context.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.