google_api_health_care v0.9.1 GoogleApi.HealthCare.V1beta1.Model.NotificationConfig View Source

Specifies where to send notifications upon changes to a data store.

Attributes

  • pubsubTopic (type: String.t, default: nil) - The Cloud Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. cloud-healthcare@system.gserviceaccount.com must have publisher permissions on the given Cloud Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail.

    If a notification can't be published to Cloud Pub/Sub, errors are logged to Stackdriver (see Viewing logs). If the number of errors exceeds a certain rate, some aren't submitted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.HealthCare.V1beta1.Model.NotificationConfig{
  pubsubTopic: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.