channel property

  1. @TagNumber(8)
String 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(8)
void channel=(String v)

Implementation

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