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