Skip to content

Commit fe43ef1

Browse files
feat(healthcare): update the api
#### healthcare:v1 The following keys were added: - schemas.FhirStore.properties.notificationConfig.deprecated (Total Keys: 1) #### healthcare:v1beta1 The following keys were added: - schemas.DeidentifyConfig.properties.dicom.deprecated (Total Keys: 1) - schemas.DeidentifyConfig.properties.fhir.deprecated (Total Keys: 1) - schemas.DeidentifyConfig.properties.image.deprecated (Total Keys: 1) - schemas.FhirStore.properties.notificationConfig.deprecated (Total Keys: 1) - schemas.Hl7V2Store.properties.notificationConfig.deprecated (Total Keys: 1) - schemas.TextConfig.properties.transformations.deprecated (Total Keys: 1)
1 parent b9b0878 commit fe43ef1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

googleapiclient/discovery_cache/documents/healthcare.v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4078,7 +4078,7 @@
40784078
}
40794079
}
40804080
},
4081-
"revision": "20230627",
4081+
"revision": "20230713",
40824082
"rootUrl": "https://healthcare.googleapis.com/",
40834083
"schemas": {
40844084
"ActivateConsentRequest": {
@@ -5192,6 +5192,7 @@
51925192
},
51935193
"notificationConfig": {
51945194
"$ref": "NotificationConfig",
5195+
"deprecated": true,
51955196
"description": "Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, \"action\":\"CreateResource\"."
51965197
},
51975198
"notificationConfigs": {

googleapiclient/discovery_cache/documents/healthcare.v1beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4941,7 +4941,7 @@
49414941
}
49424942
}
49434943
},
4944-
"revision": "20230627",
4944+
"revision": "20230713",
49454945
"rootUrl": "https://healthcare.googleapis.com/",
49464946
"schemas": {
49474947
"Action": {
@@ -5734,6 +5734,7 @@
57345734
},
57355735
"dicom": {
57365736
"$ref": "DicomConfig",
5737+
"deprecated": true,
57375738
"description": "Configures de-id of application/DICOM content. Deprecated. Use `dicom_tag_config` instead."
57385739
},
57395740
"dicomTagConfig": {
@@ -5742,6 +5743,7 @@
57425743
},
57435744
"fhir": {
57445745
"$ref": "FhirConfig",
5746+
"deprecated": true,
57455747
"description": "Configures de-id of application/FHIR content. Deprecated. Use `fhir_field_config` instead."
57465748
},
57475749
"fhirFieldConfig": {
@@ -5750,6 +5752,7 @@
57505752
},
57515753
"image": {
57525754
"$ref": "ImageConfig",
5755+
"deprecated": true,
57535756
"description": "Configures the de-identification of image pixels in the source_dataset. Deprecated. Use `dicom_tag_config.options.clean_image` instead."
57545757
},
57555758
"operationMetadata": {
@@ -6473,6 +6476,7 @@
64736476
},
64746477
"notificationConfig": {
64756478
"$ref": "NotificationConfig",
6479+
"deprecated": true,
64766480
"description": "Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, \"action\":\"CreateResource\"."
64776481
},
64786482
"notificationConfigs": {
@@ -7101,6 +7105,7 @@
71017105
},
71027106
"notificationConfig": {
71037107
"$ref": "NotificationConfig",
7108+
"deprecated": true,
71047109
"description": "The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client."
71057110
},
71067111
"notificationConfigs": {
@@ -8567,6 +8572,7 @@
85678572
"type": "string"
85688573
},
85698574
"transformations": {
8575+
"deprecated": true,
85708576
"description": "The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.",
85718577
"items": {
85728578
"$ref": "InfoTypeTransformation"

0 commit comments

Comments
 (0)