Uses of Enum
io.opentelemetry.proto.trace.v1.Status.StatusCode
Packages that use Status.StatusCode
-
Uses of Status.StatusCode in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Status.StatusCodeModifier and TypeMethodDescriptionstatic Status.StatusCodeStatus.StatusCode.forNumber(int value) Status.Builder.getCode()The status code.Status.getCode()The status code.StatusOrBuilder.getCode()The status code.static Status.StatusCodeStatus.StatusCode.valueOf(int value) Deprecated.static Status.StatusCodeStatus.StatusCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Status.StatusCodeReturns the enum constant of this type with the specified name.static Status.StatusCode[]Status.StatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Status.StatusCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Status.StatusCode>Status.StatusCode.internalGetValueMap()Methods in io.opentelemetry.proto.trace.v1 with parameters of type Status.StatusCodeModifier and TypeMethodDescriptionStatus.Builder.setCode(Status.StatusCode value) The status code.