We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4408bd1 commit 1145729Copy full SHA for 1145729
healthcare/v1beta1/src/main/java/snippets/healthcare/dicom/DicomStoreExport.java
@@ -16,7 +16,7 @@
16
17
package snippets.healthcare.dicom;
18
19
-// [START healthcare_export_dicom_instance]
+// [START healthcare_export_dicom_instance_gcs]
20
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
21
import com.google.api.client.http.HttpHeaders;
22
import com.google.api.client.http.HttpRequestInitializer;
@@ -105,4 +105,4 @@ private static CloudHealthcare createClient() throws IOException {
105
.build();
106
}
107
108
-// [END healthcare_export_dicom_instance]
+// [END healthcare_export_dicom_instance_gcs]
0 commit comments