| Package | Description |
|---|---|
| io.opencensus.proto.trace.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Span.Link.Type |
Span.Link.Type.forNumber(int value) |
Span.Link.Type |
Span.LinkOrBuilder.getType()
The relationship of the current span relative to the linked span.
|
Span.Link.Type |
Span.Link.getType()
The relationship of the current span relative to the linked span.
|
Span.Link.Type |
Span.Link.Builder.getType()
The relationship of the current span relative to the linked span.
|
static Span.Link.Type |
Span.Link.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Span.Link.Type |
Span.Link.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Span.Link.Type |
Span.Link.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Span.Link.Type[] |
Span.Link.Type.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.Link.Type> |
Span.Link.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Span.Link.Builder |
Span.Link.Builder.setType(Span.Link.Type value)
The relationship of the current span relative to the linked span.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.