GoogleCloudHealthcareV1beta1DicomBigQueryDestinationArgs

data class GoogleCloudHealthcareV1beta1DicomBigQueryDestinationArgs(val force: Output<Boolean>? = null, val tableUri: Output<String>? = null, val writeDisposition: Output<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition>? = null) : ConvertibleToJava<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationArgs>

The BigQuery table where the server writes output.

Constructors

constructor(force: Output<Boolean>? = null, tableUri: Output<String>? = null, writeDisposition: Output<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition>? = null)

Properties

Link copied to clipboard
val force: Output<Boolean>? = null

Use write_disposition instead. If write_disposition is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.

Link copied to clipboard
val tableUri: Output<String>? = null

BigQuery URI to a table, up to 2000 characters long, in the format bq://projectId.bqDatasetId.tableId

Link copied to clipboard

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.

Functions

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