uploadMetadataContainer property

String? uploadMetadataContainer
getter/setter pair

Metadata passed from Blobstore -> Scotty for a new GCS upload.

This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.

Implementation

core.String? uploadMetadataContainer;