channel property

  1. @TagNumber.new(5)
String get 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.new(5)
set channel (String v)

Implementation

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