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