google_api_health_care v0.20.0 GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomBigQueryDestination View Source

The BigQuery table where the server writes output.

Attributes

  • force (type: boolean(), default: nil) - This flag is being replaced by write_disposition which provides additional options. force=false is equivalent to WRITE_EMPTY and force=true is equivalent to 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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomBigQueryDestination{
    force: boolean(),
    tableUri: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.