channel property

  1. @TagNumber.new(8)
String get channel

Optional. The name of the channel associated with the trigger in projects/{project}/locations/{location}/channels/{channel} format. You must provide a channel to receive events from Eventarc SaaS partners.

Implementation

@$pb.TagNumber(8)
$core.String get channel => $_getSZ(7);
  1. @TagNumber.new(8)
set channel (String v)

Implementation

@$pb.TagNumber(8)
set channel($core.String v) {
  $_setString(7, v);
}