Add support in Blob.BlobSourceOption similar to Storage.BlobSourceOption to set the billing project ID.
It will not be able to download blobs using Blob.reader() without defining this parameter when Requester Pays is enabled for a bucket.
Use case: downloading a larger blob using the Blob.reader()
Reference API discovery doc.
[Updated by @frankyn]