| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.common.v3 | |
| org.apache.skywalking.apm.network.servicemesh.v3 |
| Modifier and Type | Method and Description |
|---|---|
static DetectPoint |
DetectPoint.forNumber(int value) |
static DetectPoint |
DetectPoint.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DetectPoint |
DetectPoint.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DetectPoint |
DetectPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectPoint[] |
DetectPoint.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<DetectPoint> |
DetectPoint.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DetectPoint |
ServiceMeshMetric.getDetectPoint()
.skywalking.v3.DetectPoint detectPoint = 12; |
DetectPoint |
ServiceMeshMetric.Builder.getDetectPoint()
.skywalking.v3.DetectPoint detectPoint = 12; |
DetectPoint |
ServiceMeshMetricOrBuilder.getDetectPoint()
.skywalking.v3.DetectPoint detectPoint = 12; |
| Modifier and Type | Method and Description |
|---|---|
ServiceMeshMetric.Builder |
ServiceMeshMetric.Builder.setDetectPoint(DetectPoint value)
.skywalking.v3.DetectPoint detectPoint = 12; |
Copyright © 2022 The Apache Software Foundation. All rights reserved.