namespace property

  1. @TagNumber(3)
String get namespace

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);
  1. @TagNumber(3)
set namespace (String v)

Implementation

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