View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingRuntimeData (google_api_integrations v0.3.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.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingStatus.t, default: nil) - Output only. Current status of eventing.
  • webhookData (type: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingRuntimeDataWebhookData.t, default: nil) - Output only. Webhook data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingRuntimeData{
    eventsListenerEndpoint: String.t() | nil,
    eventsListenerPscSa: String.t() | nil,
    status:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingStatus.t()
      | nil,
    webhookData:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingRuntimeDataWebhookData.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.