namespaceId property
If not empty, the ID of the namespace to which the entities belong.
Implementation
@$pb.TagNumber(4)
$core.String get namespaceId => $_getSZ(2);
Implementation
@$pb.TagNumber(4)
set namespaceId($core.String v) {
$_setString(2, v);
}