Package com.google.api.gax.rpc
Interface ResumableUploadFuture<ResponseT>
- Type Parameters:
ResponseT- response type
A specialized
ApiFuture for tracking and controlling an in-flight resumable upload.-
Method Summary
Modifier and TypeMethodDescriptionReturns the upload session URL, ornullif session initiation is in progress.Methods inherited from interface com.google.api.core.ApiFuture
addListener
-
Method Details
-
getUploadSessionUrl
String getUploadSessionUrl()Returns the upload session URL, ornullif session initiation is in progress.
-