View Source GoogleApi.Connectors.V1.Model.EventingRuntimeData (google_api_connectors v0.15.0)

Eventing runtime data has the details related to eventing managed by the system.

Attributes

  • eventsListenerEndpoint (type: String.t, default: nil) - Output only. Events listener endpoint. The value will populated after provisioning the events listener.
  • eventsListenerPscSa (type: String.t, default: nil) - Output only. Events listener PSC Service attachment. The value will be populated after provisioning the events listener with private connectivity enabled.
  • status (type: GoogleApi.Connectors.V1.Model.EventingStatus.t, default: nil) - Output only. Current status of eventing.
  • webhookData (type: GoogleApi.Connectors.V1.Model.WebhookData.t, default: nil) - Output only. Webhook data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.EventingRuntimeData{
  eventsListenerEndpoint: String.t() | nil,
  eventsListenerPscSa: String.t() | nil,
  status: GoogleApi.Connectors.V1.Model.EventingStatus.t() | nil,
  webhookData: GoogleApi.Connectors.V1.Model.WebhookData.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.