EventTrigger class
Describes EventTrigger, used to request events to be sent from another service.
Constructors
-
EventTrigger({List<
EventFilter> ? eventFilters, String? eventType, String? pubsubTopic, String? retryPolicy, String? serviceAccountEmail, String? trigger, String? triggerRegion}) - EventTrigger.fromJson(Map _json)
Properties
-
eventFilters
↔ List<
EventFilter> ? -
Criteria used to filter events.
getter/setter pair
- eventType ↔ String?
-
The type of event to observe.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pubsubTopic ↔ String?
-
The name of a Pub/Sub topic in the same project that will be used as the
transport topic for the event delivery.
getter/setter pair
- retryPolicy ↔ String?
-
If unset, then defaults to ignoring failures (i.e. not retrying them).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccountEmail ↔ String?
-
The email of the trigger's service account.
getter/setter pair
- trigger ↔ String?
-
The resource name of the Eventarc trigger.
getter/setter pair
- triggerRegion ↔ String?
-
The region that the trigger will be in.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited