Uses of Class
io.opentelemetry.proto.trace.v1.Status.DeprecatedStatusCode
-
Packages that use Status.DeprecatedStatusCode Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of Status.DeprecatedStatusCode in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Status.DeprecatedStatusCode Modifier and Type Method Description static Status.DeprecatedStatusCodeStatus.DeprecatedStatusCode. forNumber(int value)Status.DeprecatedStatusCodeStatus.Builder. getDeprecatedCode()Deprecated.Status.DeprecatedStatusCodeStatus. getDeprecatedCode()Deprecated.Status.DeprecatedStatusCodeStatusOrBuilder. getDeprecatedCode()Deprecated.static Status.DeprecatedStatusCodeStatus.DeprecatedStatusCode. valueOf(int value)Deprecated.static Status.DeprecatedStatusCodeStatus.DeprecatedStatusCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Status.DeprecatedStatusCodeStatus.DeprecatedStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static Status.DeprecatedStatusCode[]Status.DeprecatedStatusCode. 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.DeprecatedStatusCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Status.DeprecatedStatusCode>Status.DeprecatedStatusCode. internalGetValueMap()Methods in io.opentelemetry.proto.trace.v1 with parameters of type Status.DeprecatedStatusCode Modifier and Type Method Description Status.BuilderStatus.Builder. setDeprecatedCode(Status.DeprecatedStatusCode value)Deprecated.
-