bigqueryDestination property

GoogleCloudHealthcareV1DicomBigQueryDestination? bigqueryDestination
getter/setter pair

The BigQuery output destination.

You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location: roles/bigquery.dataEditor and roles/bigquery.jobUser.

Implementation

GoogleCloudHealthcareV1DicomBigQueryDestination? bigqueryDestination;