Get desktop application:
View/edit binary Protocol Buffers messages
Wrapper message for `bool`. The JSON representation for `BoolValue` is JSON `true` and `false`.
The bool value.
Wrapper message for `bytes`. The JSON representation for `BytesValue` is JSON string.
The bytes value.
Wrapper message for `double`. The JSON representation for `DoubleValue` is JSON number.
The double value.
Wrapper message for `float`. The JSON representation for `FloatValue` is JSON number.
The float value.
Wrapper message for `int32`. The JSON representation for `Int32Value` is JSON number.
The int32 value.
Wrapper message for `int64`. The JSON representation for `Int64Value` is JSON string.
Used in:
,The int64 value.
Wrapper message for `string`. The JSON representation for `StringValue` is JSON string.
The string value.
Wrapper message for `uint32`. The JSON representation for `UInt32Value` is JSON number.
The uint32 value.
Wrapper message for `uint64`. The JSON representation for `UInt64Value` is JSON string.
The uint64 value.