GetFunctionEventTrigger

data class GetFunctionEventTrigger(val eventType: String, val failurePolicies: List<GetFunctionEventTriggerFailurePolicy>, val resource: String)

Constructors

Link copied to clipboard
constructor(eventType: String, failurePolicies: List<GetFunctionEventTriggerFailurePolicy>, resource: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of event to observe. For example: "google.storage.object.finalize". See the documentation on calling Cloud Functions for a full reference of accepted triggers.

Link copied to clipboard

Policy for failed executions. Structure is documented below.

Link copied to clipboard

The name of the resource whose events are being observed, for example, "myBucket"