Closed
Description
There doesn't appear to be a way to set the JobId, making cancel(String JobiD) challenging.
Looking at Python L35, The query Job takes a JobId. There doesn't appear to be a similar method for Java. ;(
client = bigquery.Client()
query_job = client.run_async_query(str(uuid.uuid4()), query)
query_job.use_legacy_sql = False
query_job.begin()