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/CloudHealthcare.java
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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
46
46
* store will not change, references in complex data types will not be parsed. New stores will
47
47
* have this value set to ENABLED after a notification period. Warning: turning on this flag
48
48
* causes processing existing resources to fail if they contain references to non-existent
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/SearchResourcesRequest.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ public final class SearchResourcesRequest extends com.google.api.client.json.Gen
33
33
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
34
34
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ public final class StreamConfig extends com.google.api.client.json.GenericJson {
73
73
* enable_update_create to true. The destination store must have disable_referential_integrity set
74
74
* to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see
75
75
* [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
76
-
* tos/logging)).
76
+
* tos/logging)). Not supported for R5 stores.
77
77
* The value may be {@code null}.
78
78
*/
79
79
@com.google.api.client.util.Key
@@ -165,7 +165,7 @@ public StreamConfig setBigqueryDestination(GoogleCloudHealthcareV1FhirBigQueryDe
165
165
* enable_update_create to true. The destination store must have disable_referential_integrity set
166
166
* to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see
167
167
* [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
0 commit comments