Uses of Enum
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) HTTPServiceMeshMetric.Builder.getProtocol().skywalking.v3.Protocol protocol = 11;HTTPServiceMeshMetric.getProtocol().skywalking.v3.Protocol protocol = 11;HTTPServiceMeshMetricOrBuilder.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 type with the specified name.static ProtocolReturns 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.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 TypeMethodDescriptionHTTPServiceMeshMetric.Builder.setProtocol(Protocol value) .skywalking.v3.Protocol protocol = 11;