google_api_health_care v0.9.1 GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirBigQueryDestination View Source

The configuration for exporting to BigQuery.

Attributes

  • datasetUri (type: String.t, default: nil) - BigQuery URI to a dataset, up to 2000 characters long, in the format bq://projectId.bqDatasetId
  • force (type: boolean(), default: nil) - If this flag is TRUE, all tables will be 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.
  • schemaConfig (type: GoogleApi.HealthCare.V1beta1.Model.SchemaConfig.t, default: nil) - The configuration for the exported BigQuery schema.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirBigQueryDestination{
    datasetUri: String.t(),
    force: boolean(),
    schemaConfig: GoogleApi.HealthCare.V1beta1.Model.SchemaConfig.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.