# Functions
Bool stores v in a new BoolValue and returns a pointer to it.
Bytes stores v in a new BytesValue and returns a pointer to it.
Double stores v in a new DoubleValue and returns a pointer to it.
Float stores v in a new FloatValue and returns a pointer to it.
Int32 stores v in a new Int32Value and returns a pointer to it.
Int64 stores v in a new Int64Value and returns a pointer to it.
String stores v in a new StringValue and returns a pointer to it.
UInt32 stores v in a new UInt32Value and returns a pointer to it.
UInt64 stores v in a new UInt64Value and returns a pointer to it.
# Structs
Wrapper message for `bool`.
Wrapper message for `bytes`.
Wrapper message for `double`.
Wrapper message for `float`.
Wrapper message for `int32`.
Wrapper message for `int64`.
Wrapper message for `string`.
Wrapper message for `uint32`.
Wrapper message for `uint64`.