GoogleApi.Eventarc.V1.Model.Destination (google_api_eventarc v0.6.0) View Source

Represents a target of an invocation over HTTP.

Attributes

  • cloudRun (type: GoogleApi.Eventarc.V1.Model.CloudRun.t, default: nil) - Cloud Run fully-managed service that receives the events. The service should be running in the same project of the trigger.
  • gke (type: GoogleApi.Eventarc.V1.Model.GKE.t, default: nil) - A GKE service capable of receiving events. The service should be running in the same project of the trigger.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Eventarc.V1.Model.Destination{
  cloudRun: GoogleApi.Eventarc.V1.Model.CloudRun.t() | nil,
  gke: GoogleApi.Eventarc.V1.Model.GKE.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.