Sets the maximum size in bytes for any one blob in the upload. If any blob
in the upload exceeds this value then a 413 error will be returned to the
client.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`UploadOptions` allows customization of individual uploads to the `BlobstoreService`."],["This class provides methods to set and retrieve the maximum upload size for the entire upload and for individual blobs."],["It includes methods to manage the Google Storage bucket name associated with the upload."],["`UploadOptions` inherits methods like `equals`, `hashCode`, and `toString` from the base `Object` class."],["Methods such as `hasGoogleStorageBucketName`, `hasMaxUploadSizeBytes`, and `hasMaxUploadSizeBytesPerBlob` can determine if certain upload parameters have been set."]]],[]]