google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.TriggerFilter View Source
Attributes
attributes
(type:map()
, default:nil
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported
Attributes filters events by exact match on event context attributes. Each key in the map is compared with the equivalent key in the event context. An event passes the filter if all values are equal to the specified values.
Nested context attributes are not supported as keys. Only string values are supported.
+optional
sourceAndType
(type:GoogleApi.CloudRun.V1alpha1.Model.TriggerFilterSourceAndType.t
, default:nil
) - SourceAndType filters events based on exact matches on the CloudEvents type and source attributes. This field has been replaced by the Attributes field.+optional
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.CloudRun.V1alpha1.Model.TriggerFilter{ attributes: map(), sourceAndType: GoogleApi.CloudRun.V1alpha1.Model.TriggerFilterSourceAndType.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.