Reference documentation and code samples for the Financial Services V1 API module Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition.
WriteDisposition controls the behavior when the destination table already
exists.
Constants
WRITE_DISPOSITION_UNSPECIFIED
value: 0 Default behavior is the same as WRITE_EMPTY.
WRITE_EMPTY
value: 1 If the table already exists and contains data, an error is returned.
WRITE_TRUNCATE
value: 2 If the table already exists, the data will be overwritten.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Financial Services V1 API - Module Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition (v0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/ruby/docs/reference/google-cloud-financial_services-v1/latest/Google-Cloud-FinancialServices-V1-BigQueryDestination-WriteDisposition)\n- [0.1.1](/ruby/docs/reference/google-cloud-financial_services-v1/0.1.1/Google-Cloud-FinancialServices-V1-BigQueryDestination-WriteDisposition) \nReference documentation and code samples for the Financial Services V1 API module Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition.\n\nWriteDisposition controls the behavior when the destination table already\nexists.\n\nConstants\n---------\n\n### WRITE_DISPOSITION_UNSPECIFIED\n\n**value:** 0 \nDefault behavior is the same as WRITE_EMPTY.\n\n### WRITE_EMPTY\n\n**value:** 1 \nIf the table already exists and contains data, an error is returned.\n\n### WRITE_TRUNCATE\n\n**value:** 2 \nIf the table already exists, the data will be overwritten."]]