Uses of Class
org.jclouds.googlecloudstorage.domain.ResumableUpload
Packages that use ResumableUpload
Package
Description
-
Uses of ResumableUpload in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return ResumableUpload -
Uses of ResumableUpload in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return ResumableUploadModifier and TypeMethodDescriptionResumableUploadApi.checkStatus
(String bucketName, String uploadId, String contentRange) Check the status of a resumable uploadResumableUploadApi.chunkUpload
(String bucketName, String uploadId, String contentType, Long contentLength, String contentRange, Payload payload) Facilitate to use resumable upload operation to upload files in chunksResumableUploadApi.initResumableUpload
(String bucketName, String contentType, Long contentLength, ObjectTemplate metadata) initiate a Resumable Upload SessionResumableUploadApi.initResumableUpload
(String bucketName, String objectName, String contentType, String contentLength) initiate a Resumable Upload SessionResumableUploadApi.upload
(String bucketName, String uploadId, String contentType, String contentLength, Payload payload) Stores a new object -
Uses of ResumableUpload in org.jclouds.googlecloudstorage.parser
Methods in org.jclouds.googlecloudstorage.parser that return ResumableUpload