View Source GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomBigQueryDestination (google_api_health_care v0.50.1)

The BigQuery table where the server writes the output.

Attributes

  • force (type: boolean(), default: nil) - 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.
  • tableUri (type: String.t, default: nil) - BigQuery URI to a table, up to 2000 characters long, in the format bq://projectId.bqDatasetId.tableId
  • writeDisposition (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomBigQueryDestination{
    force: boolean() | nil,
    tableUri: String.t() | nil,
    writeDisposition: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.