Class UploadBlobResult


  • public final class UploadBlobResult
    extends Object
    The result from uploading the blob.
    • Constructor Detail

      • UploadBlobResult

        public UploadBlobResult​(String digest)
        Instantiate the upload blob result.
        Parameters:
        digest - The digest of the blob that was uploaded.
    • Method Detail

      • getDigest

        public String getDigest()
        The digest of the uploaded blob, calculated by the registry.
        Returns:
        The digest value returned by the upload operation.