Google\Cloud\BigQuery\Bytes::__construct PHP Méthode

__construct() public méthode

public __construct ( string | resource | Psr\Http\Message\StreamInterface $value )
$value string | resource | Psr\Http\Message\StreamInterface The bytes value.
    public function __construct($value)
    {
        $this->value = Psr7\stream_for($value);
    }