How can we set the "Maximum Bytes Billed" property on a query created with the BigQuery cloud library (com.google.cloud.bigquery.* namespace) ?
The non-cloud library has the property on the JobConfigurationQuery property. I was looking for the same thing on the QueryJobConfiguration object to no avail.
Using v1.55.0 of the cloud library.
How do we use this property on a query ?
Thanks!