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 86b6688 commit 7517dd7Copy full SHA for 7517dd7
healthcare/v1beta1/src/main/java/snippets/healthcare/datasets/DatasetDeIdentify.java
@@ -16,7 +16,7 @@
16
17
package snippets.healthcare.datasets;
18
19
-// [START healthcare_deidentify_dataset]
+// [START healthcare_dicom_keeplist_deidentify_dataset]
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;
@@ -108,4 +108,4 @@ private static CloudHealthcare createClient() throws IOException {
108
.build();
109
}
110
111
-// [END healthcare_deidentify_dataset]
+// [END healthcare_dicom_keeplist_deidentify_dataset]
0 commit comments