Hello,
I'm developing a custom tool with Java for writing data to BigQuery. This tool sends data to the Storage Write API in "Pending" mode. I've understood that setting writeDisposition to WRITE_TRUNCATE will truncate the target table before writes are committed. My question is how do I set writeDisposition when using the Java client for the Storage Write API? Should it be set for the