namespace property
Public namespace of the module. This is for user display in ListRepoLinksResponse. It is ignored in LinkRepoRequest.
Implementation
@$pb.TagNumber(3)
$core.String get namespace => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set namespace($core.String v) { $_setString(2, v); }