You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/DeidentifiedStoreDestination.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ public final class DeidentifiedStoreDestination extends com.google.api.client.js
37
37
privateDeidentifyConfigconfig;
38
38
39
39
/**
40
-
* The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/lo
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/FhirStore.java
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/GoogleCloudHealthcareV1DicomBigQueryDestination.java
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/StreamConfig.java
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,10 @@ public final class StreamConfig extends com.google.api.client.json.GenericJson {
61
61
/**
62
62
* The destination FHIR store for de-identified resources. After this field is added, all
63
63
* subsequent creates/updates/patches to the source store will be de-identified using the provided
64
-
* configuration and applied to the destination store. Importing resources to the source store
65
-
* will not trigger the streaming. If the source store already contains resources when this option
66
-
* is enabled, those resources will not be copied to the destination store unless they are
64
+
* configuration and applied to the destination store. Resources deleted from the source store
65
+
* will be deleted from the destination store. Importing resources to the source store will not
66
+
* trigger the streaming. If the source store already contains resources when this option is
67
+
* enabled, those resources will not be copied to the destination store unless they are
67
68
* subsequently updated. This may result in invalid references in the destination store. Before
68
69
* adding this config, you must grant the healthcare.fhirResources.update permission on the
69
70
* destination store to your project's **Cloud Healthcare Service Agent** [service
@@ -152,9 +153,10 @@ public StreamConfig setBigqueryDestination(GoogleCloudHealthcareV1FhirBigQueryDe
152
153
/**
153
154
* The destination FHIR store for de-identified resources. After this field is added, all
154
155
* subsequent creates/updates/patches to the source store will be de-identified using the provided
155
-
* configuration and applied to the destination store. Importing resources to the source store
156
-
* will not trigger the streaming. If the source store already contains resources when this option
157
-
* is enabled, those resources will not be copied to the destination store unless they are
156
+
* configuration and applied to the destination store. Resources deleted from the source store
157
+
* will be deleted from the destination store. Importing resources to the source store will not
158
+
* trigger the streaming. If the source store already contains resources when this option is
159
+
* enabled, those resources will not be copied to the destination store unless they are
158
160
* subsequently updated. This may result in invalid references in the destination store. Before
159
161
* adding this config, you must grant the healthcare.fhirResources.update permission on the
160
162
* destination store to your project's **Cloud Healthcare Service Agent** [service
@@ -173,9 +175,10 @@ public DeidentifiedStoreDestination getDeidentifiedStoreDestination() {
173
175
/**
174
176
* The destination FHIR store for de-identified resources. After this field is added, all
175
177
* subsequent creates/updates/patches to the source store will be de-identified using the provided
176
-
* configuration and applied to the destination store. Importing resources to the source store
177
-
* will not trigger the streaming. If the source store already contains resources when this option
178
-
* is enabled, those resources will not be copied to the destination store unless they are
178
+
* configuration and applied to the destination store. Resources deleted from the source store
179
+
* will be deleted from the destination store. Importing resources to the source store will not
180
+
* trigger the streaming. If the source store already contains resources when this option is
181
+
* enabled, those resources will not be copied to the destination store unless they are
179
182
* subsequently updated. This may result in invalid references in the destination store. Before
180
183
* adding this config, you must grant the healthcare.fhirResources.update permission on the
181
184
* destination store to your project's **Cloud Healthcare Service Agent** [service
0 commit comments