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