Google\Cloud\BigQuery\BigQueryClient::bytes PHP Method

bytes() public method

Example: $bytes = $bigQuery->bytes('hello world');
public bytes ( string | resource | Psr\Http\Message\StreamInterface $value ) : Bytes
$value string | resource | Psr\Http\Message\StreamInterface The bytes value.
return Bytes
    public function bytes($value)
    {
        return new Bytes($value);
    }