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.
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 UploadOptionsUploadOptions.Builder.withDefaults()Returns defaultUploadOptionswith default values.static UploadOptionsUploadOptions.Builder.withGoogleStorageBucketName(String gsBucketName) Returns defaultUploadOptionsand callsgoogleStorageBucketName(String).static UploadOptionsUploadOptions.Builder.withMaxUploadSizeBytes(long maxUploadSizeBytes) Returns defaultUploadOptionsand callsmaxUploadSizeBytes(long).static UploadOptionsUploadOptions.Builder.withMaxUploadSizeBytesPerBlob(long maxUploadSizeBytesPerBlob) Returns defaultUploadOptionsand 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.