Enum ExportInsightsDataRequest.WriteDisposition (2.41.0)

public enum ExportInsightsDataRequest.WriteDisposition extends Enum<ExportInsightsDataRequest.WriteDisposition> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
WRITE_APPEND

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

WRITE_APPEND = 2;

WRITE_APPEND_VALUE

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

WRITE_APPEND = 2;

WRITE_DISPOSITION_UNSPECIFIED

Write disposition is not specified. Defaults to WRITE_TRUNCATE.

WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_DISPOSITION_UNSPECIFIED_VALUE

Write disposition is not specified. Defaults to WRITE_TRUNCATE.

WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_TRUNCATE

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

WRITE_TRUNCATE = 1;

WRITE_TRUNCATE_VALUE

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

WRITE_TRUNCATE = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()