GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition

enum GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition : Enum<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition> , ConvertibleToJava<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition>

Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the force parameter is ignored.

Entries

Link copied to clipboard

Default behavior is the same as WRITE_EMPTY.

Link copied to clipboard

Only export data if the destination table is empty.

Link copied to clipboard

Erase all existing data in the destination table before writing the instances.

Link copied to clipboard

Append data to the destination table.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.