publication property

  1. @TagNumber(4)
String publication

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

Implementation

@$pb.TagNumber(4)
set publication($core.String v) { $_setString(3, v); }