Uses of Class
com.google.cloud.storage.BufferToDiskThenUpload
Packages that use BufferToDiskThenUpload
-
Uses of BufferToDiskThenUpload in com.google.cloud.storage
Methods in com.google.cloud.storage that return BufferToDiskThenUploadModifier and TypeMethodDescriptionstatic BufferToDiskThenUploadBlobWriteSessionConfigs.bufferToDiskThenUpload(Path path) Create a newBlobWriteSessionConfigwhich will first buffer the content of the object to a temporary file under the specifiedpath.static BufferToDiskThenUploadBlobWriteSessionConfigs.bufferToDiskThenUpload(Collection<Path> paths) Create a newBlobWriteSessionConfigwhich will first buffer the content of the object to a temporary file under one of the specifiedpaths.