GoogleCloudHealthcareV1FhirBigQueryDestinationResponse

data class GoogleCloudHealthcareV1FhirBigQueryDestinationResponse(val datasetUri: String, val force: Boolean, val schemaConfig: SchemaConfigResponse, val writeDisposition: String)

The configuration for exporting to BigQuery.

Constructors

constructor(datasetUri: String, force: Boolean, schemaConfig: SchemaConfigResponse, writeDisposition: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

BigQuery URI to an existing dataset, up to 2000 characters long, in the format bq://projectId.bqDatasetId.

Link copied to clipboard

If this flag is TRUE, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. 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

The configuration for the exported BigQuery schema.

Link copied to clipboard

Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the force parameter is ignored.