Uses of Class
com.google.api.gax.rpc.ResumableUploadCallSettings
Packages that use ResumableUploadCallSettings
-
Uses of ResumableUploadCallSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ResumableUploadCallSettingsModifier and TypeMethodDescriptionabstract ResumableUploadCallSettingsResumableUploadCallSettings.Builder.build()ResumableUploadCallSettings.merge(ResumableUploadCallSettings other) Merges anotherResumableUploadCallSettingsinstance with this one.Methods in com.google.api.gax.rpc with parameters of type ResumableUploadCallSettingsModifier and TypeMethodDescriptionabstract ResumableUploadFuture<ResponseT>ResumableUploadCallable.futureCall(RequestT request, InputStream payload, ResumableUploadCallSettings settings) Performs a new resumable upload asynchronously.ResumableUploadCallSettings.merge(ResumableUploadCallSettings other) Merges anotherResumableUploadCallSettingsinstance with this one.abstract ResumableUploadFuture<ResponseT>ResumableUploadCallable.resumeCall(String sessionUrl, InputStream payload, ResumableUploadCallSettings settings) Resumes an existing resumable upload session asynchronously using a saved session URL.