resolvedRepoSource property

  1. @TagNumber(6)
RepoSource resolvedRepoSource

A copy of the build's source.repo_source, if exists, with any revisions resolved.

Implementation

@$pb.TagNumber(6)
RepoSource get resolvedRepoSource => $_getN(2);
  1. @TagNumber(6)
void resolvedRepoSource=(RepoSource v)

Implementation

@$pb.TagNumber(6)
set resolvedRepoSource(RepoSource v) { setField(6, v); }