We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6370b5 commit 399c6caCopy full SHA for 399c6ca
1 file changed
healthcare/v1beta1/src/main/java/snippets/healthcare/fhir/FhirStoreExport.java
@@ -16,7 +16,7 @@
16
17
package snippets.healthcare.fhir;
18
19
-// [START healthcare_export_fhir_resources]
+// [START healthcare_export_fhir_resources_gcs]
20
21
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
22
import com.google.api.client.http.HttpHeaders;
@@ -101,4 +101,4 @@ private static CloudHealthcare createClient() throws IOException {
101
.build();
102
}
103
104
-// [END healthcare_export_fhir_resources]
+// [END healthcare_export_fhir_resources_gcs]
0 commit comments