eventarcChannel property

String? eventarcChannel
getter/setter pair

Fully qualified Eventarc resource name that consumers should use for event triggers.

Follows the format projects/{project_id}/locations/{location}/channels/{channel_id} Extensions emit events using Eventarc as the underlying eventing solution, but the design should be agnostic such that we could switch to another eventing solution in the future.

Optional.

Implementation

core.String? eventarcChannel;