[[["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."],[[["The `BlobstoreServicePb.CreateUploadURLRequestOrBuilder` interface provides methods to manage upload URL requests, including settings for Google Cloud Storage bucket names and upload size limits."],["Methods like `getGsBucketName()` and `getSuccessPath()` allow retrieval of the associated Google Cloud Storage bucket name and success path for an upload, respectively, while their `Bytes` counterparts provide them as `ByteString`."],["The interface offers configuration options for setting maximum upload sizes, including `getMaxUploadSizeBytes()` for overall size and `getMaxUploadSizePerBlobBytes()` for per-blob limits, both returning `long` values."],["It also allows setting a URL expiration time in seconds via the `getUrlExpiryTimeSeconds()` method, which returns an `int` value."],["Methods like `hasGsBucketName()`, `hasMaxUploadSizeBytes()`, and `hasUrlExpiryTimeSeconds()` allows to check whether or not a specific configuration has been set, returning `boolean` values."]]],[]]