Uses of Class
com.google.cloud.storage.BlobAppendableUploadConfig
Packages that use BlobAppendableUploadConfig
-
Uses of BlobAppendableUploadConfig in com.google.cloud.storage
Methods in com.google.cloud.storage that return BlobAppendableUploadConfigModifier and TypeMethodDescriptionstatic BlobAppendableUploadConfigBlobAppendableUploadConfig.of()Default instance factory method.BlobAppendableUploadConfig.withCloseAction(BlobAppendableUploadConfig.CloseAction closeAction) Return an instance with theCloseActionset to be the specified value.BlobAppendableUploadConfig.withFlushPolicy(FlushPolicy flushPolicy) Return an instance with theFlushPolicyset to be the specified value.Methods in com.google.cloud.storage with parameters of type BlobAppendableUploadConfigModifier and TypeMethodDescriptiondefault BlobAppendableUploadStorage.blobAppendableUpload(BlobInfo blobInfo, BlobAppendableUploadConfig uploadConfig, Storage.BlobWriteOption... options)