Destination class

Represents a target of an invocation over HTTP.

Constructors

Destination({String? cloudFunction, CloudRun? cloudRun, GKE? gke, HttpEndpoint? httpEndpoint, NetworkConfig? networkConfig, String? workflow})
Destination.fromJson(Map json_)

Properties

cloudFunction String?
The Cloud Function resource name.
getter/setter pair
cloudRun CloudRun?
Cloud Run fully-managed resource that receives the events.
getter/setter pair
gke GKE?
A GKE service capable of receiving events.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpEndpoint HttpEndpoint?
An HTTP endpoint destination described by an URI.
getter/setter pair
networkConfig NetworkConfig?
Network config is used to configure how Eventarc resolves and connect to a destination.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workflow String?
The resource name of the Workflow whose Executions are triggered by the events.
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