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