GoogleCloudEventarcV1PipelineDestination class
Represents a target of an invocation over HTTP.
Constructors
- GoogleCloudEventarcV1PipelineDestination.new({GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig? authenticationConfig, GoogleCloudEventarcV1PipelineDestinationHttpEndpoint? httpEndpoint, String? messageBus, GoogleCloudEventarcV1PipelineDestinationNetworkConfig? networkConfig, GoogleCloudEventarcV1PipelineMessagePayloadFormat? outputPayloadFormat, String? topic, String? workflow})
- GoogleCloudEventarcV1PipelineDestination.fromJson(Map json_)
Properties
- authenticationConfig ↔ GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig?
-
An authentication config used to authenticate message requests, such that
destinations can verify the source.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpEndpoint ↔ GoogleCloudEventarcV1PipelineDestinationHttpEndpoint?
-
An HTTP endpoint destination described by an URI.
getter/setter pair
- messageBus ↔ String?
-
The resource name of the Message Bus to which events should be published.
getter/setter pair
- networkConfig ↔ GoogleCloudEventarcV1PipelineDestinationNetworkConfig?
-
Network config is used to configure how Pipeline resolves and connects to
a destination.
getter/setter pair
- outputPayloadFormat ↔ GoogleCloudEventarcV1PipelineMessagePayloadFormat?
-
The message format before it is delivered to the destination.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topic ↔ String?
-
The resource name of the Pub/Sub topic to which events should be
published.
getter/setter pair
- 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