Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
NotificationConfig |
NotificationConfig.clone() |
NotificationConfig |
DicomStore.getNotificationConfig()
Notification destination for new DICOM instances.
|
NotificationConfig |
Hl7V2Store.getNotificationConfig()
The notification destination all messages (both Ingest & Create) are published on.
|
NotificationConfig |
FhirStore.getNotificationConfig()
Deprecated.
|
NotificationConfig |
NotificationConfig.set(String fieldName,
Object value) |
NotificationConfig |
NotificationConfig.setPubsubTopic(String pubsubTopic)
The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are
published on.
|
NotificationConfig |
NotificationConfig.setSendForBulkImport(Boolean sendForBulkImport)
Indicates whether or not to send Pub/Sub notifications on bulk import.
|
Modifier and Type | Method and Description |
---|---|
DicomStore |
DicomStore.setNotificationConfig(NotificationConfig notificationConfig)
Notification destination for new DICOM instances.
|
Hl7V2Store |
Hl7V2Store.setNotificationConfig(NotificationConfig notificationConfig)
The notification destination all messages (both Ingest & Create) are published on.
|
FhirStore |
FhirStore.setNotificationConfig(NotificationConfig notificationConfig)
Deprecated.
|
Copyright © 2011–2024 Google. All rights reserved.