publication property
Required. The name of the publication that includes the set of all tables that are defined in the stream's include_objects.
Implementation
@$pb.TagNumber(4)
$core.String get publication => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set publication($core.String v) { $_setString(3, v); }