Uses of Class
com.google.appengine.api.blobstore.UploadOptions
Packages that use UploadOptions
Package
Description
Provides management and persistent storage of large, immutable byte arrays.
-
Uses of UploadOptions in com.google.appengine.api.blobstore
Methods in com.google.appengine.api.blobstore that return UploadOptionsModifier and TypeMethodDescriptionUploadOptions.googleStorageBucketName
(String bucketName) UploadOptions.maxUploadSizeBytes
(long maxUploadSizeBytes) Sets the maximum size in bytes that for the total upload.UploadOptions.maxUploadSizeBytesPerBlob
(long maxUploadSizeBytesPerBlob) Sets the maximum size in bytes for any one blob in the upload.static UploadOptions
UploadOptions.Builder.withDefaults()
Returns defaultUploadOptions
with default values.static UploadOptions
UploadOptions.Builder.withGoogleStorageBucketName
(String gsBucketName) Returns defaultUploadOptions
and callsgoogleStorageBucketName(String)
.static UploadOptions
UploadOptions.Builder.withMaxUploadSizeBytes
(long maxUploadSizeBytes) Returns defaultUploadOptions
and callsmaxUploadSizeBytes(long)
.static UploadOptions
UploadOptions.Builder.withMaxUploadSizeBytesPerBlob
(long maxUploadSizeBytesPerBlob) Returns defaultUploadOptions
and callsmaxUploadSizeBytesPerBlob(long)
.Methods in com.google.appengine.api.blobstore with parameters of type UploadOptionsModifier and TypeMethodDescriptionBlobstoreService.createUploadUrl
(String successPath, UploadOptions uploadOptions) Create an absolute URL that can be used by a user to asynchronously upload a large blob. -
Uses of UploadOptions in com.google.appengine.api.blobstore.ee10
Methods in com.google.appengine.api.blobstore.ee10 with parameters of type UploadOptionsModifier and TypeMethodDescriptionBlobstoreService.createUploadUrl
(String successPath, UploadOptions uploadOptions) Deprecated.Create an absolute URL that can be used by a user to asynchronously upload a large blob. -
Uses of UploadOptions in com.google.appengine.api.blobstore.jakarta
Methods in com.google.appengine.api.blobstore.jakarta with parameters of type UploadOptionsModifier and TypeMethodDescriptionBlobstoreService.createUploadUrl
(String successPath, UploadOptions uploadOptions) Create an absolute URL that can be used by a user to asynchronously upload a large blob.