| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.language.agent.v3 |
| Modifier and Type | Method and Description |
|---|---|
static SpanLayer |
SpanLayer.forNumber(int value) |
SpanLayer |
SpanObjectOrBuilder.getSpanLayer()
Span layer represent the component tech stack, related to the network tech.
|
SpanLayer |
SpanObject.getSpanLayer()
Span layer represent the component tech stack, related to the network tech.
|
SpanLayer |
SpanObject.Builder.getSpanLayer()
Span layer represent the component tech stack, related to the network tech.
|
static SpanLayer |
SpanLayer.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SpanLayer |
SpanLayer.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SpanLayer |
SpanLayer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanLayer[] |
SpanLayer.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<SpanLayer> |
SpanLayer.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SpanObject.Builder |
SpanObject.Builder.setSpanLayer(SpanLayer value)
Span layer represent the component tech stack, related to the network tech.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.