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.StatusCode
Status.StatusCode. forNumber(int value)
Status.StatusCode
Status.Builder. getCode()
The status code.Status.StatusCode
Status. getCode()
The status code.Status.StatusCode
StatusOrBuilder. getCode()
The status code.static Status.StatusCode
Status.StatusCode. valueOf(int value)
Deprecated.static Status.StatusCode
Status.StatusCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Status.StatusCode
Status.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.Builder
Status.Builder. setCode(Status.StatusCode value)
The status code.
-