Interface Value<T>

Type Parameters:
T - the type. See getValue() for description of types.

public interface Value<T>
Value mirrors the proto AnyValue message type, and is used to model any type.

It can be used to represent:

Currently, Value is only used as an argument for LogRecordBuilder.setBody(Value).

Since:
1.42.0