channel property

  1. @TagNumber(5)
String channel

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

Implementation

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