storageSource property

  1. @TagNumber(2)
StorageSource get storageSource

If provided, get the source from this location in Google Cloud Storage.

Implementation

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

Implementation

@$pb.TagNumber(2)
set storageSource(StorageSource v) { setField(2, v); }