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