channel property
Required. The name of the connected subscriber Channel.
This is a weak reference to avoid cross project and cross accounts
references. This must be in
projects/{project}/location/{location}/channels/{channel_id} format.
Implementation
@$pb.TagNumber(5)
$core.String get channel => $_getSZ(2);
Implementation
@$pb.TagNumber(5)
set channel($core.String v) {
$_setString(2, v);
}