Skip to content

Commit

Permalink
Update region tag DicomStoreExport.java (GoogleCloudPlatform#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
noerog authored and kurtisvg committed Jun 25, 2019
1 parent 4408bd1 commit 1145729
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package snippets.healthcare.dicom;

// [START healthcare_export_dicom_instance]
// [START healthcare_export_dicom_instance_gcs]
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
import com.google.api.client.http.HttpHeaders;
import com.google.api.client.http.HttpRequestInitializer;
Expand Down Expand Up @@ -105,4 +105,4 @@ private static CloudHealthcare createClient() throws IOException {
.build();
}
}
// [END healthcare_export_dicom_instance]
// [END healthcare_export_dicom_instance_gcs]

0 comments on commit 1145729

Please sign in to comment.