foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
tracing
/
foundry.tracing
/
KeyValue
/
KeyValue
Key
Value
constructor
(
key
:
String
=
""
,
v_type
:
ValueType
=
ValueType.STRING
,
v_str
:
String
=
""
,
v_bool
:
Boolean
=
false
,
v_int64
:
Long
=
0
,
v_float64
:
Double
=
0.0
,
v_binary
:
ByteString
=
ByteString.EMPTY
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)