resolvedStorageSource property

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

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

Implementation

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

Implementation

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