Uses of Enum Class
org.apache.skywalking.apm.network.servicemesh.v3.Protocol
Packages that use Protocol
-
Uses of Protocol in org.apache.skywalking.apm.network.servicemesh.v3
Methods in org.apache.skywalking.apm.network.servicemesh.v3 that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolProtocol.forNumber(int value) ServiceMeshMetric.Builder.getProtocol().skywalking.v3.Protocol protocol = 11;ServiceMeshMetric.getProtocol().skywalking.v3.Protocol protocol = 11;ServiceMeshMetricOrBuilder.getProtocol().skywalking.v3.Protocol protocol = 11;static ProtocolProtocol.valueOf(int value) Deprecated.static ProtocolProtocol.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ProtocolReturns the enum constant of this class with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.skywalking.apm.network.servicemesh.v3 that return types with arguments of type ProtocolModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Protocol>Protocol.internalGetValueMap()Methods in org.apache.skywalking.apm.network.servicemesh.v3 with parameters of type ProtocolModifier and TypeMethodDescriptionServiceMeshMetric.Builder.setProtocol(Protocol value) .skywalking.v3.Protocol protocol = 11;