Event Trigger Response
data class EventTriggerResponse(val channel: String, val eventFilters: List<EventFilterResponse>, val eventType: String, val pubsubTopic: String, val retryPolicy: String, val serviceAccountEmail: String, val trigger: String, val triggerRegion: String)
Describes EventTrigger, used to request events to be sent from another service.
Constructors
Link copied to clipboard
fun EventTriggerResponse(channel: String, eventFilters: List<EventFilterResponse>, eventType: String, pubsubTopic: String, retryPolicy: String, serviceAccountEmail: String, trigger: String, triggerRegion: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The name of a Pub/Sub topic in the same project that will be used as the transport topic for the event delivery. Format: projects/{project}/topics/{topic}
. This is only valid for events of type google.cloud.pubsub.topic.v1.messagePublished
. The topic provided here will not be deleted at function deletion.