Wrapper message for bytes
.
The JSON representation for BytesValue
is JSON string.
Not recommended for use in new APIs, but still useful for legacy APIs and
has no plan to be removed.
Generated from protobuf message google.protobuf.BytesValue
CloneableInstantiable
Methods |
public __construct( $data = NULL) Constructor.
|
public getValue() The bytes value. Generated from protobuf field bytes value = 1;
|
public setValue( $var) The bytes value. Generated from protobuf field bytes value = 1;
|
Properties |
protected $value = '' The bytes value. Generated from protobuf field bytes value = 1; |
Methods |