BigQueryAuditMetadata.WriteDisposition

Describes whether a job should overwrite or append the existing destination table if it already exists.

Enums
WRITE_DISPOSITION_UNSPECIFIED Unknown.
WRITE_EMPTY This job should only be writing to empty tables.
WRITE_TRUNCATE This job will truncate the existing table data.
WRITE_APPEND This job will append to the table.