Uses of Class
io.opentelemetry.proto.trace.v1.Status.StatusCode
-
Packages that use Status.StatusCode Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of Status.StatusCode in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Status.StatusCode Modifier and Type Method Description static Status.StatusCodeStatus.StatusCode. forNumber(int value)Status.StatusCodeStatus.Builder. getCode()The status code.Status.StatusCodeStatus. getCode()The status code.Status.StatusCodeStatusOrBuilder. 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.StatusCodeStatus.StatusCode. valueOf(String name)Returns 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.StatusCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Status.StatusCode>Status.StatusCode. internalGetValueMap()Methods in io.opentelemetry.proto.trace.v1 with parameters of type Status.StatusCode Modifier and Type Method Description Status.BuilderStatus.Builder. setCode(Status.StatusCode value)The status code.
-