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 7746802 commit 2d215abCopy full SHA for 2d215ab
healthcare/v1beta1/src/main/java/snippets/healthcare/fhir/FhirStoreCreate.java
@@ -16,7 +16,7 @@
16
17
package snippets.healthcare.fhir;
18
19
-// [START healthcare_delete_fhir_store]
+// [START healthcare_create_fhir_store]
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;
@@ -88,4 +88,4 @@ private static CloudHealthcare createClient() throws IOException {
88
.build();
89
}
90
91
-// [END healthcare_delete_fhir_store]
+// [END healthcare_create_fhir_store]
0 commit comments