com.google.protobuf.wrappers
Type members
Classlikes
Wrapper message for bool.
Wrapper message for bool.
The JSON representation for BoolValue is JSON true and false.
- Value parameters:
- value
The bool value.
- Companion:
- object
- Companion:
- class
Wrapper message for bytes.
Wrapper message for bytes.
The JSON representation for BytesValue is JSON string.
- Value parameters:
- value
The bytes value.
- Companion:
- object
- Companion:
- class
Wrapper message for double.
Wrapper message for double.
The JSON representation for DoubleValue is JSON number.
- Value parameters:
- value
The double value.
- Companion:
- object
- Companion:
- class
Wrapper message for float.
Wrapper message for float.
The JSON representation for FloatValue is JSON number.
- Value parameters:
- value
The float value.
- Companion:
- object
- Companion:
- class
Wrapper message for int32.
Wrapper message for int32.
The JSON representation for Int32Value is JSON number.
- Value parameters:
- value
The int32 value.
- Companion:
- object
- Companion:
- class
Wrapper message for int64.
Wrapper message for int64.
The JSON representation for Int64Value is JSON string.
- Value parameters:
- value
The int64 value.
- Companion:
- object
- Companion:
- class
Wrapper message for string.
Wrapper message for string.
The JSON representation for StringValue is JSON string.
- Value parameters:
- value
The string value.
- Companion:
- object
- Companion:
- class
Wrapper message for uint32.
Wrapper message for uint32.
The JSON representation for UInt32Value is JSON number.
- Value parameters:
- value
The uint32 value.
- Companion:
- object
- Companion:
- class
Wrapper message for uint64.
Wrapper message for uint64.
The JSON representation for UInt64Value is JSON string.
- Value parameters:
- value
The uint64 value.
- Companion:
- object
- Companion:
- class