Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.clone() |
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
ExportAnnotationsRequest.getBigqueryDestination()
The BigQuery output destination, which requires two IAM roles: `roles/bigquery.dataEditor` and
`roles/bigquery.jobUser`.
|
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
EvaluateAnnotationStoreRequest.getBigqueryDestination()
The BigQuery table where the server writes the output.
|
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.set(String fieldName,
Object value) |
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.setForce(Boolean force)
Use `write_disposition` instead.
|
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.setSchemaType(String schemaType)
Specifies the schema format to export.
|
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.setTableUri(String tableUri)
BigQuery URI to a table, up to 2000 characters long, must be of the form
bq://projectId.bqDatasetId.tableId.
|
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.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 |
---|---|
ExportAnnotationsRequest |
ExportAnnotationsRequest.setBigqueryDestination(GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination bigqueryDestination)
The BigQuery output destination, which requires two IAM roles: `roles/bigquery.dataEditor` and
`roles/bigquery.jobUser`.
|
EvaluateAnnotationStoreRequest |
EvaluateAnnotationStoreRequest.setBigqueryDestination(GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination bigqueryDestination)
The BigQuery table where the server writes the output.
|
Copyright © 2011–2024 Google. All rights reserved.