Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
FhirNotificationConfig |
FhirNotificationConfig.clone() |
FhirNotificationConfig |
FhirNotificationConfig.set(String fieldName,
Object value) |
FhirNotificationConfig |
FhirNotificationConfig.setPubsubTopic(String pubsubTopic)
The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are
published on.
|
FhirNotificationConfig |
FhirNotificationConfig.setSendFullResource(Boolean sendFullResource)
Whether to send full FHIR resource to this Pub/Sub topic for Create and Update operation.
|
FhirNotificationConfig |
FhirNotificationConfig.setSendPreviousResourceOnDelete(Boolean sendPreviousResourceOnDelete)
Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource.
|
Modifier and Type | Method and Description |
---|---|
List<FhirNotificationConfig> |
FhirStore.getNotificationConfigs()
Specifies where and whether to send notifications upon changes to a Fhir store.
|
Modifier and Type | Method and Description |
---|---|
FhirStore |
FhirStore.setNotificationConfigs(List<FhirNotificationConfig> notificationConfigs)
Specifies where and whether to send notifications upon changes to a Fhir store.
|
Copyright © 2011–2024 Google. All rights reserved.