Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudHealthcareV1beta1FhirBigQueryDestination |
GoogleCloudHealthcareV1beta1FhirBigQueryDestination.clone() |
GoogleCloudHealthcareV1beta1FhirBigQueryDestination |
ExportResourcesRequest.getBigqueryDestination()
The BigQuery output destination.
|
GoogleCloudHealthcareV1beta1FhirBigQueryDestination |
StreamConfig.getBigqueryDestination()
The destination BigQuery structure that contains both the dataset location and corresponding
schema config.
|
GoogleCloudHealthcareV1beta1FhirBigQueryDestination |
GoogleCloudHealthcareV1beta1FhirBigQueryDestination.set(String fieldName,
Object value) |
GoogleCloudHealthcareV1beta1FhirBigQueryDestination |
GoogleCloudHealthcareV1beta1FhirBigQueryDestination.setDatasetUri(String datasetUri)
BigQuery URI to an existing dataset, up to 2000 characters long, in the format
`bq://projectId.bqDatasetId`.
|
GoogleCloudHealthcareV1beta1FhirBigQueryDestination |
GoogleCloudHealthcareV1beta1FhirBigQueryDestination.setForce(Boolean force)
Use `write_disposition` instead.
|
GoogleCloudHealthcareV1beta1FhirBigQueryDestination |
GoogleCloudHealthcareV1beta1FhirBigQueryDestination.setSchemaConfig(SchemaConfig schemaConfig)
The configuration for the exported BigQuery schema.
|
GoogleCloudHealthcareV1beta1FhirBigQueryDestination |
GoogleCloudHealthcareV1beta1FhirBigQueryDestination.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(GoogleCloudHealthcareV1beta1FhirBigQueryDestination bigqueryDestination)
The BigQuery output destination.
|
StreamConfig |
StreamConfig.setBigqueryDestination(GoogleCloudHealthcareV1beta1FhirBigQueryDestination bigqueryDestination)
The destination BigQuery structure that contains both the dataset location and corresponding
schema config.
|
Copyright © 2011–2024 Google. All rights reserved.