repoSource property
If provided, get the source from this location in a Cloud Source Repository.
Implementation
@$pb.TagNumber(2)
RepoSource get repoSource => $_getN(1);
Implementation
@$pb.TagNumber(2)
set repoSource(RepoSource v) {
setField(2, v);
}