Uses of Class
io.opentelemetry.proto.metrics.v1.Exemplar.ValueCase
-
Packages that use Exemplar.ValueCase Package Description io.opentelemetry.proto.metrics.v1 -
-
Uses of Exemplar.ValueCase in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return Exemplar.ValueCase Modifier and Type Method Description static Exemplar.ValueCaseExemplar.ValueCase. forNumber(int value)Exemplar.ValueCaseExemplar.Builder. getValueCase()Exemplar.ValueCaseExemplar. getValueCase()Exemplar.ValueCaseExemplarOrBuilder. getValueCase()static Exemplar.ValueCaseExemplar.ValueCase. valueOf(int value)Deprecated.static Exemplar.ValueCaseExemplar.ValueCase. valueOf(String name)Returns the enum constant of this type with the specified name.static Exemplar.ValueCase[]Exemplar.ValueCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-