Google Cloud Contact Center Insights V1 Client - Class WriteDisposition (2.0.0-RC1)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class WriteDisposition.

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

Protobuf type google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.WriteDisposition

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ ExportInsightsDataRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

WRITE_DISPOSITION_UNSPECIFIED

Value: 0

Write disposition is not specified. Defaults to WRITE_TRUNCATE.

Generated from protobuf enum WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_TRUNCATE

Value: 1

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

Generated from protobuf enum WRITE_TRUNCATE = 1;

WRITE_APPEND

Value: 2

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

Generated from protobuf enum WRITE_APPEND = 2;