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"]],[["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-21 UTC."],[[["The `GenerateUploadUrlResponse` class is part of the Cloud Functions v2 API in the `Google.Cloud.Functions.V2` namespace, and it is designed to handle the response from the `GenerateSourceUploadUrl` method."],["This class provides two key properties: `StorageSource`, which specifies the location of uploaded source code within a storage bucket, and `UploadUrl`, a signed URL for uploading a function's source code as a zip archive."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The API documentation covers multiple versions, including 1.7.0 (latest) down to 1.0.0, with version 1.1.0 being the specific focus of the reference documentation provided."],["The class offers two constructors: a default constructor `GenerateUploadUrlResponse()` and an overloaded one `GenerateUploadUrlResponse(GenerateUploadUrlResponse other)` for creating instances based on existing ones."]]],[]]