The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only
upon uploading a new object or version of an object.
The generated Google Cloud Storage signed URL that should be used for a
function source code upload. The uploaded file should be a zip archive
which contains a function.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GenerateUploadUrlResponse` class is part of the Cloud Functions v2beta API, serving as a response type for the `GenerateSourceUploadUrl` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer operations."],["`GenerateUploadUrlResponse` has two constructors: a default one and another that accepts an existing `GenerateUploadUrlResponse` object to copy its properties."],["It contains two key properties: `StorageSource`, which specifies the source code location in the upload bucket, and `UploadUrl`, which provides a signed Google Cloud Storage URL for uploading the function's source code as a zip archive."]]],[]]