GoogleApi.Eventarc.V1beta1.Model.CloudRunService (google_api_eventarc v0.7.0) View Source

Represents a Cloud Run service destination.

Attributes

  • path (type: String.t, default: nil) - Optional. The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".
  • region (type: String.t, default: nil) - Required. The region the Cloud Run service is deployed in.
  • service (type: String.t, default: nil) - Required. The name of the Cloud run service being addressed (see https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services). Only services located in the same project of the trigger object can be addressed.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Eventarc.V1beta1.Model.CloudRunService{
  path: String.t() | nil,
  region: String.t() | nil,
  service: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.