resolvedStorageSource property

  1. @TagNumber.new(3)
StorageSource get resolvedStorageSource

A copy of the build's source.storage_source, if exists, with any generations resolved.

Implementation

@$pb.TagNumber(3)
StorageSource get resolvedStorageSource => $_getN(0);
  1. @TagNumber.new(3)
set resolvedStorageSource (StorageSource v)

Implementation

@$pb.TagNumber(3)
set resolvedStorageSource(StorageSource v) {
  setField(3, v);
}