Module: Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataRequest::WriteDisposition

Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Specifies the action that occurs if the destination table already exists.

Constant Summary collapse

WRITE_DISPOSITION_UNSPECIFIED =

Write disposition is not specified. Defaults to WRITE_TRUNCATE.

0
WRITE_TRUNCATE =

If the table already exists, BigQuery will overwrite the table data and use the schema from the load.

1
WRITE_APPEND =

If the table already exists, BigQuery will append data to the table.

2