storageSource property

  1. @TagNumber(1)
StorageSource get storageSource

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

Implementation

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

Implementation

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