UInt32Value
class UInt32Value extends Message
Wrapper message for uint32
.
The JSON representation for UInt32Value
is JSON number.
Protobuf type Google\Protobuf\UInt32Value
Methods
Details
at line 26
__construct()
at line 37
int
getValue()
The uint32 value.
Generated from protobuf field uint32 value = 1;
at line 48
setValue(int $var)
The uint32 value.
Generated from protobuf field uint32 value = 1;