storageSource property
If provided, get the source from this location in Google Cloud Storage.
Implementation
@$pb.TagNumber(2)
StorageSource get storageSource => $_getN(0);
Implementation
@$pb.TagNumber(2)
set storageSource(StorageSource v) { setField(2, v); }