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