We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbadae commit f27121bCopy full SHA for f27121b
healthcare/v1beta1/src/main/java/snippets/healthcare/fhir/FhirStoreImport.java
@@ -16,7 +16,7 @@
16
17
package snippets.healthcare.fhir;
18
19
-// [START healthcare_import_fhir_instance]
+// [START healthcare_import_fhir_resources]
20
21
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
22
import com.google.api.client.http.HttpHeaders;
@@ -105,4 +105,4 @@ private static CloudHealthcare createClient() throws IOException {
105
.build();
106
}
107
108
-// [END healthcare_import_fhir_instance]
+// [END healthcare_import_fhir_resources]
0 commit comments