Class AnyValue
- java.lang.Object
-
- io.opentelemetry.proto.common.v1.internal.AnyValue
-
public final class AnyValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ProtoFieldInfo
ARRAY_VALUE
static ProtoFieldInfo
BOOL_VALUE
static ProtoFieldInfo
BYTES_VALUE
static ProtoFieldInfo
DOUBLE_VALUE
static ProtoFieldInfo
INT_VALUE
static ProtoFieldInfo
KVLIST_VALUE
static ProtoFieldInfo
STRING_VALUE
-
Constructor Summary
Constructors Constructor Description AnyValue()
-
-
-
Field Detail
-
STRING_VALUE
public static final ProtoFieldInfo STRING_VALUE
-
BOOL_VALUE
public static final ProtoFieldInfo BOOL_VALUE
-
INT_VALUE
public static final ProtoFieldInfo INT_VALUE
-
DOUBLE_VALUE
public static final ProtoFieldInfo DOUBLE_VALUE
-
ARRAY_VALUE
public static final ProtoFieldInfo ARRAY_VALUE
-
KVLIST_VALUE
public static final ProtoFieldInfo KVLIST_VALUE
-
BYTES_VALUE
public static final ProtoFieldInfo BYTES_VALUE
-
-