| Package | Description |
|---|---|
| com.google.api.services.healthcare.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudHealthcareV1FhirBigQueryDestination |
GoogleCloudHealthcareV1FhirBigQueryDestination.clone() |
GoogleCloudHealthcareV1FhirBigQueryDestination |
ExportResourcesRequest.getBigqueryDestination()
The BigQuery output destination.
|
GoogleCloudHealthcareV1FhirBigQueryDestination |
StreamConfig.getBigqueryDestination()
The destination BigQuery structure that contains both the dataset location and corresponding
schema config.
|
GoogleCloudHealthcareV1FhirBigQueryDestination |
GoogleCloudHealthcareV1FhirBigQueryDestination.set(String fieldName,
Object value) |
GoogleCloudHealthcareV1FhirBigQueryDestination |
GoogleCloudHealthcareV1FhirBigQueryDestination.setDatasetUri(String datasetUri)
BigQuery URI to an existing dataset, up to 2000 characters long, in the format
`bq://projectId.bqDatasetId`.
|
GoogleCloudHealthcareV1FhirBigQueryDestination |
GoogleCloudHealthcareV1FhirBigQueryDestination.setForce(Boolean force)
If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables
are written.
|
GoogleCloudHealthcareV1FhirBigQueryDestination |
GoogleCloudHealthcareV1FhirBigQueryDestination.setSchemaConfig(SchemaConfig schemaConfig)
The configuration for the exported BigQuery schema.
|
GoogleCloudHealthcareV1FhirBigQueryDestination |
GoogleCloudHealthcareV1FhirBigQueryDestination.setWriteDisposition(String writeDisposition)
Determines if existing data in the destination dataset is overwritten, appended to, or not
written if the tables contain data.
|
| Modifier and Type | Method and Description |
|---|---|
ExportResourcesRequest |
ExportResourcesRequest.setBigqueryDestination(GoogleCloudHealthcareV1FhirBigQueryDestination bigqueryDestination)
The BigQuery output destination.
|
StreamConfig |
StreamConfig.setBigqueryDestination(GoogleCloudHealthcareV1FhirBigQueryDestination bigqueryDestination)
The destination BigQuery structure that contains both the dataset location and corresponding
schema config.
|
Copyright © 2011–2021 Google. All rights reserved.